| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2019-12-11 | Merge pull request #1773 from orudge/msvc-no-static-exports | Even Rouault | |
| Build: Only export symbols if building DLL | |||
| 2019-12-11 | Merge pull request #1788 from ↵ | Even Rouault | |
| rouault/tune_too_agressive_result_removal_indian_1975_to_4326 createOperations(): make filtering out of 'uninteresting' operations less aggressive (refs #1787) | |||
| 2019-12-11 | Make EPSG:102100 resolve to ESRI:102100 (fixes #1730) | Even Rouault | |
| 2019-12-11 | Database: register 100800401.gsb for Catalonia ED50 -> ETRS89 | Even Rouault | |
| Refs https://github.com/OSGeo/proj-datumgrid/pull/88 | |||
| 2019-12-11 | createOperations(): make filtering out of 'uninteresting' operations less ↵ | Even Rouault | |
| aggressive (refs #1787) 'EPSG:1304, Indian 1975 to WGS 84 (2), 5.0 m, Thailand - onshore and Gulf of Thailand' was removed because considered useless w.r.t first result 'EPSG:1812, Indian 1975 to WGS 84 (4), 3.0 m, Thailand - onshore' However the name of the area of use is not completely the same, so might be worth keeping it. | |||
| 2019-12-11 | Merge pull request #1785 from rouault/update_to_ignf_3_1_0 | Kristian Evers | |
| Database: update to IGNF v3.1.0 | |||
| 2019-12-10 | Database: update to IGNF v3.1.0 | Even Rouault | |
| 2019-12-10 | ob_tran: restore traditional handling of +to_meter with pj_transform() and ↵ | Even Rouault | |
| proj utility (fixes #1782) Fixes side-effect of https://github.com/OSGeo/PROJ/issues/1525 that went in 6.1.1 The correction is horribly hacky. Sorry... | |||
| 2019-12-10 | DOC: correction to doi field; remove uri, which is identical to doi for ↵ | Mike Taves | |
| Snyder1992 | |||
| 2019-12-09 | isea docs: Rewrite intro and reference to reflect actual projection | Kristian Evers | |
| Previous version was describing oea by mistake. It is also a projection by Snyder and the isea docs was based on the paper on the oea projection. This commit fixes that. | |||
| 2019-12-09 | Merge pull request #1780 from rouault/fix_1779 | Kristian Evers | |
| CRS identification: use case insensitive comparison for authority name (fixes #1779) | |||
