| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-11 | Doc: use 'ellipsoidal' to refer to the ellipsoidal formulation (to be ↵ | github-actions[bot] | |
| opposed to the spherical one) | |||
| 2020-03-10 | Merge pull request #2048 from PROJ-BOT/backport-2044-to-7.0 | Even Rouault | |
| [Backport 7.0] data/Makefile.am: remove bashism | |||
| 2020-03-10 | data/Makefile.am: remove bashism | github-actions[bot] | |
| 2020-03-10 | Merge pull request #2045 from PROJ-BOT/backport-2026-to-7.0 | Even Rouault | |
| [Backport 7.0] utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if es==0 | |||
| 2020-03-10 | utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if es==0 | github-actions[bot] | |
| 2020-03-10 | Merge pull request #2041 from PROJ-BOT/backport-2037-to-7.0 | Even Rouault | |
| [Backport 7.0] fix documentation for proj_trans_generic() | |||
| 2020-03-10 | fix documentation for proj_trans_generic() | github-actions[bot] | |
| 2020-03-09 | Merge pull request #2034 from kbevers/backport-7.0-60d3df6 | Kristian Evers | |
| [backport 7.0] src/projections/: remove assignments in expression and multiple state… | |||
| 2020-03-09 | src/projections/: remove assignments in expression and multiple statements ↵ | Even Rouault | |
| per line Should hopefully result in no change in results, and hopefully more readable code... | |||
| 2020-03-06 | Typo fixes identified by scripts/fix_typos.sh | Even Rouault | |
| 2020-03-05 | Remove occurences of deprecated PROJ.4 syntax (#2021) | Even Rouault | |
| Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
| 2020-03-04 | Document Autotools and CMake configure options (#2018) | PROJ-BOT | |
| Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
| 2020-03-04 | Update README with info on PROJ-data | github-actions[bot] | |
| 2020-03-04 | Merge pull request #2014 from PROJ-BOT/backport-2011-to-7.0 | Even Rouault | |
| [Backport 7.0] createUnitOfMeasure(): use full double resolution for the conversion factor | |||
| 2020-03-03 | createUnitOfMeasure(): use full double resolution for the conversion factor | github-actions[bot] | |
| 2020-03-03 | Fix download link for proj-data 1.0 | Chris Mayo | |
| 2020-03-03 | Fix bad copy&replace pattern on HEALPix and rHEALPix projection names | github-actions[bot] | |
| 2020-03-01 | Dummy commit to force doc publication | Even Rouault | |
| 2020-03-01 | createOperations(): fix wrong pipeline generation with CRS that has ↵ | Even Rouault | |
| +nadgrids= and +pm= (#1998) Fixes issue reported at https://lists.osgeo.org/pipermail/gdal-dev/2020-February/051749.html The generated pipeline assumes that the input coordinates for the grid transformation were related to the non-Greenwich based datum, so we must compensate for that and add logic to go back to Greenwich. | |||
| 2020-03-01 | Add missing projection property tables | github-actions[bot] | |
| 2020-03-01 | Avoid crash when running against SQLite3 binary built with ↵ | github-actions[bot] | |
| -DSQLITE_OMIT_AUTOINIT (fixes #1932) | |||
| 2020-03-01 | Make tests independent of proj-datumgrid | github-actions[bot] | |
| 2020-03-01 | proj_create_crs_to_crs(): avoid potential reprojection failures when ↵ | github-actions[bot] | |
| reprojecting area of use to source and target CRS | |||
| 2020-03-01 | Database: update to EPSG v9.8.7 | github-actions[bot] | |
| 2020-03-01 | Update github_version in sphinx config | Kristian Evers | |
| 2020-03-01 | Update docs in preparation for 7.0.0 release | Kristian Evers | |
| 2020-02-25 | createOperations(): be robust to a GeographicCRS having a wrong ID attached ↵7.0.0 | Even Rouault | |
| to it (fixes #1982) | |||
| 2020-02-25 | Merge pull request #1981 from PROJ-BOT/backport-1978-to-7.0 | Even Rouault | |
| [Backport 7.0] CompoundCRS::create(): reject combinations of components not allowed by ISO 19111 | |||
| 2020-02-24 | CompoundCRS::create(): reject combinations of components not allowed by ISO ↵ | github-actions[bot] | |
| 19111 | |||
| 2020-02-24 | Merge pull request #1980 from PROJ-BOT/backport-1976-to-7.0 | Even Rouault | |
| [Backport 7.0] createOperations(): keep height/z value in Helmert transform between 3D CRS | |||
| 2020-02-24 | createOperations(): keep height/z value in Helmert transform between 3D CRS | github-actions[bot] | |
| 2020-02-24 | Merge pull request #1977 from PROJ-BOT/backport-1974-to-7.0 | Even Rouault | |
| [Backport 7.0] pj_hgrid_apply(): change error code when no grid match to PJD_ERR_GRID_AREA (refs #1973) | |||
| 2020-02-24 | pj_hgrid_apply(): change error code when no grid match to PJD_ERR_GRID_AREA ↵ | github-actions[bot] | |
| (refs #1973) | |||
| 2020-02-24 | Merge pull request #1975 from PROJ-BOT/backport-1971-to-7.0 | Even Rouault | |
| [Backport 7.0] Fix mapping of Vertical_Near_Side_Perspective (fixes #1965) | |||
| 2020-02-24 | Fix mapping of Vertical_Near_Side_Perspective (fixes #1965) | github-actions[bot] | |
| 2020-02-24 | Merge pull request #1972 from PROJ-BOT/backport-1967-to-7.0 | Even Rouault | |
| [Backport 7.0] Expose proj_context_is_network_enabled() in C API | |||
| 2020-02-24 | Expose proj_context_is_network_enabled() in C API | github-actions[bot] | |
| 2020-02-24 | Merge pull request #1968 from wonder-sk/slovakia-jtsk-ntv2-master | Even Rouault | |
| Add alternative grid for JTSK - JTSK03 transform (EPSG:8364) | |||
| 2020-02-23 | Merge pull request #1964 from PROJ-BOT/backport-1959-to-7.0 | Kristian Evers | |
| [Backport 7.0] test_network.cpp: fix test failures on big endian archs (fixes #1958) | |||
| 2020-02-23 | Merge pull request #1963 from PROJ-BOT/backport-1951-to-7.0 | Kristian Evers | |
| [Backport 7.0] Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFF | |||
| 2020-02-22 | Merge pull request #1966 from mwtoews/7.0 | Kristian Evers | |
| [Backport 7.0] CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBS | |||
| 2020-02-22 | Merge pull request #1962 from mwtoews/shared | Mike Taves | |
| CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBS | |||
| 2020-02-21 | Doc: advertize lat_0 for proj=nsper | Even Rouault | |
| 2020-02-21 | Add support for creating coordinates operations using Compact Miller, | Nyall Dawson | |
| Times and Vertical Near Side Perspective projections | |||
| 2020-02-21 | Add support for creating coordinates operations using Natural Earth/Natural ↵ | Nyall Dawson | |
| Earth 2 projection | |||
| 2020-02-21 | Add support for creating coordinates operations using ESRI:53079 (patterson) CRS | Nyall Dawson | |
| 2020-02-21 | test_network.cpp: fix test failures on big endian archs (fixes #1958) | github-actions[bot] | |
| 2020-02-21 | Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFF | github-actions[bot] | |
| 2020-02-20 | Fix wrong byte-swapping for NTv2 grids affecting master after RFC4 work ↵ | github-actions[bot] | |
| (fixes #1938) | |||
| 2020-02-20 | Add/update description for pkg-config and CMake, ignore proj.pc.in warning | github-actions[bot] | |
