| Age | Commit message (Expand) | Author |
| 2020-11-01 | When reading from database, possibly return VerticalCRS with a DatumEnsemble | Even Rouault |
| 2020-11-01 | When reading from database, possibly return Geographic/GeodeticCRS with a Dat... | Even Rouault |
| 2020-10-26 | build_esri_projection_mapping.py: use symbolic name EPSG_NAME_METHOD_COLOMBIA... | Even Rouault |
| 2020-10-26 | Map ESRI IGAC_Plano_Cartesiano to EPSG Colombia Urban (refs #2395) | Even Rouault |
| 2020-10-25 | Add +proj=col_urban projection, implementing a EPSG projection method used by... | Even Rouault |
| 2020-10-23 | Add logic to handle interpolationCRS in PROJBasedOperation and ConcatenatedOp... | Even Rouault |
| 2020-10-20 | Improve identification of compound CRS from ESRI WKT1, and for compound CRS w... | Even Rouault |
| 2020-10-16 | Add multi-line PROJ string export capability, and use it by default in projin... | Even Rouault |
| 2020-10-16 | Merge pull request #2370 from rouault/epsg10 | Even Rouault |
| 2020-10-11 | Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_... | Even Rouault |
| 2020-10-10 | WKT2:2019 import/export: handle DATUM (at top level object) with PRIMEM | Even Rouault |
| 2020-10-08 | Make GeographicCRS::is2DPartOf3D() work with DatumEnsemble | Even Rouault |
| 2020-10-08 | Make CRS identification work with CRS with DatumEnsemble | Even Rouault |
| 2020-10-08 | Add DatumEnsemble::asDatum() and use it in exportToWkt() | Even Rouault |
| 2020-10-08 | Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit fro... | Even Rouault |
| 2020-09-26 | Implement ellipsoidal formulation of +proj=ortho (fixes #397) | Even Rouault |
| 2020-09-04 | Fix compiling warnings when using GCC 4.8.x | Alexander Saprykin |
| 2020-08-26 | proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a... | Even Rouault |
| 2020-08-19 | Code reformatting | Even Rouault |
| 2020-08-19 | Clone projCppContext context when copying projCtx_t (#2324) | Alan D. Snow |
| 2020-08-13 | WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' (#2321) | Even Rouault |
| 2020-06-24 | ESRI WKT: correctly map 'Goode Homolosine' from ESRI:54052 (resp. 54053) to '... | Even Rouault |
| 2020-06-06 | createOperations(): changes so that EPSG:9635 'Geog3D to Geog2D+GravityRelate... | Even Rouault |
| 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 | Allow importing WKT1 COMPD_CS with a VERT_DATUM[Ellipsoid,2002], and exportin... | Even Rouault |
| 2020-05-15 | Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202) | Even Rouault |
| 2020-05-09 | scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted | Even Rouault |
| 2020-04-25 | include/proj/util.hpp: recognized a PROJ_INTERNAL_CPP_NAMESPACE to use osgeo:... | 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-04-19 | Ingestion of WKT1_GDAL: correctly map 'Cylindrical_Equal_Area' | Even Rouault |
| 2020-04-14 | createOperations(): do not remove ballpark transformation if there are only g... | Even Rouault |
| 2020-03-12 | Add proj_get_units_from_database() (fixes #2004) | Even Rouault |
| 2020-03-09 | Map ESRI Transverse_Mercator_Complex to Transverse Mercator | Even Rouault |
| 2020-03-06 | WKT import/export: add support for WKT1_ESRI VERTCS syntax | Even Rouault |
| 2020-03-05 | ESRI WKT: map Mercator_Variant_A, Mercator_Variant_C and Transverse_Cylindric... | Even Rouault |
| 2020-03-04 | Add capability to force a fixed value for a non-specified CRS component | Nyall Dawson |
| 2020-02-26 | Support conversion of Flat_Polar_Quartic projection method | Nyall Dawson |
| 2020-02-25 | CompoundCRS::create(): reject combinations of components not allowed by ISO 1... | Even Rouault |
| 2020-02-24 | Fix mapping of Vertical_Near_Side_Perspective (fixes #1965) | Nyall Dawson |
| 2020-02-21 | Add support for creating coordinates operations using Compact Miller, | Nyall Dawson |
| 2020-02-21 | Add support for creating coordinates operations using Natural Earth/Natural E... | Nyall Dawson |
| 2020-02-21 | Add support for creating coordinates operations using ESRI:53079 (patterson) CRS | Nyall Dawson |
| 2020-01-29 | Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr... | Even Rouault |
| 2020-01-25 | Implement RFC 5 | Even Rouault |
| 2020-01-22 | Database: update to EPSG v9.8.6 | Even Rouault |
| 2020-01-22 | Merge RFC4 (#1865) | Even Rouault |
| 2019-12-16 | identify(): take into datum name aliases (fixes #1800) | Even Rouault |
| 2019-11-26 | createOperations(): fix an exception in transformations between Projected3D C... | Even Rouault |