| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-17 | Merge pull request #2505 from visr/typos | Kristian Evers | |
| fix a few typos in the docs | |||
| 2021-01-17 | update julia binding description | Martijn Visser | |
| This matches the go binding description. And fixes the colon. | |||
| 2021-01-17 | fix a few typos in the docs | Martijn Visser | |
| 2021-01-15 | Database: update to EPSG v10.011 | Modern Slave | |
| 2021-01-14 | Merge pull request #2502 from rouault/bug_projjson_geoid | Even Rouault | |
| createOperations(): fix bug involving geoidmodel and non-metre vertical unit | |||
| 2021-01-14 | createOperations(): fix bug involving geoidmodel and non-metre vertical unit | Even Rouault | |
| 2021-01-14 | formatting fix | Even Rouault | |
| 2021-01-13 | Merge pull request #2501 from rouault/32bit_immediate | Even Rouault | |
| workflow linux_gcc_32bit: fix Could not perform immediate configuration on 'libgcc-s1:i386' | |||
| 2021-01-13 | Merge pull request #2500 from rouault/fix_compound_to_geog_non_metre_vert | Even Rouault | |
| createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ellipsoidal height | |||
| 2021-01-13 | workflow linux_gcc_32bit: fix Could not perform immediate configuration on ↵ | Even Rouault | |
| 'libgcc-s1:i386' | |||
| 2021-01-13 | createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ↵ | Even Rouault | |
| ellipsoidal height | |||
| 2021-01-12 | ellps_size(): do not log error if ellipsoid absent and not needed | Even Rouault | |
| 2021-01-06 | Database: add Norwegian height transformations grids to grid_alternatives ↵ | Sveinung Himle | |
| table (#2359) | |||
| 2021-01-05 | createFromUserInput(): accept leading white space (fixes #2498) | Even Rouault | |
| 2021-01-01 | Update website for 7.2.1 | Kristian Evers | |
| 2020-12-28 | Merge pull request #2496 from rouault/proj_crs_is_derived | Even Rouault | |
| C API: add proj_crs_is_derived() | |||
| 2020-12-28 | C API: add proj_crs_is_derived() | Even Rouault | |
| 2020-12-26 | Update CITATION year to 2021 | Kristian Evers | |
| 2020-12-26 | Update NEWS for 7.2.1 release | Kristian Evers | |
| 2020-12-21 | Merge remote-tracking branch 'osgeo/master' | Kristian Evers | |
| 2020-12-21 | Merge pull request #2494 from kbevers/nkg_trans_final | Kristian Evers | |
| Implementing the NKG transformations in proj.db | |||
| 2020-12-21 | Implementing the NKG transformations in proj.db | Kristian 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-19 | test_factory.cpp: add missing checks | Even Rouault | |
| 2020-12-18 | Database: register AGQG_20191107.gsb grid. Related to ↵ | Even Rouault | |
| https://github.com/OSGeo/PROJ-data/pull/53 | |||
| 2020-12-17 | Merge pull request #2491 from glostis/documentation | Even Rouault | |
| Fix typos in resource_files.rst | |||
| 2020-12-16 | Merge pull request #2488 from rouault/crs_to_crs_improved_filtering | Even Rouault | |
| Improved coordinate operation filtering | |||
| 2020-12-16 | cs2cs: add --no-ballpark and --accuracy options | Even Rouault | |
| 2020-12-16 | Fix typos in resource_files.rst | Guillaume Lostis | |
| 2020-12-16 | Merge pull request #2489 from rouault/update_to_epsg_10.0.8 | Even Rouault | |
| Database: update to EPSG v10.008 | |||
| 2020-12-16 | Database: update to EPSG v10.008 | Even Rouault | |
| 2020-12-16 | Merge pull request #2487 from rouault/error_mgt_improvements | Even Rouault | |
| Error management: revise error codes and expose them to the public API | |||
| 2020-12-15 | proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK options | Even Rouault | |
| 2020-12-15 | projinfo: add a --accuracy option to define the minimum accuracy | Even Rouault | |
| 2020-12-15 | Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHER | Even Rouault | |
| 2020-12-15 | horner.cpp: remove uses of EINVAL and EDOM errno | Even Rouault | |
| 2020-12-15 | Remove internal use of PJ_LOG_DEBUG_MINOR and PJ_LOG_DEBUG_MAJOR | Even Rouault | |
| 2020-12-15 | Various operations: remove explicit short name prefixing in log messages now ↵ | Even Rouault | |
| that it is automatically added | |||
| 2020-12-15 | proj_log_XXX functions(): add the short name of the operation as prefix in ↵ | Even Rouault | |
| the error message | |||
| 2020-12-15 | proj_trans_array(): make it transform all coordinates even when an error occurs | Even Rouault | |
| 2020-12-15 | tmerc exact: set errno to PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN ↵ | Even Rouault | |
| when it returns invalid coordinate | |||
| 2020-12-15 | Doc: document error codes and proj_context_errno_string() | Even Rouault | |
| 2020-12-15 | Revise 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-15 | Remove ancient no longer used implementation of pj_ell_set() | Even Rouault | |
| 2020-12-15 | Move proj_log_XXX() functions from internal.cpp to log.cpp | Even Rouault | |
| 2020-12-14 | Merge 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-14 | createOperations(): 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-14 | Merge pull request #2483 from rouault/split_coordinateoperation | Even Rouault | |
| Split coordinateoperation.cpp and test_operation.cpp in several parts | |||
| 2020-12-13 | CMake: install data/*.json files (fixes #2485) | Even Rouault | |
| 2020-12-13 | Merge remote-tracking branch 'osgeo/master' | Kristian Evers | |
| 2020-12-12 | Split test_operation.cpp in two parts | Even Rouault | |
