index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
proj
/
crs.hpp
Age
Commit message (
Expand
)
Author
2020-11-27
crs.hpp: add cppcheck suppression for cppcheck 1.90 of ubuntu 20.04
Even Rouault
2020-11-21
Make GeographicCRS/GeodeticCRS::isEquivalentTo() work properly when comparing...
Even Rouault
2020-11-04
createBoundCRSToWGS84IfPossible(): make it return same result with a CRS buil...
Even Rouault
2020-10-20
Improve identification of compound CRS from ESRI WKT1, and for compound CRS w...
Even Rouault
2020-10-08
Make GeographicCRS::is2DPartOf3D() work with DatumEnsemble
Even Rouault
2020-10-08
Make CRS identification work with CRS with DatumEnsemble
Even Rouault
2020-05-19
WKT1 ingestion: fix ingestion of COMPD_CS with ellipsoidal vertical datum and...
Even Rouault
2020-05-16
Allow importing WKT1 COMPD_CS with a VERT_DATUM[Ellipsoid,2002], and exportin...
Even Rouault
2020-04-21
Add limited support for non-conformant WKT1 LAS COMPD_CS[] (#2171)
Even Rouault
2020-02-25
CompoundCRS::create(): reject combinations of components not allowed by ISO 1...
Even Rouault
2019-12-16
identify(): take into datum name aliases (fixes #1800)
Even Rouault
2019-11-25
normalizeForVisualization() and other methods applying on a ProjectedCRS: do ...
Even Rouault
2019-10-04
Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best ...
Even Rouault
2019-09-26
Improve vertical transformation support
Even Rouault
2019-09-11
API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro...
Even Rouault
2019-09-08
Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)
Even Rouault
2019-08-09
PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma...
Even Rouault
2019-07-08
CRS JSON: export GeographicCRS and Projected CRS
Even Rouault
2019-03-29
Add proj_normalize_for_visualization()
Even Rouault
2019-03-25
crs.cpp: remove non-intented (harmless here) pass by reference of a pointer
Even Rouault
2019-03-16
Run scripts/reformat_cpp.sh
Even Rouault
2019-03-01
Doc: rename to ISO-19111:2019
Even Rouault
2019-02-17
Modify the default strategy of researching intermediate CRS to do it only if ...
Even Rouault
2019-01-22
proj_create_crs_to_crs(): defer selection of actual coordinate operation unti...
Even Rouault
2019-01-17
Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes...
Even Rouault
2019-01-08
ISO19111: remove PROJ.5 specific format for CRS (refs #1214)
Even Rouault
2019-01-02
Typo fixes
Even Rouault
2018-12-14
Advanced C API: add proj_obj_alter_id()
Even Rouault
2018-12-06
Speed-up createBoundCRSToWGS84IfPossible()
Even Rouault
2018-12-06
Add API to retrieve non-deprecated equivalent of an object
Even Rouault
2018-11-29
C API extensions and renaming
Even Rouault
2018-11-29
cs2cs: upgrade to use proj_create_crs_to_crs()
Even Rouault
2018-11-19
Assorted set of fixes for PROJString to ISO19111 model:
Even Rouault
2018-11-14
Implement RFC 2: Initial integration of "GDAL SRS barn" work
Even Rouault