| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-28 | Update release notes for 6.3.0 | Kristian Evers | |
| 2019-12-28 | Update NEWS for 6.2.1 | Kristian Evers | |
| 2019-12-28 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2019-12-28 | Update ABI numbers for 6.3.0 release | Kristian Evers | |
| 2019-12-26 | Add link to Go bindings (#1807) | joe-mann | |
| 2019-12-26 | Merge pull request #1812 from rouault/tune_canadian_ntv1_ntv2 | Even Rouault | |
| Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 | |||
| 2019-12-25 | cct: make it honour PROJ_DEBUG if -v/-vv/-vvv are not specified | Even Rouault | |
| 2019-12-25 | cct: revise end-of-line handling in logging, and always output debug and ↵ | Even Rouault | |
| trace messages to stderr | |||
| 2019-12-25 | Doc: resource_files.rst: s/dictionaries/directories | Even Rouault | |
| 2019-12-25 | Merge pull request #1810 from rouault/projinfo_wkt1_gdal_no_longer_boundcrs | Kristian Evers | |
| projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL | |||
| 2019-12-25 | Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 | Even Rouault | |
| As on import of EPSG, we remove the supersession of Canadian NTv1 file w.r.t NTv2 (because the default behaviour of PROJ is to ignore superseded operations). However the NTv1 operation is advertized with an accuracy of 1m, whereas NTv2 is advertized with 1.5m. Consequently on areas where both files are valid, and if both files are available, NTv1 would be selected. So as a workaround, worsen the NTv1 accuracy to 2m so that NTv2 is used in priority. | |||
| 2019-12-25 | Doc: differences.rst: add note about WKT1:GDAL no longer implicitly calling ↵ | Even Rouault | |
| --boundcrs-to-wgs84 | |||
| 2019-12-25 | Merge pull request #1811 from rouault/modify_verbosity | Kristian Evers | |
| Modify verbosity level of some debug/trace messages | |||
| 2019-12-25 | Modify verbosity level of some debug/trace messages | Even Rouault | |
| - unitconvert, ell_set and helmert were using debug level, which is too verbose. Using trace instead - proj_trans() was using trace to indicate the operation it selects. Changing it to debug | |||
| 2019-12-25 | projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL | Even Rouault | |
| To align with GDAL 3.0.3 behaviour, no longer automatically try to create a boundCRS to WGS84 when exporting to WKT1:GDAL. The user has to explicitly specify --boundcrs-to-wgs84 if he wishes this behaviour. | |||
| 2019-12-24 | Merge pull request #1809 from rouault/add_retry_logic_to_proj_trans | Even Rouault | |
| proj_trans: add retry logic to select other transformation if the best one fails. | |||
| 2019-12-24 | proj_trans: add retry logic to select other transformation if the best one ↵ | Even Rouault | |
| fails. Relates to https://github.com/OSGeo/PROJ/issues/1808 | |||
| 2019-12-23 | test: add explict tests for New Zealand vertical <--> geog3D and vertical ↵ | Even Rouault | |
| <--> vertical transformations | |||
| 2019-12-21 | proj_db_table_defs.sql: rewrite some trigger checks as normal table ↵ | Even Rouault | |
| CONSTRAINT CHECK | |||
| 2019-12-21 | Database: add consistency checks of transformation area of use w.r.t ↵ | Even Rouault | |
| source/target CRS one | |||
| 2019-12-21 | Database: add/fix consistency checks | Even Rouault | |
| 2019-12-21 | Database: fix registration of Icegeoid_xxx.gtx files, and add corresponding ↵ | Even Rouault | |
| entries in grid_alternatives.sql | |||
| 2019-12-20 | Database: add name mappings for na27na83.gsb and cq77na83.gsb; also fix the ↵ | Even Rouault | |
| mapping between CGQ77-98.gsb and CQ77SCRS.GSB | |||
| 2019-12-20 | grid_check.py: fixes | Even Rouault | |
| 2019-12-20 | test: transformation_NZLVD_to_PROJ_string: attach database context to get ↵ | Even Rouault | |
| filename substitution | |||
| 2019-12-20 | Adding New Zealand grid alternative names | Chris Crook | |
| 2019-12-19 | Merge pull request #1770 from ccrook/nzlvd_support | Even Rouault | |
| Adding support for NZLVD vertical height transformation | |||
| 2019-12-20 | Adding support for NZLVD vertical height transformation | Chris Crook | |
| 2019-12-18 | Database: register MAY76V20.gsb | Even Rouault | |
| 2019-12-17 | Database: register Canadian geoid models added per ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/91 (#1796) | |||
| 2019-12-17 | Database: register SeTa2016.gsb for DHDN to ETRS89 in Saarland (refs ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/89) (#1791) | |||
| 2019-12-17 | Merge pull request #1789 from rouault/register_100800401_gsb | Even Rouault | |
| Database: register 100800401.gsb for Catalonia ED50 -> ETRS89 | |||
| 2019-12-17 | Merge pull request #1803 from ↵ | Even Rouault | |
| rouault/improve_identification_with_datum_name_aliases identify(): take into datum name aliases (fixes #1800) | |||
| 2019-12-16 | travis/osx/before_install.sh: do not install md5sha1sum from brew | Even Rouault | |
| 2019-12-16 | Merge pull request #1802 from rouault/improve_boundcrs_identify | Even Rouault | |
| BoundCRS::identify(): improvements to discard CRS that aren't relevant (fixes #1801) | |||
| 2019-12-16 | identify(): take into datum name aliases (fixes #1800) | Even Rouault | |
| 2019-12-16 | Merge pull request #1775 from ↵ | Kristian Evers | |
| rouault/grid_alternatives_use_precision_package_versions grid_alernatives.sql: point to specific revisions of the proj-datumgrid-XXXX packages | |||
| 2019-12-16 | Merge pull request #1786 from rouault/fake_EPSG_102100 | Kristian Evers | |
| Make EPSG:102100 resolve to ESRI:102100 (fixes #1730) | |||
| 2019-12-16 | Merge pull request #1763 from dalia2/update-grid-alternatives.sql-for-Icealnd | Kristian Evers | |
| Update grid_alternatives.sql for Icelandic grids | |||
| 2019-12-16 | BoundCRS::identify(): improvements to discard CRS that aren't relevant ↵ | Even Rouault | |
| (fixes #1801) Fix for ``` projinfo --identify "+proj=utm +zone=48 +a=6377276.345 +b=6356075.41314024 +towgs84=198,881,317,0,0,0,0 +units=m +no_defs +type=crs" ``` to only return BoundCRS of EPSG:3148: 70 % Previously it also returned EPSG:23948 and EPSG:24048 whose projected CRS-only parts where likely matches, but those 2 CRSs don't have a +towgs84=198,881,317,0,0,0,0, so discard them. | |||
| 2019-12-15 | Merge pull request #1783 from ↵ | Kristian Evers | |
| rouault/restore_ob_tran_to_meter_compat_with_pj_transform ob_tran: restore traditional handling of +to_meter with pj_transform() and proj utility (fixes #1782) | |||
| 2019-12-14 | Merge pull request #1797 from rouault/fix_hgrid_inv_switch_between_ntv2_subgrids | Kristian Evers | |
| Horizontal grid shift: fix issue on iterative inverse computation when switching between (sub)grids (fixes #1663) | |||
| 2019-12-14 | Horizontal grid shift: fix issue on iterative inverse computation when ↵ | Even Rouault | |
| switching between (sub)grids (fixes #1663) Given in.txt with 53.999759140 5.144478208 252.6995 Before the fix, cct -t 0 -d 4 +proj=pipeline +step +proj=axisswap +order=2,1,3,4 +step +proj=hgridshift +inv +grids=rdtrans2018.gsb +step +proj=vgridshift +grids=naptrans2018.gtx +step +proj=sterea +lat_0=52.156160556 +lon_0=5.387638889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel in.txt returned: 139079.8814 668306.0302 212.1724 0.0000 It now returns: 139079.8850 668306.0458 212.1724 0.0000 which meets with the 1mm accuracy the expected result of test point ``` 30010049 53.999759140 5.144478208 252.6995 139079.8850 668306.0460 212.1723 ``` | |||
| 2019-12-14 | Database: add mappings to AUSGeoid98.gtx in grid_alternatives | Even Rouault | |
| 2019-12-14 | Add proj_coordoperation_create_inverse to C API (#1795) | Nyall Dawson | |
| 2019-12-13 | Fix compilation breakage of previous commit with some compilers | Even Rouault | |
| 2019-12-13 | normalizeForVisualization(): address EPSG:32661 "WGS 84 / UPS North (N,E)" ↵ | Even Rouault | |
| and EPSG:32761 "WGS 84 / UPS South (N,E)" Fixes https://github.com/qgis/QGIS/issues/33077 | |||
| 2019-12-13 | PROJStringFormatter: make startInversion/stopInversion properly deal with ↵ | Even Rouault | |
| omit_fwd/omit_inv | |||
| 2019-12-13 | WKTParser: fix assertion that can trigger on corrupted input. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=19367 | |||
| 2019-12-12 | Merge branch 'master' into update-grid-alternatives.sql-for-Icealnd | dalia2 | |
