| Age | Commit message (Expand) | Author |
| 2020-05-25 | Fix identification of (one of the) ESRI WKT formulations of EPSG:3035 | Even Rouault |
| 2020-05-19 | WKT1 ingestion: fix ingestion of COMPD_CS with ellipsoidal vertical datum and... | Even Rouault |
| 2020-05-16 | Adjustments to deal with non-conformant WKT1 LAS COMPD_CS[] (refs #2171) | Even Rouault |
| 2020-05-16 | Allow importing WKT1 COMPD_CS with a VERT_DATUM[Ellipsoid,2002], and exportin... | Even Rouault |
| 2020-05-15 | Merge pull request #2224 from rouault/fix_2202 | Even Rouault |
| 2020-05-15 | Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202) | Even Rouault |
| 2020-05-14 | BoundCRS::create(): simplify | Even Rouault |
| 2020-05-13 | ProjectedCRS::identify(): fix identification of EPSG:3059 from 'LKS92_Latvia_... | Even Rouault |
| 2020-04-23 | io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182) (#2183) | Even Rouault |
| 2020-04-21 | Add limited support for non-conformant WKT1 LAS COMPD_CS[] (#2171) | 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-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-29 | createOperations(): fix wrong pipeline generation with CRS that has +nadgrids... | Even Rouault |
| 2020-02-25 | CompoundCRS::create(): reject combinations of components not allowed by ISO 1... | Even Rouault |
| 2020-01-21 | ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked to... | Even Rouault |
| 2020-01-10 | createOperations(): fix dealing with projected 3D CRS whose Z units != metre | Even Rouault |
| 2020-01-10 | Doc of CRS::identify(): make it clear that this is a best-effort attempt only | 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 | Fix compilation breakage of previous commit with some compilers | Even Rouault |
| 2019-12-13 | normalizeForVisualization(): address EPSG:32661 "WGS 84 / UPS North (N,E)" an... | Even Rouault |
| 2019-11-25 | Merge pull request #1737 from rouault/proj_create_derived_geographic_crs | Kristian Evers |
| 2019-11-25 | Doc: change 7.0 references to 6.3 | Even Rouault |
| 2019-11-25 | normalizeForVisualization() and other methods applying on a ProjectedCRS: do ... | Even Rouault |
| 2019-11-22 | Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rota... | Even Rouault |
| 2019-11-14 | import/export PROJJSON: support a interpolation_crs key to geoid_model for fa... | Even Rouault |
| 2019-11-14 | Code reformat | Even Rouault |
| 2019-11-09 | Doc: document oddity related to identification of CRS from ESRI WKT | Even Rouault |
| 2019-11-02 | WKT and PROJJSON: add import/export of geoid model of VertCRS | Even Rouault |
| 2019-10-30 | createOperations(): try to recover extent of CRS from the database when they ... | Even Rouault |
| 2019-10-29 | Little tweaks in implicit 2D/3D geog conversions in compoundCRS to geogCRS tr... | Even Rouault |
| 2019-10-18 | createOperations(): fix double vertical unit conversion from CompoundCRS to o... | Even Rouault |
| 2019-10-13 | Remove the sentence in documentation saying that CRS::coordinateSystem() may ... | Martin Desruisseaux |
| 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-26 | Improve vertical transformation support | 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-08-26 | createOperations(): follow-up of previous commit for +datum=NAD83 case | Even Rouault |
| 2019-08-26 | createOperations(): fix pipeline generation when a CRS has terms like +datum=... | Even Rouault |
| 2019-08-10 | PROJJSON: a few fixes, and add import of DerivedCRS, EngineeringCRS, Parametr... | Even Rouault |
| 2019-08-10 | PROJJSON: add support for DatumEnsemble and Dynamic[Geodetic|Vertical]Referen... | Even Rouault |
| 2019-08-09 | PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma... | Even Rouault |
| 2019-08-09 | PROJJSON export: use more compact form | Even Rouault |
| 2019-07-08 | CRS JSON: export GeographicCRS and Projected CRS | Even Rouault |
| 2019-05-13 | identify(): take into account the authority passed in (fixes #1465) | Even Rouault |
| 2019-03-29 | Add proj_normalize_for_visualization() | Even Rouault |
| 2019-03-26 | crs.cpp: make it clear to analyzer that buffer will not overflow. Coverity CI... | Even Rouault |