| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-05 | Merge pull request #2921 from rouault/epsg_10_039 | Even Rouault | |
| Database: update to EPSG v10.039 | |||
| 2021-09-08 | createOperations(): deal with spherical planetocentric geodetic CRS | Even Rouault | |
| This also fixes conversion between geocentric latlong and geodetic latlong with cs2cs. This was dealt with in PR 1093, but in the wrong direction (the geocentric latitude must be <= in absolute value to the geodetic one) The issue here was linked to the semantics of the +geoc specifier, which affects the semantics of the input coordinates in the forward direction (+geoc means that the input coordinate is is a geocentric latitude), which defeats the logic of doing A to B by using the inverse path of A and the forward path of B. | |||
| 2021-05-16 | Database: update to EPSG v10.022 | Even Rouault | |
| 2021-05-12 | Fix export of transformation to PROJ string in a particular situation where ↵ | Even Rouault | |
| CompoundCRS are involved (fixes #2720) | |||
| 2021-05-04 | DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705) | Mike Taves | |
| 2021-04-01 | Database: update to EPSG 10.017 | Even Rouault | |
| 2021-03-05 | createOperations(): fix incorrect height transformation between 3D promoted ↵ | Even Rouault | |
| RGF93 and CH1903+ (fixes #2541) | |||
| 2021-03-03 | Reformat code with clang-format-10 from ubuntu 20.04 | Even Rouault | |
| 2021-02-09 | Database: update to EPSG v10.013 | Even Rouault | |
| 2021-01-15 | Database: update to EPSG v10.011 | Modern Slave | |
| 2020-12-12 | Split coordinateoperation.cpp in many files in iso19111/operation directory | Even Rouault | |
| The big size of coordinateoperation.cpp could require significant amount of RAM to build it with -O2 level, and cause compiler crashes in some environments. | |||
