PROJ 6.3.0
Updates
-
Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 (#1812)
-
Modify verbosity level of some debug/trace messages (#1811)
-
projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL
(#1810) -
proj_trans: add retry logic to select other transformation if the best one
fails. (#1809) -
BoundCRS::identify(): improvements to discard CRS that aren't relevant
(#1802) -
Database: update to IGNF v3.1.0 (#1785)
-
Build: Only export symbols if building DLL (#1773)
-
Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database
(#1762) -
createOperations(): chain operations whose middle CRSs are not identical but
have the same datum (#1734) -
import/export PROJJSON: support a interpolation_crs key to geoid_model
(#1732) -
Database: update to EPSG v9.8.4 (#1725)
-
Build: require SQLite 3.11 (#1721)
-
Add support for GEOIDMODEL (#1710)
-
Better filtering based on extent and performance improvements (#1709)
Bug fixes
-
Horizontal grid shift: fix issue on iterative inverse computation when
switching between (sub)grids (#1797) -
createOperations(): make filtering out of 'uninteresting' operations less
aggressive (#1788) -
Make EPSG:102100 resolve to ESRI:102100 (#1786)
-
ob_tran: restore traditional handling of +to_meter with pj_transform() and
proj utility (#1783) -
CRS identification: use case insensitive comparison for authority name
(#1780) -
normalizeForVisualization() and other methods applying on a ProjectedCRS: do
not mess the derivingConversion object of the original object (#1746) -
createOperations(): fix transformation computation from/to a CRS with
+geoidgrids and +vunits != m (#1731) -
Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord
operations (#1726) -
Database: add an auxiliary concatenated_operation_step table to allow
arbitrary number of steps (#1696) -
Fix errors running gie-based tests in Debug mode on Windows (#1688)