aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/crs.cpp
AgeCommit message (Expand)Author
2021-04-12CRS::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-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
2020-05-25Fix identification of (one of the) ESRI WKT formulations of EPSG:3035Even Rouault
2020-05-19WKT1 ingestion: fix ingestion of COMPD_CS with ellipsoidal vertical datum and...Even Rouault
2020-05-16Adjustments to deal with non-conformant WKT1 LAS COMPD_CS[] (refs #2171)Even Rouault
2020-05-16Allow importing WKT1 COMPD_CS with a VERT_DATUM[Ellipsoid,2002], and exportin...Even Rouault
2020-05-15Merge pull request #2224 from rouault/fix_2202Even Rouault
2020-05-15Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202)Even Rouault
2020-05-14BoundCRS::create(): simplifyEven Rouault
2020-05-13ProjectedCRS::identify(): fix identification of EPSG:3059 from 'LKS92_Latvia_...Even Rouault
2020-04-23io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182) (#2183)Even Rouault
2020-04-21Add limited support for non-conformant WKT1 LAS COMPD_CS[] (#2171)Even Rouault
2020-03-27Fix identification of projected CRS whose name is close but not strictly equa...Even Rouault
2020-03-25EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (fixes http...Even Rouault
2020-03-11ProjectedCRS::identify(): tune it to better work with ESRI WKT representation...Even Rouault
2020-03-06WKT import/export: add support for WKT1_ESRI VERTCS syntaxEven Rouault
2020-02-29createOperations(): fix wrong pipeline generation with CRS that has +nadgrids...Even Rouault
2020-02-25CompoundCRS::create(): reject combinations of components not allowed by ISO 1...Even Rouault
2020-01-21ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked to...Even Rouault
2020-01-10createOperations(): fix dealing with projected 3D CRS whose Z units != metreEven Rouault
2020-01-10Doc of CRS::identify(): make it clear that this is a best-effort attempt onlyEven Rouault
2019-12-16identify(): take into datum name aliases (fixes #1800)Even Rouault
2019-12-16BoundCRS::identify(): improvements to discard CRS that aren't relevant (fixes...Even Rouault
2019-12-13Fix compilation breakage of previous commit with some compilersEven Rouault
2019-12-13normalizeForVisualization(): address EPSG:32661 "WGS 84 / UPS North (N,E)" an...Even Rouault
2019-11-25Merge pull request #1737 from rouault/proj_create_derived_geographic_crsKristian Evers
2019-11-25Doc: change 7.0 references to 6.3Even Rouault
2019-11-25normalizeForVisualization() and other methods applying on a ProjectedCRS: do ...Even Rouault
2019-11-22Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rota...Even Rouault
2019-11-14import/export PROJJSON: support a interpolation_crs key to geoid_model for fa...Even Rouault