| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-20 | Conversion::inverse(): avoid harmless division by zero. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=39033 | |||
| 2021-09-19 | networkfilemanager.cpp: fix compiler warnings on 32-bit systems where time_t ↵ | Even Rouault | |
| is 32-bit | |||
| 2021-09-18 | Merge pull request #2861 from rouault/optimize_pipelines_planetary_crs | Even Rouault | |
| Optimize pipelines of planetary CRS (geocentric latitude, west-positive longitude) | |||
| 2021-09-18 | Optimize pipelines of planetary CRS (geocentric latitude, west-positive ↵ | Even Rouault | |
| longitude) | |||
| 2021-09-18 | Merge pull request #2859 from rouault/database_anchor | Even Rouault | |
| Database: add a 'anchor' field to geodetic_datum and vertical_datum tables | |||
| 2021-09-17 | test: getInsertStatementsFor(): test datums with anchor | Even Rouault | |
| 2021-09-17 | Database: add a 'anchor' field to geodetic_datum and vertical_datum tables | Even Rouault | |
| Update database layout version number to 1.2 consequently This new capability will be used by IAU planetary CRS (refs #2601) | |||
| 2021-09-17 | Merge pull request #2858 from jorisvandenbossche/patch-1 | Kristian Evers | |
| DOC: fix the inclusion of the custom css file | |||
| 2021-09-17 | DOC: fix the inclusion of the custom css file | Joris Van den Bossche | |
| 2021-09-16 | Merge pull request #2851 from rouault/epsg_10_035 | Even Rouault | |
| Database: update to EPSG v10.035 | |||
| 2021-09-16 | update projsync command | Waheed Barghouthi | |
| I added the --all arg to the command, it seems its now a requirement, not sure if this is meant to be like this | |||
| 2021-09-16 | Merge pull request #2855 from rouault/ortho_e_followup | Even Rouault | |
| Inverse ortho ellipsoidal oblique: address a few remarks... | |||
| 2021-09-15 | Inverse ortho ellipsoidal oblique: address a few remarks from ↵ | Even Rouault | |
| https://github.com/OSGeo/PROJ/issues/2844#issuecomment-920138371 | |||
| 2021-09-15 | Merge pull request #2853 from rouault/fix_inverse_ortho_e | Even Rouault | |
| Fix error in implementation of Inverse ellipsoidal orthographic projection that cause convergence to sometimes fail (fixes #2844) | |||
| 2021-09-15 | Inverse ellipsoidal orthographic projection (oblique case): fix convergence ↵ | Even Rouault | |
| at pole | |||
| 2021-09-15 | Fix error in implementation of Inverse ellipsoidal orthographic projection ↵ | Even Rouault | |
| (oblique case) that cause convergence to sometimes fail (fixes #2844) | |||
| 2021-09-15 | Database: update to EPSG v10.035 | Even Rouault | |
| This seriously impacts French CRS users with the introduction of new datums, geodetic CRS and projected CRS based on "RGF 93 v2" and "RGF 93 v2b", and the previous single "RGF 93" being renamed as "RGF 93 v1". To be noted too, the addition of a null transformation between NAD83(2011) and WGS 84, which impacts a number of tests in the test suite. | |||
| 2021-09-15 | test/cli/testvarious: make one test more robust regarding EPSG updates | Even Rouault | |
| 2021-09-15 | isEquivalentTo(): improve comparison of datum names based on official name ↵ | Even Rouault | |
| and aliases (preparation for EPSG v10.035 update) | |||
| 2021-09-14 | Merge pull request #2850 from rouault/projjson_0_4 | Even Rouault | |
| PROJJSON: support additional properties allowed in id object (version, authority_citation, uri) for parity with WKT2:2019 | |||
| 2021-09-14 | PROJJSON: support additional properties allowed in id object (version, ↵ | Even Rouault | |
| authority_citation, uri) for parity with WKT2:2019 | |||
| 2021-09-14 | Merge pull request #2847 from rouault/spherical_ocentric | Even Rouault | |
| Add support for GeodeticCRS using a Spherical ocentric coordinate system | |||
| 2021-09-11 | Merge pull request #2848 from direvus/docs/about-license | Kristian Evers | |
| Update docs About page to pull in license text from COPYING. | |||
| 2021-09-10 | Use `literalinclude` for COPYING in About page. | Brendan Jurd | |
| This avoids a sphinx error due to the leading space in front of the horizontal divider in COPYING and also helps to indicate where the included license text begins and ends. | |||
| 2021-09-10 | Update docs About page to pull in license text from COPYING. | Brendan Jurd | |
| Fixes #2709. | |||
| 2021-09-08 | createOperations(): use an explicit conversion operation for geodetic <--> ↵ | Even Rouault | |
| geocentric latitude | |||
| 2021-09-08 | createConversion(): avoid nullptr dereference on a method without parameters | Even Rouault | |
| 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-09-08 | Merge pull request #2845 from rouault/fix_2843 | Even Rouault | |
| Fix database access across fork() when SQLite3 doesn't use pread[64]() (fixes #2843) | |||
| 2021-09-07 | Support importing/exporting WKT & PROJJSON of 2D axis spherical ↵ | Even Rouault | |
| planetocentric geodetic CRS | |||
| 2021-09-07 | pj_obj_create(): avoid passing invalid ellipsoid parameters to geod_init(). ↵ | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38192 | |||
| 2021-09-07 | Fix database access across fork() when SQLite3 doesn't use pread[64]() ↵ | Even Rouault | |
| (fixes #2843) | |||
| 2021-09-06 | Merge pull request #2842 from rouault/getInsertStatementsFor_reorder_params | Even Rouault | |
| getInsertStatementsFor(): re-order projection parameters according to their canonical order if needed | |||
| 2021-09-05 | getInsertStatementsFor(): re-order projection parameters according to their ↵ | Even Rouault | |
| canonical order if needed | |||
| 2021-09-05 | Merge pull request #2841 from rouault/cppcheck_fixes | Even Rouault | |
| Cppcheck fixes | |||
| 2021-09-04 | healpix.cpp: make it more obvious to cppcheck that capmap.cn is always ↵ | Even Rouault | |
| initialized | |||
| 2021-09-04 | Workaround 'Overlapping read/write of union is undefined behavior' cppcheck ↵ | Even Rouault | |
| warning (but really fixing them would be more involved) | |||
| 2021-09-04 | Conversion::createAxisOrderReversal(): workaround cppcheck false positive | Even Rouault | |
| 2021-09-04 | createFromUserInput(): make it more obvious for cppcheck and humans too | Even Rouault | |
| 2021-09-04 | GeodeticCRS::identify(): make it more obvious for cppcheck | Even Rouault | |
| 2021-09-04 | pipeline.cpp: remove impossible condition | Even Rouault | |
| 2021-09-04 | formatting fix | Even Rouault | |
| 2021-09-04 | Merge pull request #2839 from rouault/fix_ossfuzz_31964 | Even Rouault | |
| pj_obj_create(): avoid passing invalid ellipsoid parameters ot pj_calc_ellipsoid_params() | |||
| 2021-09-04 | Merge pull request #2840 from hobu/grid-debug-lint | Even Rouault | |
| Add some filename lint #2838 to output error messages | |||
| 2021-09-03 | Add some filename lint #2838 to output error messages | Howard Butler | |
| 2021-09-03 | pj_obj_create(): avoid passing invalid ellipsoid parameters ot ↵ | Even Rouault | |
| pj_calc_ellipsoid_params(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31964 | |||
| 2021-09-03 | formatting fix | Even Rouault | |
| 2021-09-03 | Merge pull request #2835 from rouault/netcdf_cf_pole_rotation | Even Rouault | |
| Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address netCDF datasets using a pole rotation method | |||
| 2021-09-02 | Merge pull request #2837 from OSGeo/backport-2836-to-master | Even Rouault | |
| [Backport master] ortho.rst: fix typo | |||
| 2021-09-02 | Merge pull request #2836 from OSGeo/rouault-patch-1 | Even Rouault | |
| ortho.rst: fix typo | |||
