aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-17Merge pull request #2505 from visr/typosKristian Evers
2021-01-17update julia binding descriptionMartijn Visser
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
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
2021-01-13Merge pull request #2500 from rouault/fix_compound_to_geog_non_metre_vertEven Rouault
2021-01-13workflow linux_gcc_32bit: fix Could not perform immediate configuration on 'l...Even Rouault
2021-01-13createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ell...Even Rouault
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 tab...Sveinung Himle
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
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
2020-12-21Implementing the NKG transformations in proj.dbKristian Evers
2020-12-19test_factory.cpp: add missing checksEven Rouault
2020-12-18Database: register AGQG_20191107.gsb grid. Related to https://github.com/OSGe...Even Rouault
2020-12-17Merge pull request #2491 from glostis/documentationEven Rouault
2020-12-16Merge pull request #2488 from rouault/crs_to_crs_improved_filteringEven Rouault
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
2020-12-16Database: update to EPSG v10.008Even Rouault
2020-12-16Merge pull request #2487 from rouault/error_mgt_improvementsEven Rouault
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
2020-12-15proj_log_XXX functions(): add the short name of the operation as prefix in th...Even Rouault
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 wh...Even Rouault
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
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 rouault/fix_bound_proj_ntf_paris_to_bound_geog_...Even Rouault
2020-12-14createOperations(): fix inconsistent chaining exception when transforming fro...Even Rouault
2020-12-14Merge pull request #2483 from rouault/split_coordinateoperationEven Rouault
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