| Age | Commit message (Collapse) | Author |
|
|
|
|
|
[Backport 8.0] pj_vlog(): fix buffer overflow in case of super lengthy error message
|
|
pj_vlog(): fix buffer overflow in case of super lengthy error message
|
|
|
|
[Backport 8.0] Revert "proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_PARTIAL_INTERSECTION if area is specified"
|
|
Revert "proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_PARTIAL_INTERSECTION if area is specified"
|
|
[Backport 8.0] utm: error out when value of +zone= is not an integer (fixes #2671)
|
|
utm: error out when value of +zone= is not an integer (fixes #2671)
|
|
(fixes #2603)
|
|
[Backport 8.0] getCRSInfoList(): make result order deterministic (by increasing auth_name, code)
|
|
getCRSInfoList(): make result order deterministic (by increasing auth_name, code)
|
|
Fixes #2638 and fixes #2639
|
|
[Backport 8.0] Add missing comma
|
|
Add missing comma
|
|
|
|
[Backport 8.0] Database: update to EPSG v10.018
|
|
Database: update to EPSG v10.018
|
|
[Backport 8.0] Reduce doubled information
|
|
Don't repeat neighboring information.
|
|
[Backport 8.0] Database: refine checks for 'Geog3D to Geog2D+XXX' transformations, …
|
|
Database: refine checks for 'Geog3D to Geog2D+XXX' transformations, …
|
|
[Backport 8.0] Database: update to EPSG 10.017
|
|
Database: update to EPSG 10.017
|
|
|
|
[Backport 8.0] createOperation(): make sure no to discard deprecated operations...
|
|
if the replacement uses a grid unknown to us.
Fixes issue reported at https://lists.osgeo.org/pipermail/gdal-dev/2021-March/053771.html
The issue comes from the fact that EPSG has created 2 transformations
using grids BALR2009.gsb ad PENR2009.gsb that supersede the one which
uses the single grid SPED2ETV2 we have in PROJ-data.
|
|
[Backport 8.0] Fix build on Solaris 11.4
|
|
Fix build on Solaris 11.4
|
|
[Backport 8.0] Doc: fix typo in man page of utilities, and reduce copy&paste
|
|
Doc: fix typo in man page of utilities, and reduce copy&paste
|
|
[Backport 8.0] Add mapping of ESRI Equal_Area projection method to EPSG (fixes #2610)
|
|
Add mapping of ESRI Equal_Area projection method to EPSG (fixes #2610)
|
|
[Backport 8.0] Add transformations for CHGeo2004, Swiss geoid model
|
|
ch_swisstopo_chgeo2004_ETRS89_LHN95 and ch_swisstopo_chgeo2004_ETRS89_LN02 (#2584)
|
|
[Backport 8.0] Database: Additions to the norwegian NKG2020 transformation (#2548), …
|
|
[Backport 8.0] Incorrect EPGS extent code for EPSG:7789>EPSG:4976 NKG transformation
|
|
NGO48 to ETRS89 TIN transfrm (#2554)
* Correction grid NKG:ETRF14 to EPSG:7922
* Added NKG:ITRF_TO_NO GIE test
* Correction grid no_kv_NKGETRF14_EPSG7922_2000 added to grid_alternatives.sql
* proj_method 'velocity_grid' added in check_grid_alternatives_proj_method. NKG velocity grid added to grid_alternatives.sql
* also include follow-up fix to master #2548: e10a849cd01c5b15e3123da1f6df845006322843
* Add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based transformation (#2554)
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
|
|
Incorrect EPGS extent code for EPSG:7789>EPSG:4976 NKG transformation
|
|
[Backport 8.0] fix wrong capitalization of CHENyx06_ETRS.gsb
|
|
The file data/CH containing the +proj string to use CHENyx06_ETRS.gsb was wrongly capitalized. It was not consistent with EPSG and therefore other entries in proj.db.
|
|
[Backport 8.0] createOperations(): fix regression for the fix of #2588
|
|
createOperations(): fix regression for the fix of #2588
|
|
[Backport 8.0] createOperations(): fix Compound to Geog3D CRS computations in the case
|
|
createOperations(): fix Compound to Geog3D CRS computations in the ca…
|
|
[Backport 8.0] docs: update community site with links to FOSS4G 2021
|
|
docs: update community site with links to FOSS4G 2021
|
|
This will help getting more consistent results between the 2D and 3D
cases, as identified in
https://github.com/OSGeo/PROJ/issues/2587#issue-836061171
|
|
createFromCRSCodesWithIntermediates() runs a rather costly self-join.
Only run it if the source and target CRS are the source/target of a
coordinate operation. This helps for the performance of
proj_create_crs_to_crs() when run on projected CRS for example that are
extremely unlikely to be the source/target of an operation (except
currently the Finish ones). For the EPSG:26915 to EPSG:3857 case of
https://github.com/OSGeo/gdal/issues/3470, this helps decreasing the
time of proj_create_crs_to_crs() from 18 ms to 10 ms.
|
|
be returned by proj_create_crs_to_crs()
|