| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-11 | C API: avoid error messages to be emitted in PJ_LOG_NONE log level (fixes #2526) | Even Rouault | |
| 2021-02-11 | Merge pull request #2525 from rouault/epsg_10_014 | Even Rouault | |
| Database: update to EPSG v10.014 | |||
| 2021-02-11 | Database: update to EPSG v10.014 | Even Rouault | |
| 2021-02-11 | Merge pull request #2521 from rouault/boundcrs_proj_based_method | Even Rouault | |
| Allow a BoundCRS to use a PROJ string transformation | |||
| 2021-02-10 | Merge pull request #2524 from rouault/fix_2510 | Even Rouault | |
| Fix handling of +proj=ob_tran +o_proj=longlat combined with +over (fixes #2510) | |||
| 2021-02-10 | Merge pull request #2522 from rouault/update_operations_computation | Even Rouault | |
| operations_computation.rst: update 'Filtering and sorting of coordinate operations' section | |||
| 2021-02-10 | Fix handling of +proj=ob_tran +o_proj=longlat combined with +over (fixes #2510) | Even Rouault | |
| 2021-02-10 | operations_computation.rst: update 'Filtering and sorting of coordinate ↵ | Even Rouault | |
| operations' section | |||
| 2021-02-10 | Allow a BoundCRS to use a PROJ string transformation | Even Rouault | |
| Related to https://lists.osgeo.org/pipermail/proj/2021-February/010040.html Given test.wkt with ``` BOUNDCRS[ SOURCECRS[ GEOGCRS["unknown", DATUM["Unknown based on GRS80 ellipsoid", ELLIPSOID["GRS 1980",6378137,298.257222101, LENGTHUNIT["metre",1], ID["EPSG",7019]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8901]], CS[ellipsoidal,2], AXIS["longitude",east, ORDER[1], ANGLEUNIT["degree",0.0174532925199433, ID["EPSG",9122]]], AXIS["latitude",north, ORDER[2], ANGLEUNIT["degree",0.0174532925199433, ID["EPSG",9122]]]]], TARGETCRS[ GEOGCRS["WGS 84", DATUM["World Geodetic System 1984", ELLIPSOID["WGS 84",6378137,298.257223563, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["latitude",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["longitude",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]], ID["EPSG",4326]]], ABRIDGEDTRANSFORMATION["Transformation from unknown to WGS84", METHOD["PROJ-based operation method: +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=axisswap +order=2,1 +step +proj=cart +ellps=GRS80 +step +proj=helmert +convention=coordinate_frame +exact +step +inv +proj=cart +ellps=WGS84 +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=rad +xy_out=deg"]]] ``` ``projinfo -s @test.wkt -t "WGS 84" -o PROJ -q`` outputs: ``` +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=axisswap +order=2,1 +step +proj=cart +ellps=GRS80 +step +proj=helmert +convention=coordinate_frame +exact +step +inv +proj=cart +ellps=WGS84 +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=rad +xy_out=deg ``` | |||
| 2021-02-10 | test_operation: use correct variable name | Even Rouault | |
| 2021-02-10 | Merge pull request #2519 from nyalldawson/esri_update | Kristian Evers | |
| Update ESRI projection db to 12.7 (10.8.1/2.6) | |||
| 2021-02-10 | Update ESRI projection db to 12.7 (10.8.1/2.6) | Nyall Dawson | |
| 2021-02-09 | Merge pull request #2518 from rouault/epsg_10_013 | Kristian Evers | |
| Database: update to EPSG v10.013 | |||
| 2021-02-09 | Database: update to EPSG v10.013 | Even Rouault | |
| 2021-02-09 | Merge pull request #2517 from nyalldawson/epsg_update | Even Rouault | |
| Database: update to EPSG v10.012 | |||
| 2021-02-09 | createOperations(): remove involved logic that was done for GDA94 -> WGS84 ↵ | Even Rouault | |
| (G1762) It is no longer needed for that particular case, since there's now a concatenated operation for it. It could in theory be useful for other cases, but removing it doesn't break existing tests, so... | |||
| 2021-02-09 | Database: update to EPSG v10.012 | Nyall Dawson | |
| 2021-02-08 | Merge pull request #2513 from jjimenezshaw/ahd-tasmania | Even Rouault | |
| Better grid_alternatives entries to include 'GDA94 to AHD (Tasmania) height' using 'au_ga_AUSGeoid98.tif' | |||
| 2021-02-07 | Merge pull request #2511 from mwtoews/remove-cmake-configurations-8.0 | Kristian Evers | |
| CMake: remove old configuration option aliases | |||
| 2021-02-07 | Merge pull request #2476 from rouault/fix_2399 | Kristian Evers | |
| Add build time option to make PROJ_LIB env var tested last (fixes #2399) | |||
| 2021-02-07 | Merge pull request #2503 from havingsexonthebeach/epsg10_011 | Kristian Evers | |
| Database: update to EPSG v10.011 | |||
| 2021-02-07 | CI: specify pip < 21.0; avoid using pip3 script (#2516) | Mike Taves | |
| 2021-02-03 | change grid_alternatives entries to include 'GDA94 to AHD (Tasmania) height' | Javier Jimenez Shaw | |
| 2021-02-03 | CMake: remove old configuration option aliases | Mike Taves | |
| 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 | |||
