Hi,

We still have the same issues with the proj-data archive containing MacOS dot-starting files. I've taken the liberty to generate a RC2 of it by removing them with the following procedure run on the server:

 mkdir tmp
 cd tmp
 tar xvzf ../proj-data-1.18RC1.tar.gz
 rm ._*
 tar cvzf ../proj-data-1.18RC2.tar.gz *

So:

https://download.osgeo.org/proj/proj-data-1.18RC2.tar.gz
https://download.osgeo.org/proj/proj-data-1.18RC2.zip

Otherwise, I was surprised to see that we only shipped EPSG 11.006 and not 11.008 as in master, but I then found out that the backports of https://github.com/OSGeo/PROJ/pull/4093 (11.007 update) and https://github.com/OSGeo/PROJ/pull/4132 (11.008 updates) had failed, but we didn't notice. The issue is that the message posted by the bot is posted with the credentials of the PR author, so the PR author doesn't receive it, and doesn't realize that the automated backport has failed. There must be something with the way with the bot is configured (I see that in QGIS the message is posted by another account, so the PR author receives an email). Anyway, I don't think there was anything particular life critical in those updates, so they can probably wait for 9.5 . https://github.com/OSGeo/PROJ/pull/4098 also didn't make it, but also not business critical

Even

Le 27/05/2024 à 21:42, Kristian Evers via PROJ a écrit :
All,

It’s time for another round of releases, so in preparation for the final 
packages I have uploaded
release candidates for PROJ and PROJ-data. Download the archives here:

https://download.osgeo.org/proj/proj-9.4.1RC1.tar.gz
https://download.osgeo.org/proj/proj-9.4.1RC1.zip

https://download.osgeo.org/proj/proj-data-1.18RC1.tar.gz
https://download.osgeo.org/proj/proj-data-1.18RC1.zip

The PROJ release includes updates to the database contents and bug fixes. See 
the release notes below.

The PROJ-data release adds transformation models for the Danish vertical CRS’s 
DKLAT and DKMSL as well
as the Greenlandic GLLMSL.

Please test the release candidates and report any issues you may find. Either 
here on the mailing list or on GitHub.

/Kristian

—————————————————————————

# PROJ Release Notes

## 9.4.1

### Updates

* Database: update to EPSG v11.006 (#4086)

* Database: update ESRI dataset to ArcGIS Pro 3.3 (#4143)

### Bug fixes

* DatabaseContext::lookForGridInfo(): do not trigger network activity in
PROJ_GRID_AVAILABILITY_KNOWN_AVAILABLE mode when all grids are known (#4090)

* Retry "Connection reset by peer" (#4107)

* Use unique names for NKG transformations (#4111)

* proj_create()/proj_create_from_database(): recall CRS AUTH:CODE in error 
message (#4114)

* DerivedProjectedCRS: deal with lack of explicit CS in BASEPROJCRS in WKT 
(#4139)

* proj_symbol_rename.h: update with current symbols (#4145)

* Improve detection of compatible/incompatible celestial bodies (#4150)
_______________________________________________
PROJ mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/proj

--
http://www.spatialys.com
My software is free, but my time generally not.

_______________________________________________
PROJ mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/proj

Reply via email to