<div dir="ltr">Hi Even,<div><br></div><div>Would it be difficult to change the RC URLs and release directory to include the "rc*" string? If the download was at <a href="https://download.osgeo.org/gdal/3.3.2rc2/gdal-3.3.2rc2.tar.gz">https://download.osgeo.org/gdal/3.3.2rc2/gdal-3.3.2rc2.tar.gz</a> and extracted to gdal-3.3.2rc2 I would only need to make a one line change to my build system to test it.</div><div><br></div><div>I did find some failures in the tests we run when building and testing rasterio's binary distributions (the wheels on PyPI). GDAL 3.3.2rc2 and PROJ 7.2.1. The errors seem to come from a failure to auto identify the EPSG codes in spatial reference systems created from, for example, '+init=epsg:4326' or '+proj=longlat +datum=WGS84 +no_defs'.</div><div><br></div><div><a href="https://github.com/mapbox/rasterio/blob/master/rasterio/_crs.pyx#L241-L243">https://github.com/mapbox/rasterio/blob/master/rasterio/_crs.pyx#L241-L243</a><br></div><div><br></div><div>These failures did not occur with 3.3.0. I'm retroactively checking 3.3.1 now.</div><div><br></div><div>Here's the pytest output for one of the failures:</div><div><br></div><div><div>______________ test_to_epsg[+proj=longlat +datum=WGS84 +no_defs] _______________<br>proj_string = '+proj=longlat +datum=WGS84 +no_defs'<br>    @pytest.mark.parametrize('proj_string', ['+init=epsg:4326', '+proj=longlat +datum=WGS84 +no_defs'])<br>    def test_to_epsg(proj_string):<br>        """CRS has EPSG code"""<br>>       assert _CRS.from_proj4(proj_string).to_epsg() == 4326<br>E       assert None == 4326<br>E         -None<br>E         +4326<br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 31, 2021 at 3:05 AM Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Here's a RC2 with 2 additional changes w.r.t RC1:<br>
<br>
- NEWS file to correctly mention 3.3.2<br>
<br>
- gdal_viewshed: Fix incorrect progress reporting (fixes #4390)<br>
<br>
Updated download links:<br>
<br>
   <a href="https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc2.tar.xz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc2.tar.xz</a><br>
   <a href="https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc2.tar.gz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc2.tar.gz</a><br>
   <a href="https://download.osgeo.org/gdal/3.3.2/gdal332rc2.zip" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdal332rc2.zip</a><br>
<br>
<a href="https://download.osgeo.org/gdal/3.3.2/gdalautotest-3.3.2rc2.tar.gz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdalautotest-3.3.2rc2.tar.gz</a><br>
   <a href="https://download.osgeo.org/gdal/3.3.2/gdalautotest-3.3.2rc2.zip" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdalautotest-3.3.2rc2.zip</a><br>
<br>
Even<br>
<br>
Le 30/08/2021 à 14:27, Even Rouault a écrit :<br>
> Hi,<br>
><br>
> I have prepared a GDAL/OGR 3.3.2 release candidate.<br>
><br>
> Pick up an archive among the following ones (by ascending size):<br>
><br>
>   <a href="https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc1.tar.xz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc1.tar.xz</a><br>
>   <a href="https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc1.tar.gz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc1.tar.gz</a><br>
>   <a href="https://download.osgeo.org/gdal/3.3.2/gdal332rc1.zip" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdal332rc1.zip</a><br>
><br>
> A snapshot of the gdalautotest suite is also available :<br>
><br>
> <a href="https://download.osgeo.org/gdal/3.3.2/gdalautotest-3.3.2rc1.tar.gz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdalautotest-3.3.2rc1.tar.gz</a><br>
>   <a href="https://download.osgeo.org/gdal/3.3.2/gdalautotest-3.3.2rc1.zip" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdalautotest-3.3.2rc1.zip</a><br>
><br>
> GDAL-GRASS plugin:<br>
><br>
>   <a href="https://download.osgeo.org/gdal/3.3.2/gdal-grass-3.3.2.tar.gz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.3.2/gdal-grass-3.3.2.tar.gz</a><br>
><br>
> The NEWS file is here :<br>
><br>
>   <a href="https://github.com/OSGeo/gdal/blob/v3.3.2RC1/gdal/NEWS" rel="noreferrer" target="_blank">https://github.com/OSGeo/gdal/blob/v3.3.2RC1/gdal/NEWS</a><br>
><br>
> I'll call for a vote promoting it to final later this week if no<br>
> serious problems are reported before.<br>
><br>
> Best regards,<br>
><br>
> Even<br>
><br>
-- <br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
My software is free, but my time generally not.<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Sean Gillies</div></div>