| Age | Commit message (Expand) | Author |
| 2020-10-20 | VerticalCRS: morph CRS and datum name using ESRI aliases on import from / exp... | Even Rouault |
| 2020-10-20 | Improve identification of compound CRS from ESRI WKT1, and for compound CRS w... | Even Rouault |
| 2020-10-08 | Make CRS identification work with CRS with DatumEnsemble | Even Rouault |
| 2020-10-05 | proj_crs_create_bound_crs_to_WGS84(): make it work on verticalCRS/compoundCRS... | Even Rouault |
| 2020-09-17 | Adjust createBoundCRSToWGS84IfPossible() and operation filtering (for POSGAR ... | Even Rouault |
| 2020-08-07 | ProjectedCRS::identify(): fix to be able to identify EPSG:2154 as a candidate... | Even Rouault |
| 2020-06-03 | normalizeForVisualization(): make it switch axis for EPSG:5482 (RSRGD2000 / R... | Even Rouault |
| 2020-05-25 | Fix identification of (one of the) ESRI WKT formulations of EPSG:3035 | Even Rouault |
| 2020-05-15 | Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202) | Even Rouault |
| 2020-05-13 | ProjectedCRS::identify(): fix identification of EPSG:3059 from 'LKS92_Latvia_... | Even Rouault |
| 2020-04-28 | createFromProjString(): handle default parameters of '+krovak +type=crs', and... | Even Rouault |
| 2020-04-14 | ProjectedCRS identification: deal with switched 1st/2nd std parallels for LCC... | Even Rouault |
| 2020-04-03 | Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base geog... | Even Rouault |
| 2020-03-30 | ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when p... | Even Rouault |
| 2020-03-27 | Fix identification of projected CRS whose name is close but not strictly equa... | Even Rouault |
| 2020-03-25 | EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (fixes http... | Even Rouault |
| 2020-03-24 | ESRI WKT import / identification: special case for NAD_1983_HARN_StatePlane_C... | Even Rouault |
| 2020-03-11 | ProjectedCRS::identify(): tune it to better work with ESRI WKT representation... | Even Rouault |
| 2020-03-06 | WKT import/export: add support for WKT1_ESRI VERTCS syntax | Even Rouault |
| 2020-02-25 | CompoundCRS::create(): reject combinations of components not allowed by ISO 1... | Even Rouault |
| 2020-02-06 | Merge pull request #1915 from rouault/fix_1911 | Even Rouault |
| 2020-02-05 | Fix identification of ESRI-style datum names starting with D_ but without alias | Even Rouault |
| 2020-02-05 | Fix performance issue, affecting projinfo EPSG:7842 | Even Rouault |
| 2020-01-21 | ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked to... | Even Rouault |
| 2020-01-11 | Merge pull request #1838 from rouault/limit_datum_name_massaging_wkt1 | Even Rouault |
| 2020-01-11 | WKT1_GDAL export: limit datum name massaging to names matching EPSG (fixes #1... | Even Rouault |
| 2020-01-10 | CompoundCRS::identify(): avoid exception when horiz/vertical part is a BoundCRS | Even Rouault |
| 2019-12-16 | identify(): take into datum name aliases (fixes #1800) | Even Rouault |
| 2019-12-16 | BoundCRS::identify(): improvements to discard CRS that aren't relevant (fixes... | Even Rouault |
| 2019-12-13 | normalizeForVisualization(): address EPSG:32661 "WGS 84 / UPS North (N,E)" an... | Even Rouault |
| 2019-12-09 | CRS identification: use case insensitive comparison for authority name (fixes... | 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-10-03 | DerivedGeographicCRS: allow exporting +proj=ob_tran +o_proj=longlat to PROJ s... | 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-05-13 | identify(): take into account the authority passed in (fixes #1465) | Even Rouault |
| 2019-05-12 | Fix identification of GeodeticCRS expressed by PROJ string for EPSG authority | Even Rouault |
| 2019-03-25 | WKT2_2018: always export ID in base crs node, even if there is one on upper node | Even Rouault |
| 2019-03-25 | WKT2_2018: export ID in base crs node, when there is none on top of upper node | Even Rouault |
| 2019-03-25 | test: test exporting ENSEMBLE with ID in MEMBER | Even Rouault |
| 2019-02-17 | Modify the default strategy of researching intermediate CRS to do it only if ... | Even Rouault |
| 2019-02-15 | Fix size_t comparisons in tests | Kai Pastor |
| 2019-01-17 | Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ... | Even Rouault |
| 2019-01-17 | import/export PROJ strings from ISO19111 code: require/output +type=crs for C... | Even Rouault |
| 2019-01-08 | Fix export of BoundCRS as with PROJ_5 convention | Even Rouault |
| 2019-01-08 | ISO19111: remove PROJ.5 specific format for CRS (refs #1214) | Even Rouault |
| 2019-01-04 | WKT export: no longer export Geographic 3D CRS in WKT1, unless strict mode is... | Even Rouault |
| 2018-12-22 | exportToWKT1 of projected CRS: do not output AXIS of base CRS even when Outpu... | Even Rouault |
| 2018-12-17 | Add WKT2 grammar validation | Even Rouault |