| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-16 | Merge pull request #2807 from rouault/fix_2804 | Even Rouault | |
| createOperations(): fix missing deg<-->rad conversion when transforming with a CRS that has a fallback-to-PROJ4-string behaviour and is a BoundCRS of a GeographicCRS (fixes #2804) | |||
| 2021-08-16 | Merge pull request #2806 from OSGeo/backport-2805-to-8.1 | Even Rouault | |
| [Backport 8.1] Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803) | |||
| 2021-08-16 | Merge pull request #2805 from rouault/fix_2803 | Even Rouault | |
| Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803) | |||
| 2021-08-15 | factory.cpp: fix latest clang -Wstring-concatenation (false positive) warning | Even Rouault | |
| 2021-08-13 | Merge pull request #2801 from OSGeo/backport-2800-to-8.1 | Even Rouault | |
| [Backport 8.1] Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN when appropriates (fixes OSGeo/gdal#4224) | |||
| 2021-08-13 | Merge pull request #2800 from rouault/fix_gdal_4224 | Even Rouault | |
| Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN when appropriates (fixes OSGeo/gdal#4224) | |||
| 2021-08-12 | Merge pull request #2798 from OSGeo/backport-2797-to-8.1 | Kristian Evers | |
| [Backport 8.1] Docs: Improve order of instructions for installing from source. | |||
| 2021-08-11 | Fix order of instructions for installing from source. (#2797) | Brendan Jurd | |
| The note about running autogen.sh was previously placed below the instructions to run configure. | |||
| 2021-08-10 | Merge pull request #2796 from OSGeo/backport-2795-to-8.1 | Even Rouault | |
| [Backport 8.1] Conversion::createUTM(): avoid integer overflow | |||
| 2021-08-10 | Merge pull request #2795 from rouault/fix_ossfuzz_36751 | Even Rouault | |
| Conversion::createUTM(): avoid integer overflow | |||
| 2021-07-23 | Merge pull request #2788 from OSGeo/backport-2787-to-8.1 | Even Rouault | |
| [Backport 8.1] GeoTIFF grid reading: perf improvements (fixes #2785) | |||
| 2021-07-23 | Merge pull request #2787 from rouault/vgrid_perf_improvements | Even Rouault | |
| GeoTIFF grid reading: perf improvements (fixes #2785) | |||
| 2021-07-22 | Merge pull request #2786 from OSGeo/backport-2784-to-8.1 | Even Rouault | |
| [Backport 8.1] Doc: fix links to :c:func:`proj_...` by specifying "h" as "c" domain | |||
| 2021-07-22 | Merge pull request #2784 from mwtoews/docs-fix | Even Rouault | |
| Doc: fix links to :c:func:`proj_...` by specifying "h" as "c" domain | |||
| 2021-07-20 | Merge pull request #2783 from OSGeo/backport-2782-to-8.1 | Even Rouault | |
| [Backport 8.1] createOperations(): fix SourceTargetCRSExtentUse::NONE mode | |||
| 2021-07-20 | Merge pull request #2782 from rouault/fix_crs_extent_use_none | Even Rouault | |
| createOperations(): fix SourceTargetCRSExtentUse::NONE mode | |||
| 2021-07-14 | Merge pull request #2781 from OSGeo/backport-2780-to-8.1 | Even Rouault | |
| [Backport 8.1] CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target | |||
| 2021-07-14 | Merge pull request #2780 from mwtoews/nlohmann_json_interface_lib | Even Rouault | |
| CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target | |||
| 2021-07-12 | Merge pull request #2777 from OSGeo/backport-2776-to-8.1 | Even Rouault | |
| [Backport 8.1] ortho: remove useless and invalid log trace (CID 350886, 350887) | |||
| 2021-07-12 | Merge pull request #2776 from rouault/fix_coverity_350886 | Even Rouault | |
| ortho: remove useless and invalid log trace (CID 350886, 350887) | |||
| 2021-07-10 | Merge pull request #2775 from OSGeo/backport-2774-to-8.1 | Even Rouault | |
| [Backport 8.1] Logging: avoid some overhead when logging is not enabled (fixes #2770) | |||
| 2021-07-10 | Merge pull request #2774 from rouault/fix_2770 | Even Rouault | |
| Logging: avoid some overhead when logging is not enabled (fixes #2770) | |||
| 2021-07-08 | Merge pull request #2773 from OSGeo/backport-2772-to-8.1 | Even Rouault | |
| [Backport 8.1] Database: update to EPSG v10.028 | |||
| 2021-07-08 | Merge pull request #2772 from rouault/epsg_10_028 | Even Rouault | |
| Database: update to EPSG v10.028 | |||
| 2021-07-08 | Merge pull request #2771 from OSGeo/backport-2769-to-8.1 | Even Rouault | |
| [Backport 8.1] createOperations(): make sure to associate an extent to the transform… | |||
| 2021-07-08 | Merge pull request #2769 from rouault/fix_2768 | Even Rouault | |
| createOperations(): make sure to associate an extent to the transform… | |||
| 2021-07-06 | Merge pull request #2766 from OSGeo/backport-2764-to-8.1 | Even Rouault | |
| [Backport 8.1] CMake: fix installation of executables on iOS | |||
| 2021-07-05 | Merge pull request #2764 from SpaceIm/fix/install-exec-ios | Even Rouault | |
| CMake: fix installation of executables on iOS | |||
| 2021-07-03 | Merge pull request #2761 from OSGeo/backport-2760-to-8.1 | Even Rouault | |
| [Backport 8.1] test_factory.cpp: fix build, in particular on Alpine Edge (fixes #2759) | |||
| 2021-07-01 | Merge pull request #2760 from rouault/fix_2759 | Even Rouault | |
| test_factory.cpp: fix build, in particular on Alpine Edge (fixes #2759) | |||
| 2021-06-30 | docs: update edit on github link to 8.1 branch | Kristian Evers | |
| 2021-06-30 | Make sure to publish docs from 8.1 branch | Kristian Evers | |
| 2021-06-30 | Update website for 8.1.0 release | Kristian Evers | |
| 2021-06-25 | Update news for 8.1.0 release | Kristian Evers | |
| 2021-06-25 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2021-06-25 | Update ABI numbers for 8.1.0 release | Kristian Evers | |
| 2021-06-23 | Merge pull request #2752 from cffk/geodesic-1.52-sync | Charles Karney | |
| Minor changes to address lint in geodesic.c | |||
| 2021-06-22 | Minor changes to address lint in geodesic.c (courtesy of Marc Emery ↵ | Charles Karney | |
| <memery@myotest.com>) | |||
| 2021-06-19 | Merge pull request #2751 from rouault/epsg_10_027 | Even Rouault | |
| Database: update to EPSG v10.027 | |||
| 2021-06-19 | Database: update to EPSG v10.027 | Even Rouault | |
| 2021-06-18 | Merge pull request #2750 from rouault/better_operation_selection | Even Rouault | |
| proj_trans/cs2cs: If two operations have the same accuracy, use the one that is contained within a larger one | |||
| 2021-06-18 | operations_computation.rst: add note about proj_create_crs_to_crs not ↵ | Even Rouault | |
| necessarily using the operation that appears as first | |||
| 2021-06-17 | proj_trans/cs2cs: If two operations have the same accuracy, use the one that ↵ | Even Rouault | |
| is contained within a larger one Relates to https://github.com/OSGeo/gdal/issues/3998 Before that change, cs2cs on a NAD83(HARN) to WGS84 transformation would use the "NAD83(HARN) to WGS 84 (1)" transformation (a null Helmert shift) that is valid for whole US, including non-CONUS areas, even when used on points located on CONUS that has a "NAD83(HARN) to WGS 84 (3)" transformation (non-null Helmert shift) with same accuracy (1m). But if doing EPSG:2874 "NAD83(HARN) / California zone 5 (ftUS)" to WGS84, we would use this later "NAD83(HARN) to WGS 84 (3)" transformation because the area of use of EPSG:2874 restricts to CONUS. This isn't consistant. With that change, we now have more consistent behavior, even if it can be argued which of the 2 transformations is the best... $ echo 34 -120 | src/cs2cs -d 8 EPSG:4326 "NAD83(HARN)" | src/cs2cs "NAD83(HARN)" EPSG:2874 5955507.74 1828410.98 0.00 $ echo 34 -120 | src/cs2cs EPSG:4326 EPSG:2874 5955507.74 1828410.98 0.00 | |||
| 2021-06-14 | Fix build with -DPROJ_INTERNAL_CPP_NAMESPACE | Even Rouault | |
| 2021-06-10 | Merge pull request #2747 from rouault/fix_gdal_3958 | Even Rouault | |
| BoundCRS::identify(): avoid incompatible transformation for WKT1 / TOWGS84 export (fixes OSGeo/gdal#3958) | |||
| 2021-06-10 | BoundCRS::identify(): avoid incompatible transformation for WKT1 / TOWGS84 ↵ | Even Rouault | |
| export (fixes OSGeo/gdal#3958) | |||
| 2021-06-10 | Merge pull request #2745 from rouault/epsg_10_026 | Even Rouault | |
| Database: update to EPSG v10.026 | |||
| 2021-06-10 | Database: update to EPSG v10.026 | Even Rouault | |
| 2021-06-09 | Merge pull request #2738 from rouault/share_sqlite_handle | Even Rouault | |
| Share SQLite database handle among all contexts | |||
| 2021-06-05 | Merge pull request #2740 from RoelvandenBerg/master | Even Rouault | |
| Update link in docs to Dutch coord transform website. | |||
