| Age | Commit message (Collapse) | Author |
|
[Backport 8.1] WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[]…
|
|
WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[]…
|
|
[Backport 8.1] 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)
|
|
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)
|
|
[Backport 8.1] Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)
|
|
Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)
|
|
|
|
[Backport 8.1] Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN when appropriates (fixes OSGeo/gdal#4224)
|
|
Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN when appropriates (fixes OSGeo/gdal#4224)
|
|
[Backport 8.1] Docs: Improve order of instructions for installing from source.
|
|
The note about running autogen.sh was previously placed below the
instructions to run configure.
|
|
[Backport 8.1] Conversion::createUTM(): avoid integer overflow
|
|
Conversion::createUTM(): avoid integer overflow
|
|
[Backport 8.1] GeoTIFF grid reading: perf improvements (fixes #2785)
|
|
GeoTIFF grid reading: perf improvements (fixes #2785)
|
|
[Backport 8.1] Doc: fix links to :c:func:`proj_...` by specifying "h" as "c" domain
|
|
Doc: fix links to :c:func:`proj_...` by specifying "h" as "c" domain
|
|
[Backport 8.1] createOperations(): fix SourceTargetCRSExtentUse::NONE mode
|
|
createOperations(): fix SourceTargetCRSExtentUse::NONE mode
|
|
[Backport 8.1] CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target
|
|
CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target
|
|
[Backport 8.1] ortho: remove useless and invalid log trace (CID 350886, 350887)
|
|
ortho: remove useless and invalid log trace (CID 350886, 350887)
|
|
[Backport 8.1] Logging: avoid some overhead when logging is not enabled (fixes #2770)
|
|
Logging: avoid some overhead when logging is not enabled (fixes #2770)
|
|
[Backport 8.1] Database: update to EPSG v10.028
|
|
Database: update to EPSG v10.028
|
|
[Backport 8.1] createOperations(): make sure to associate an extent to the transform…
|
|
createOperations(): make sure to associate an extent to the transform…
|
|
[Backport 8.1] CMake: fix installation of executables on iOS
|
|
CMake: fix installation of executables on iOS
|
|
[Backport 8.1] test_factory.cpp: fix build, in particular on Alpine Edge (fixes #2759)
|
|
test_factory.cpp: fix build, in particular on Alpine Edge (fixes #2759)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Minor changes to address lint in geodesic.c
|
|
<memery@myotest.com>)
|
|
Database: update to EPSG v10.027
|
|
|
|
proj_trans/cs2cs: If two operations have the same accuracy, use the one that is contained within a larger one
|
|
necessarily using the operation that appears as first
|
|
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
|
|
|
|
BoundCRS::identify(): avoid incompatible transformation for WKT1 / TOWGS84 export (fixes OSGeo/gdal#3958)
|
|
export (fixes OSGeo/gdal#3958)
|
|
Database: update to EPSG v10.026
|