aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-17Merge pull request #2505 from visr/typosKristian Evers
fix a few typos in the docs
2021-01-17update julia binding descriptionMartijn Visser
This matches the go binding description. And fixes the colon.
2021-01-17fix a few typos in the docsMartijn Visser
2021-01-15Database: update to EPSG v10.011Modern Slave
2021-01-14Merge pull request #2502 from rouault/bug_projjson_geoidEven Rouault
createOperations(): fix bug involving geoidmodel and non-metre vertical unit
2021-01-14createOperations(): fix bug involving geoidmodel and non-metre vertical unitEven Rouault
2021-01-14formatting fixEven Rouault
2021-01-13Merge pull request #2501 from rouault/32bit_immediateEven Rouault
workflow linux_gcc_32bit: fix Could not perform immediate configuration on 'libgcc-s1:i386'
2021-01-13Merge pull request #2500 from rouault/fix_compound_to_geog_non_metre_vertEven Rouault
createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ellipsoidal height
2021-01-13workflow linux_gcc_32bit: fix Could not perform immediate configuration on ↵Even Rouault
'libgcc-s1:i386'
2021-01-13createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ↵Even Rouault
ellipsoidal height
2021-01-12ellps_size(): do not log error if ellipsoid absent and not neededEven Rouault
2021-01-06Database: add Norwegian height transformations grids to grid_alternatives ↵Sveinung Himle
table (#2359)
2021-01-05createFromUserInput(): accept leading white space (fixes #2498)Even Rouault
2021-01-01Update website for 7.2.1Kristian Evers
2020-12-28Merge pull request #2496 from rouault/proj_crs_is_derivedEven Rouault
C API: add proj_crs_is_derived()
2020-12-28C API: add proj_crs_is_derived()Even Rouault
2020-12-26Update CITATION year to 2021Kristian Evers
2020-12-26Update NEWS for 7.2.1 releaseKristian Evers
2020-12-21Merge remote-tracking branch 'osgeo/master'Kristian Evers
2020-12-21Merge pull request #2494 from kbevers/nkg_trans_finalKristian Evers
Implementing the NKG transformations in proj.db
2020-12-21Implementing the NKG transformations in proj.dbKristian Evers
This adds the NKG 2008 and 2020 transformations to proj.db. The NKG transformations offers transformations between global reference frames and the national realisations of ETRS89 in Denmark, Estonia, Finland, Latvia, Lithuania, Norway and Sweden. The 2008 transformations are already implemented in the NKG 2008 file but will now be more accessible with the modern API. The 2020 transformations are new to PROJ and offers and updated version of the 2008 transformations using a new and improved deformation model (eu_nkg_nkgrf17vel.tif). A 2020 version of the NKG transformations are currently not available for Norway but will in all likelyhood be included at a later point in time.
2020-12-19test_factory.cpp: add missing checksEven Rouault
2020-12-18Database: register AGQG_20191107.gsb grid. Related to ↵Even Rouault
https://github.com/OSGeo/PROJ-data/pull/53
2020-12-17Merge pull request #2491 from glostis/documentationEven Rouault
Fix typos in resource_files.rst
2020-12-16Merge pull request #2488 from rouault/crs_to_crs_improved_filteringEven Rouault
Improved coordinate operation filtering
2020-12-16cs2cs: add --no-ballpark and --accuracy optionsEven Rouault
2020-12-16Fix typos in resource_files.rstGuillaume Lostis
2020-12-16Merge pull request #2489 from rouault/update_to_epsg_10.0.8Even Rouault
Database: update to EPSG v10.008
2020-12-16Database: update to EPSG v10.008Even Rouault
2020-12-16Merge pull request #2487 from rouault/error_mgt_improvementsEven Rouault
Error management: revise error codes and expose them to the public API
2020-12-15proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK optionsEven Rouault
2020-12-15projinfo: add a --accuracy option to define the minimum accuracyEven Rouault
2020-12-15Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHEREven Rouault
2020-12-15horner.cpp: remove uses of EINVAL and EDOM errnoEven Rouault
2020-12-15Remove internal use of PJ_LOG_DEBUG_MINOR and PJ_LOG_DEBUG_MAJOREven Rouault
2020-12-15Various operations: remove explicit short name prefixing in log messages now ↵Even Rouault
that it is automatically added
2020-12-15proj_log_XXX functions(): add the short name of the operation as prefix in ↵Even Rouault
the error message
2020-12-15proj_trans_array(): make it transform all coordinates even when an error occursEven Rouault
2020-12-15tmerc exact: set errno to PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN ↵Even Rouault
when it returns invalid coordinate
2020-12-15Doc: document error codes and proj_context_errno_string()Even Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
Fixes #2482 And also add proj_context_errno_string() Revise gie 'expect failure errno XXXX' strings
2020-12-15Remove ancient no longer used implementation of pj_ell_set()Even Rouault
2020-12-15Move proj_log_XXX() functions from internal.cpp to log.cppEven Rouault
2020-12-14Merge pull request #2486 from ↵Even Rouault
rouault/fix_bound_proj_ntf_paris_to_bound_geog_ntf_paris_rebased createOperations(): fix inconsistent chaining exception when transforming from BoundCRS of projected CRS based on NTF Paris to BoundCRS of geog CRS NTF Paris
2020-12-14createOperations(): fix inconsistent chaining exception when transforming ↵Even Rouault
from BoundCRS of projected CRS based on NTF Paris to BoundCRS of geog CRS NTF Paris. Fixes https://github.com/OSGeo/gdal/issues/3273
2020-12-14Merge pull request #2483 from rouault/split_coordinateoperationEven Rouault
Split coordinateoperation.cpp and test_operation.cpp in several parts
2020-12-13CMake: install data/*.json files (fixes #2485)Even Rouault
2020-12-13Merge remote-tracking branch 'osgeo/master'Kristian Evers
2020-12-12Split test_operation.cpp in two partsEven Rouault