| Age | Commit message (Expand) | Author |
| 2020-12-26 | Update version numbers for 7.2.1 | Kristian Evers |
| 2020-12-25 | Update ABI numbers for 7.2.1 release | Kristian Evers |
| 2020-12-14 | createOperations(): fix inconsistent chaining exception when transforming fro... | Even Rouault |
| 2020-12-12 | Split coordinateoperation.cpp in many files in iso19111/operation directory | Even Rouault |
| 2020-11-30 | Database: add metadata with the version number of the database layout and che... | Even Rouault |
| 2020-11-29 | Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL | Even Rouault |
| 2020-11-29 | Inverse tmerc spherical: fix wrong sign of latitude when lat_0 is used (fixes... | Even Rouault |
| 2020-11-28 | WKT1 import: better deal with apps.epsg.org output w.r.t datum ensemble names | Even Rouault |
| 2020-11-28 | Use same arguments to printf format string for both radians and degrees in ou... | Houder |
| 2020-11-28 | createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone ... | Even Rouault |
| 2020-11-27 | PRIMEM WKT handling: fixes on import for 'sexagesimal DMS' or from 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-22 | projinfo.cpp: improve hint when to use --spatial-test intersects | Even Rouault |
| 2020-11-22 | PROJJSON parsing: fix parsing of a Geodetic CRS with a DatumEnsemble, and fix... | Even Rouault |
| 2020-11-22 | 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-19 | Replace line feed in input line by null character | J.H. van de Water |
| 2020-11-17 | cs2cs, cct, proj and geod: fflush(stdout) after each line to emit each result... | Even Rouault |
| 2020-11-16 | WKT2 parsing: several fixes related to map projection parameter units | github-actions[bot] |
| 2020-11-04 | createBoundCRSToWGS84IfPossible(): make it return same result with a CRS buil... | github-actions[bot] |
| 2020-11-02 | Set CURL_ENABLED definition on projinfo build | github-actions[bot] |
| 2020-11-01 | Doxygen: improve doc of functions related to Datum/DatumEnsemble | Even Rouault |
| 2020-11-01 | Fill remarks for PROJ-based operation mixing horizontal and vertical transfor... | Even Rouault |
| 2020-11-01 | Make sure that remarks is preserved when substituting (EPSG) grid name by PRO... | Even Rouault |
| 2020-11-01 | proj_create_ellipsoidal_2D/3D_cs(): doc improvement | Even Rouault |
| 2020-10-26 | Bump ABI version numbers for 7.2 release | Kristian Evers |
| 2020-10-25 | Add +proj=col_urban projection, implementing a EPSG projection method used by... | Even Rouault |
| 2020-10-25 | Fix issues spotted by cppcheck | Even Rouault |
| 2020-10-25 | More typo fixes | Even Rouault |
| 2020-10-25 | Fix typos spotted by scripts/fix_typos.sh | Even Rouault |
| 2020-10-24 | projsync: fix --list-files to be compatible with filtering options | Even Rouault |
| 2020-10-23 | PROJStringFormatter::getUsedGridNames(): recognize +file= parameter of operat... | Even Rouault |
| 2020-10-23 | Add logic to handle interpolationCRS in PROJBasedOperation and ConcatenatedOp... | Even Rouault |
| 2020-10-23 | AuthorityFactory::createCoordinateOperation(): correctly compute accuracy of ... | 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-22 | WKTParser::createFromWKT(): minor adjustement for DATUM[],PRIMEM[] constructs | 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 | projinfo: make '-q -o WKT1:ESRI' work | Even Rouault |
| 2020-10-20 | Orthographic projection: do not add f=0 to PROJ string if the ellipsoid is a ... | Even Rouault |
| 2020-10-19 | C API: add proj_context_clone() (#2383) | Alan D. Snow |
| 2020-10-18 | Merge pull request #2381 from rouault/fix_1453 | Even Rouault |
| 2020-10-17 | CompoundCRS with ellipsoidal height: make sure the vertical axis has 'ellipso... | Even Rouault |