PROJ 6.3.2
Bug fixes
o validateParameters(): fix false-positive warning on
Equidistant Cylindrical (#1947)
o proj_create_crs_to_crs(): avoid potential reprojection failures when
reprojecting area of use to source and target CRS (#1993)
o createOperations(): fix wrong pipeline generation with CRS that has +nadgrids=
and +pm= (#2003)
o Fix bad copy&replace pattern on HEALPix and rHEALPix projection names (#2006)
o createUnitOfMeasure(): use full double resolution for the conversion
factor (#2013)
o data/Makefile.am: remove bashism (#2047)
o ProjectedCRS::identify(): tune it to better work with ESRI WKT representation
of EPSG:2193 (#2058)
-
EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (#2091)
-
Add missing entries in grid_alternatives for Portugal grids coming from
ESRI entries (#2103) -
Fix working of Helmert transform between the horizontal part of 2
compoundCRS (#2110) -
ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when
possible (#2118) -
Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base
geographic CRS as 3D (#2124) -
createOperations(): improve results of compoundCRS to compoundCRS case (#2130)
-
PROJ4 string import: take into correctly non-metre unit when the string looks
like the one for WGS 84 / Pseudo Mercator (#2178) -
Fix support of WKT1_GDAL with netCDF rotated pole formulation (#2187)
-
io.hpp: avoid dependency to proj_json_streaming_writer.hpp (#2188)