<div dir="ltr">+1 Thomas<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Den tor. 30. apr. 2020 kl. 11.23 skrev Kristian Evers <<a href="mailto:kreve@sdfe.dk">kreve@sdfe.dk</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">With the exception of a few minor warnings in 6.3.2RC1 reported by Greg, <br>
no serious problems have been found in the two release candidates. <br>
<br>
So, I hereby motion that we promote proj-7.0.1RC1 and proj-6.3.2RC1 to their final<br>
versions.<br>
<br>
I’ll start with my +1<br>
<br>
/Kristian<br>
<br>
-----Original Message-----<br>
From: PROJ <<a href="mailto:proj-bounces@lists.osgeo.org" target="_blank">proj-bounces@lists.osgeo.org</a>> On Behalf Of Kristian Evers<br>
Sent: 27. april 2020 11:23<br>
To: PROJ <<a href="mailto:proj@lists.osgeo.org" target="_blank">proj@lists.osgeo.org</a>><br>
Subject: [PROJ] PROJ 7.0.1RC1 & 6.3.2RC1<br>
<br>
All,<br>
<br>
With scheduled releases of PROJ 7.0.1 and 6.3.2. on May 1st it is time<br>
to put out release candidates. Both candidates includes a number of bug<br>
fixes since the previous release. 7.0.1 includes 39 bug fixes and 16 bugs<br>
has been fixed in 6.3.2. See the release notes below.<br>
<br>
Archives are available here: <br>
<br>
<a href="http://download.osgeo.org/proj/proj-7.0.1RC1.tar.gz" rel="noreferrer" target="_blank">http://download.osgeo.org/proj/proj-7.0.1RC1.tar.gz</a><br>
<a href="http://download.osgeo.org/proj/proj-7.0.1RC1.zip" rel="noreferrer" target="_blank">http://download.osgeo.org/proj/proj-7.0.1RC1.zip</a><br>
<a href="http://download.osgeo.org/proj/proj-6.3.2RC1.tar.gz" rel="noreferrer" target="_blank">http://download.osgeo.org/proj/proj-6.3.2RC1.tar.gz</a><br>
<a href="http://download.osgeo.org/proj/proj-6.3.2RC1.zip" rel="noreferrer" target="_blank">http://download.osgeo.org/proj/proj-6.3.2RC1.zip</a><br>
<br>
<br>
Please test the release candidates and report back any problems you<br>
may encounter. <br>
<br>
If no issues are found with the two release candidates the final releases<br>
will be announced on Friday May 1st.<br>
<br>
/Kristian<br>
<br>
<br>
<br>
7.0.1 Release Notes<br>
-------------------<br>
<br>
 Updates<br>
 -------<br>
<br>
 o Database: update to EPSG v9.8.9 #2141<br>
<br>
 Bug fixes<br>
 ---------<br>
