aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_crs.cpp
AgeCommit message (Expand)Author
2021-11-03BoundCRS WKT import: fix setting of nameEven 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-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-10-05Merge pull request #2876 from rouault/iauEven 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-28Add a mapping for versioned authorities, so that one can use IAU:xxxx or IAU_...Even Rouault
2021-09-15Database: update to EPSG v10.035Even Rouault
2021-08-26WKT importer: detect ESRI WKT even when datum name doesn't start with D_ (fix...Even Rouault
2021-08-19BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...Even Rouault
2021-08-16Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)Even 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-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2021-02-09Database: update to EPSG v10.013Even Rouault
2020-11-29Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRSEven Rouault
2020-11-27PRIMEM WKT handling: fixes on import for 'sexagesimal DMS' or from WKT1:GDAL/...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-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-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-08-07ProjectedCRS::identify(): fix to be able to identify EPSG:2154 as a candidate...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-15Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202)Even Rouault
2020-05-13ProjectedCRS::identify(): fix identification of EPSG:3059 from 'LKS92_Latvia_...Even Rouault
2020-04-28createFromProjString(): handle default parameters of '+krovak +type=crs', and...Even Rouault
2020-04-14ProjectedCRS identification: deal with switched 1st/2nd std parallels for LCC...Even Rouault
2020-04-03Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base geog...Even Rouault
2020-03-30ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when p...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-24ESRI WKT import / identification: special case for NAD_1983_HARN_StatePlane_C...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-25CompoundCRS::create(): reject combinations of components not allowed by ISO 1...Even Rouault
2020-02-06Merge pull request #1915 from rouault/fix_1911Even Rouault
2020-02-05Fix identification of ESRI-style datum names starting with D_ but without aliasEven Rouault
2020-02-05Fix performance issue, affecting projinfo EPSG:7842Even Rouault
2020-01-21ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked to...Even Rouault
2020-01-11Merge pull request #1838 from rouault/limit_datum_name_massaging_wkt1Even Rouault
2020-01-11WKT1_GDAL export: limit datum name massaging to names matching EPSG (fixes #1...Even Rouault