| Age | Commit message (Expand) | Author |
| 2020-11-24 | Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL | Even Rouault |
| 2020-11-24 | createOperation(): add a ballpark vertical transformation when dealing with G... | Even Rouault |
| 2020-11-23 | GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS): make it... | Even Rouault |
| 2020-11-21 | PROJJSON parsing: fix parsing of a Geodetic CRS with a DatumEnsemble, and fix... | Even Rouault |
| 2020-11-21 | WKT parsing: fix ingestion of WKT with a Geocentric CRS as the base of the pr... | Even Rouault |
| 2020-11-21 | createOperation(): make it work properly when one of the CRS is a BoundCRS of... | Even Rouault |
| 2020-11-21 | Make GeographicCRS/GeodeticCRS::isEquivalentTo() work properly when comparing... | Even Rouault |
| 2020-11-16 | WKT2 parsing: several fixes related to map projection parameter units | Even Rouault |
| 2020-11-12 | Polar stereographic at pole: make it return (0,0) | Even Rouault |
| 2020-11-10 | cct: allow @filename syntax | Even Rouault |
| 2020-11-10 | Allow cct to instantiate operations via object codes or names (#2419) | Kristian Evers |
| 2020-11-04 | createBoundCRSToWGS84IfPossible(): make it return same result with a CRS buil... | Even Rouault |
| 2020-11-04 | Code formatting | Even Rouault |
| 2020-11-01 | Merge pull request #2371 from rouault/epsg10_part2 | Even Rouault |
| 2020-11-01 | proj.h: add PJ_CATEGORY_DATUM_ENSEMBLE for proj_create_from_database() | Even Rouault |
| 2020-11-01 | projinfo / createObjectsFromName(): support returning a datum ensemble | Even Rouault |
| 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-11-01 | Merge pull request #2397 from cffk/merc-update | Charles Karney |
| 2020-10-31 | Fill remarks for PROJ-based operation mixing horizontal and vertical transfor... | Even Rouault |
| 2020-10-31 | Make sure that remarks is preserved when substituting (EPSG) grid name by PRO... | Even Rouault |
| 2020-10-27 | Use nm units in builtins.gie. Remove backward looking comments in code. | Charles Karney |
| 2020-10-26 | Address comments by @schwehr | Charles Karney |
| 2020-10-26 | Try to fix compiler complaints for max and constexpr sqrt | Charles Karney |
| 2020-10-26 | Update Mercator projection | Charles Karney |
| 2020-10-25 | Add +proj=col_urban projection, implementing a EPSG projection method used by... | Even Rouault |
| 2020-10-25 | Fix typos spotted by scripts/fix_typos.sh | Even Rouault |
| 2020-10-23 | Database: add Finland tinshift operations | Even Rouault |
| 2020-10-23 | Database: add interpolation_crs_auth_name and interpolation_crs_code columns ... | Even Rouault |
| 2020-10-23 | WKT1_ESRI export: try to export Geographic3D and Projected3D CRS when we can ... | Even Rouault |
| 2020-10-23 | Database: import ESRI VERTCS that uses a (geodetic) datum to express ellipsoi... | Even Rouault |
| 2020-10-23 | WKT1_ESRI export: generate VERTCS[...,DATUM[...,SPHEROID[]] syntax when ellip... | Even Rouault |
| 2020-10-22 | WKT1_ESRI export: export CompoundCRS as PROJCS[...],VERTCS[...] or GEOGCS[...... | Even Rouault |
| 2020-10-22 | WKT parser: accept ESRI VERTCS[...,DATUM[...,SPHEROID[]] syntax to express el... | Even Rouault |
| 2020-10-22 | WKT parser: accept implicit compoundCRS from ESRI WKT, like "PROJCS[...],VERT... | Even Rouault |
| 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-20 | Orthographic projection: do not add f=0 to PROJ string if the ellipsoid is a ... | Even Rouault |
| 2020-10-20 | test_c_api.cpp: reformat | Even Rouault |
| 2020-10-19 | C API: add proj_context_clone() (#2383) | Alan D. Snow |
| 2020-10-16 | projinfo: restrict PROJ multiline output to coordinate operations only | 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-15 | test/gigs: 5104 is passing now. Enable it | Even Rouault |
| 2020-10-11 | C API: add proj_dynamic_datum_get_frame_reference_epoch() | Even Rouault |
| 2020-10-11 | Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_... | Even Rouault |
| 2020-10-11 | Database: add a frame_reference_epoch column in vertical_datum to be able to ... | Even Rouault |
| 2020-10-10 | WKT2:2019 import/export: handle DATUM (at top level object) with PRIMEM | Even Rouault |
| 2020-10-08 | promoteTo3D(): add a remark with the original CRS identifier (fixes #2368) | Even Rouault |
| 2020-10-08 | Add C API to work with datum ensemble | Even Rouault |