[PROJ] PROJ 9.4.1RC1 & PROJ-data 1.18RC1
Kristian Evers
kreve at sdfi.dk
Tue May 28 01:09:54 PDT 2024
Thanks for taking care of that, Even. I think I'll have to conclude that my mac is not
reliable for this use case. I'll look into generating the PROJ-data tarballs using GitHub
Actions, as that should provide a clean environment that doesn't include those
._-files. I've created https://github.com/OSGeo/PROJ-data/issues/122 as a reminder
and will look into it in the coming weeks.
As for the issues Greg have pointed out, it seems there's a few aspects we haven't thought
about when making the switch to CMake. It think it is unrealistic to get that sorted for 9.4.1
but please continue exploring the issues and their solutions so we can get that handled
for 9.5.0.
Best regards,
Kristian
-----Original Message-----
From: PROJ <proj-bounces at lists.osgeo.org> On Behalf Of Even Rouault via PROJ
Sent: 27. maj 2024 23:29
To: Kristian Evers <kristianevers at gmail.com>; PROJ <proj at lists.osgeo.org>
Subject: Re: [PROJ] PROJ 9.4.1RC1 & PROJ-data 1.18RC1
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
> PROJ at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/proj
--
http://www.spatialys.com
My software is free, but my time generally not.
_______________________________________________
PROJ mailing list
PROJ at lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/proj
More information about the PROJ
mailing list