aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/crs.cpp
AgeCommit message (Expand)Author
2022-03-18SingleCRS::baseIsEquivalentTo(): fix potential crash that is triggered by fdf...Even Rouault
2022-03-09createOperations(): fix issue in transformation northing,easting projected CR...Even Rouault
2022-02-22ProjectedCRS::_exportToWKT(): avoid false positive warning about nullptr dere...Even Rouault
2022-02-14Better deal with importing strings like '+init=epsg:XXXX +over' (refs MapServ...Even Rouault
2022-01-04Fix doc generation with Doxygen 1.9.3Even Rouault
2021-10-12Geographic 3D CRS: allow to export to WKT1:ESRI if only the GEOGCS is known (...Even Rouault
2021-10-12Fix export to WKT1:ESRI of CRS, datum, ellipsoids name that don't have a EPSG...Even Rouault
2021-10-08WKT concatenated operation parsing: fix when a axis order reversal conversion...Even Rouault
2021-10-06CRS::_isEquivalentTo(): be tolerant to different order of PROJ step options (...Even Rouault
2021-10-06ProjectedCRS::_isEquivalentTo(): ignore base CRS axis order even in EQUIVALEN...Even Rouault
2021-09-29CRS::identify(): fix ignoring CS order when identifying a geodetic CRS by a P...Even Rouault
2021-09-28CRS::extractGeodeticCRS(): implement for DerivedProjectedCRS (related to refs...Even Rouault
2021-09-18Optimize pipelines of planetary CRS (geocentric latitude, west-positive longi...Even Rouault
2021-09-14PROJJSON: support additional properties allowed in id object (version, author...Even Rouault
2021-09-08createOperations(): deal with spherical planetocentric geodetic CRSEven Rouault
2021-09-07Support importing/exporting WKT & PROJJSON of 2D axis spherical planetocentri...Even Rouault
2021-09-04GeodeticCRS::identify(): make it more obvious for cppcheckEven Rouault
2021-09-02Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address ne...Even Rouault
2021-08-19BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...Even Rouault
2021-08-16WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] (when t...Even Rouault
2021-08-16Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)Even Rouault
2021-06-14Fix build with -DPROJ_INTERNAL_CPP_NAMESPACEEven Rouault
2021-06-10BoundCRS::identify(): avoid incompatible transformation for WKT1 / TOWGS84 ex...Even Rouault
2021-04-24Improvements related to DerivedVerticalCRS using Change Unit and Height/Depth...Even Rouault
2021-04-11CRS::normalizeForVisualization(): propagate domains/extent of original CRS (f...Even Rouault
2021-03-19CRS::promoteTo3D(): propagate the extent from the 2D CRS (fixes #2587)Even Rouault
2021-03-15CRS::identify(): take into account allowed authority to identify hard-coded W...Even Rouault
2021-03-15Add C/C++ API to get SQL statements to insert a CRS into databaseEven Rouault
2021-03-07typo fixesEven Rouault
2021-03-07is2DPartOf3D(): catch potential exception (CID 314817)Even Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2021-02-10Fix handling of +proj=ob_tran +o_proj=longlat combined with +over (fixes #2510)Even Rouault
2020-12-14createOperations(): fix inconsistent chaining exception when transforming fro...Even Rouault
2020-11-24Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDALEven Rouault
2020-11-23GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS): make it...Even Rouault
2020-11-21Make GeographicCRS/GeodeticCRS::isEquivalentTo() work properly when comparing...Even Rouault
2020-11-04createBoundCRSToWGS84IfPossible(): make it return same result with a CRS buil...Even Rouault
2020-10-23WKT1_ESRI export: try to export Geographic3D and Projected3D CRS when we can ...Even Rouault
2020-10-23WKT1_ESRI export: generate VERTCS[...,DATUM[...,SPHEROID[]] syntax when ellip...Even Rouault
2020-10-22WKT1_ESRI export: export CompoundCRS as PROJCS[...],VERTCS[...] or GEOGCS[......Even Rouault
2020-10-20VerticalCRS: morph CRS and datum name using ESRI aliases on import from / exp...Even Rouault
2020-10-20Improve identification of compound CRS from ESRI WKT1, and for compound CRS w...Even Rouault
2020-10-17CompoundCRS with ellipsoidal height: make sure the vertical axis has 'ellipso...Even Rouault
2020-10-16Merge pull request #2370 from rouault/epsg10Even Rouault
2020-10-08promoteTo3D(): add a remark with the original CRS identifier (fixes #2368)Even Rouault
2020-10-08Make GeographicCRS::is2DPartOf3D() work with DatumEnsembleEven Rouault
2020-10-08Make CRS identification work with CRS with DatumEnsembleEven Rouault
2020-10-05proj_crs_create_bound_crs_to_WGS84(): make it work on verticalCRS/compoundCRS...Even Rouault
2020-09-17Adjust createBoundCRSToWGS84IfPossible() and operation filtering (for POSGAR ...Even Rouault
2020-06-03normalizeForVisualization(): make it switch axis for EPSG:5482 (RSRGD2000 / R...Even Rouault