<br>
 o Make tests independent of proj-datumgrid (#1995)<br>
<br>
 o Add missing projection property tables (#1996)<br>
<br>
 o Avoid crash when running against SQLite3 binary built with<br>
   -DSQLITE_OMIT_AUTOINIT (#1999)<br>
<br>
 o createOperations(): fix wrong pipeline generation with CRS that has +nadgrids=<br>
   and +pm= (#2002)<br>
<br>
 o Fix bad copy&replace pattern on HEALPix and rHEALPix projection names (#2007)<br>
<br>
 o createUnitOfMeasure(): use full double resolution for the conversion<br>
   factor (#2014)<br>
<br>
 o Update README with info on PROJ-data (#2015)<br>
<br>
 o utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if<br>
   es==0 (#2045)<br>
<br>
 o data/Makefile.am: remove bashism (#2048)<br>
<br>
 o ProjectedCRS::identify(): tune it to better work with ESRI WKT<br>
   representation of EPSG:2193 (#2059)<br>
<br>
 o Fix build with gcc 4.8.5 (#2066)<br>
<br>
 o Autotools/pkg-conf: Define datarootdir (#2069)<br>
<br>
 o cs2cs: don't require +to for '{source_crs} {target_crs} filename...'<br>
   syntax (#2081)<br>
<br>
 o CMake: fix bug with find_package(PROJ) with macOS (#2082)<br>
<br>
 o ESRI WKT import / identification: special case for<br>
   NAD_1983_HARN_StatePlane_Colorado_North_FIPS_0501 with Foot_US unit (#2088)<br>
<br>
 o ESRI WKT import / identification: special case for<br>
   NAD_1983_HARN_StatePlane_Colorado_North_FIPS_0501 with Foot_US unit (#2089)<br>
<br>
 o EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (#2092)<br>
<br>
 o Use jtsk03-jtsk horizontal grid from CDN (#2098)<br>
<br>
 o CMake: prefer to use use PROJ_SOURCE_DIR and PROJ_BINARY_DIR (#2100)<br>
<br>
 o Fix wrong grids file name in esri.sql (#2104)<br>
<br>
 o Fix identification of projected CRS whose name is close but not strictly<br>
   equal to a ESRI alias (#2106)<br>
<br>
 o Fix working of Helmert transform between the horizontal part of<br>
   2 compoundCRS (#2111)<br>
<br>
 o Database: fix registration of custom entries of grid_transformation_custom.sql<br>
   for geoid grids (#2114)<br>
<br>
 o ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when<br>
   possible (#2119)<br>
<br>
 o Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base<br>
   geographic CRS as 3D (#2125)<br>
<br>
 o createOperations(): improve results of compoundCRS to compoundCRS case (#2131)<br>
<br>
 o hgridshift/vgridshift: defer grid opening when grid has already<br>
   been opened (#2132)<br>
<br>
 o Resolve a few shadowed declaration warnings (#2142)<br>
<br>
 o ProjectedCRS identification: deal with switched 1st/2nd std parallels for<br>
   LCC_2SP(#2153)<br>
<br>
 o Fix Robinson inverse projection (#2154)<br>
<br>
 o createOperations(): do not remove ballpark transformation if there are only<br>
   grid based operations, even if they cover the whole area of use (#2156)<br>
<br>
 o createFromCoordinateReferenceSystemCodes(): 'optimization' to avoid using<br>
   C++ exceptions (#2161)<br>
<br>
 o Ingestion of WKT1_GDAL: correctly map 'Cylindrical_Equal_Area' (#2167)<br>
<br>
 o Add limited support for non-conformant WKT1 LAS COMPD_CS[] (#2172)<br>
<br>
 o PROJ4 string import: take into correctly non-metre unit when the string<br>
   looks like the one for WGS 84 / Pseudo Mercator (#2177)<br>
<br>
 o io.hpp: avoid dependency to proj_json_streaming_writer.hpp (#2184)<br>
<br>
 o Fix support of WKT1_GDAL with netCDF rotated pole formulation (#2186)<br>
<br>
<br>
<br>
6.3.2 Release Notes<br>
-------------------<br>
<br>
 Bug fixes<br>
 ---------<br>
<br>
 o validateParameters(): fix false-positive warning on<br>
   Equidistant Cylindrical (#1947)<br>
<br>
 o proj_create_crs_to_crs(): avoid potential reprojection failures when<br>
   reprojecting area of use to source and target CRS (#1993)<br>
<br>
 o createOperations(): fix wrong pipeline generation with CRS that has +nadgrids=<br>
   and +pm= (#2003)<br>
<br>
 o Fix bad copy&replace pattern on HEALPix and rHEALPix projection names (#2006)<br>
<br>
 o createUnitOfMeasure(): use full double resolution for the conversion<br>
   factor (#2013)<br>
<br>
 o data/Makefile.am: remove bashism (#2047)<br>
<br>
 o ProjectedCRS::identify(): tune it to better work with ESRI WKT representation<br>
   of EPSG:2193 (#2058)<br>
<br>
 o EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (#2091)<br>
<br>
 o Add missing entries in grid_alternatives for Portugal grids coming from<br>
   ESRI entries (#2103)<br>
<br>
 o Fix working of Helmert transform between the horizontal part of 2<br>
   compoundCRS (#2110)<br>
<br>
 o ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when<br>
   possible (#2118)<br>
<br>
 o Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base<br>
   geographic CRS as 3D (#2124)<br>
<br>
 o createOperations(): improve results of compoundCRS to compoundCRS case (#2130)<br>
<br>
 o PROJ4 string import: take into correctly non-metre unit when the string looks<br>
   like the one for WGS 84 / Pseudo Mercator (#2178)<br>
<br>
 o Fix support of WKT1_GDAL with netCDF rotated pole formulation (#2187)<br>
<br>
 o io.hpp: avoid dependency to proj_json_streaming_writer.hpp (#2188)<br>
<br>
<br>
<br>
_______________________________________________<br>
PROJ mailing list<br>
<a href="mailto:PROJ@lists.osgeo.org" target="_blank">PROJ@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br>
_______________________________________________<br>
PROJ mailing list<br>
<a href="mailto:PROJ@lists.osgeo.org" target="_blank">PROJ@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br>
</blockquote></div>