aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_crs.cpp
AgeCommit message (Expand)Author
2021-04-12CRS::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
2020-01-10CompoundCRS::identify(): avoid exception when horiz/vertical part is a BoundCRSEven 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-13normalizeForVisualization(): address EPSG:32661 "WGS 84 / UPS North (N,E)" an...Even Rouault
2019-12-09CRS identification: use case insensitive comparison for authority name (fixes...Even Rouault
2019-11-25normalizeForVisualization() and other methods applying on a ProjectedCRS: do ...Even Rouault
2019-10-04Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best ...Even Rouault
2019-10-03DerivedGeographicCRS: allow exporting +proj=ob_tran +o_proj=longlat to PROJ s...Even Rouault
2019-09-11API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro...Even Rouault
2019-09-08Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)Even Rouault
2019-05-13identify(): take into account the authority passed in (fixes #1465)Even Rouault
2019-05-12Fix identification of GeodeticCRS expressed by PROJ string for EPSG authorityEven Rouault
2019-03-25WKT2_2018: always export ID in base crs node, even if there is one on upper nodeEven Rouault
2019-03-25WKT2_2018: export ID in base crs node, when there is none on top of upper nodeEven Rouault
2019-03-25test: test exporting ENSEMBLE with ID in MEMBEREven Rouault