<div dir="auto">The Windows builds are failing because it is missing PJ_TYPE_DERIVED_PROJECTED_CRS. Linux builds seem to work fine.<div dir="auto"><br></div><div dir="auto"><a href="https://github.com/pyproj4/pyproj/actions/runs/4249145953" target="_blank" rel="noreferrer">https://github.com/pyproj4/pyproj/actions/runs/4249145953</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 22, 2023, 8:03 AM Kristian Evers <<a href="mailto:kristianevers@gmail.com" target="_blank" rel="noreferrer">kristianevers@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">All,<br>
<br>
We are closing in on March 1st which is the release date of both PROJ 9.2.0 and PROJ-data 1.13.<br>
In preparation for the final releases I have uploaded release candidates for both packages.<br>
<br>
Download the archives here:<br>
<br>
<a href="https://download.osgeo.org/proj/proj-9.2.0RC1.tar.gz" rel="noreferrer noreferrer noreferrer" target="_blank">https://download.osgeo.org/proj/proj-9.2.0RC1.tar.gz</a><br>
<a href="https://download.osgeo.org/proj/proj-9.2.0RC1.zip" rel="noreferrer noreferrer noreferrer" target="_blank">https://download.osgeo.org/proj/proj-9.2.0RC1.zip</a> <br>
<br>
<a href="https://download.osgeo.org/proj/proj-data-1.13RC1.tar.gz" rel="noreferrer noreferrer noreferrer" target="_blank">https://download.osgeo.org/proj/proj-data-1.13RC1.tar.gz</a><br>
<a href="https://download.osgeo.org/proj/proj-data-1.13RC1.zip" rel="noreferrer noreferrer noreferrer" target="_blank">https://download.osgeo.org/proj/proj-data-1.13RC1.zip</a><br>
<br>
The PROJ release includes a number of improvements, new features and bug fixes. See the release notes below.<br>
<br>
The PROJ-data release adds the following transformations grids:<br>
<br>
- American NADCON5 grids<br>
- An updated version of no_kv_arcgp-2006-sk.tif<br>
- Slovenian geoid model SLO-VRP2016/Koper<br>
<br>
Please test the release candidates and report any issues you may find with them. Either here<br>
on the mailing list or on GitHub.<br>
<br>
/Kristian<br>
<br>
————————————————————————————————————<br>
<br>
9.2.0 Release Notes<br>
-------------------<br>
<br>
 Updates<br>
 --------<br>
<br>
 + Database<br>
<br>
    o EPSG updated to EPSG 10.082 (#3609)<br>
<br>
    o ESRI objects updated to v3.1.0 (#3575)<br>
<br>
    o Added Slovenian geoid model SLO-VRP2016/Koper (#3610)<br>
<br>
 + Projections<br>
<br>
   o Added generic Space Oblique Mercator (#3338)<br>
<br>
   o Inverse eck4: Add checks for projection domain (#3625)<br>
<br>
 + Transformations<br>
<br>
   o Added support for NADCON5 grids and transformation method (#3510)<br>
<br>
   o Added option ONLY_BEST=YES (#3535)<br>
<br>
     When enabled only use the best possible transformation between two CRS's can be<br>
     instantiated. If the best possible transfomations can't be instantiated it will<br>
     fail instead of opting for the next best transformation.<br>
<br>
     With ONLY_BEST=YES a transformation will fail if a needed grid is unavailable.<br>
<br>
     The option can be toggled in proj.ini and with --only-best in cs2cs.<br>
<br>
    o Implement 'Similarity transformation' (EPSG:9621) and import related<br>
      tranformations from EPSG (#3578)<br>
<br>
    o Optimise transformations between GDA94, GDA2020 and WGS84 (#3621)<br>
<br>
 + Performance improvements<br>
<br>
   o Pass PJ_COORD by reference for fwd4d and inv4d callbacks (#3503)<br>
<br>
   o Improved of inverse meridian length calculations (#3516)<br>
<br>
   o Avoid very poor performance on a geographic CRS whose datum name is the alias<br>
     of an official one (#3624)<br>
<br>
 + Well-Known Text improvements<br>
<br>
   o Support WKT:2019 COORDINATEMETADATA[] construct (#2711)<br>
<br>
   o implement alterCSLinearUnit for CompoundCRS (#3325)<br>
<br>
   o Implement alterCSLinearUnit for BoundCRS (#3327)<br>
<br>
   o Added PJ_TYPE_DERIVED_PROJECTED_CRS (#3488)<br>
<br>
   o Added support for ISO19111 CoordinateMetadata class (#3562)<br>
<br>
   o Update WKT import to support WKT2 corrigendum (#3573)<br>
<br>
   o WKT import: Make axis direction and range meaning enumeration case<br>
     insensitive as mandated by spec (#3577)<br>
<br>
   o Implement AffineCS and handle it in WKT (#3579)<br>
<br>
   o WKT1 parser: Support inf as inverse flattening value (#3626)<br>
<br>
 + PROJJSON<br>
<br>
   o Version number changed to 0.6<br>
<br>
   o Added an additional optional source_crs property in abridged_transformation (#3454)<br>
<br>
   o Added support for ISO19111 CoordinateMetadata class (#3562)<br>
<br>
   o Implement AffineCS and handle it in PROJJSON (#3579)<br>
<br>
 + C/C++ API<br>
<br>
   o C API: add proj_get_domain_count(), proj_get_area_of_use_ex() and proj_get_scope_ex() (#3588)<br>
<br>
   DEPRECATIONS<br>
<br>
   The following functions have been deprecated and will be removed in a future version.<br>
<br>
   o C API function proj_rtodms. Use proj_rtodms2 instead (#3431)<br>
<br>
   o C experimental API function proj_create_conversion_tunisia_mapping_grid().<br>
     Use proj_create_conversion_tunisia_mining_grid() instead (#3559)<br>
<br>
   o C++ API function createTunisiaMapingGrid(). Use createTunisiaMiningGrid() instead (#3559)<br>
<br>
   o Added explicit NaN handling to proj_trans and gie (#3603)<br>
<br>
 + CMake<br>
<br>
    o Added uninstall target (#3362)<br>
<br>
    o Adopted use of TIFF:TIFF and CURL::libcurl targets (#3374)<br>
<br>
 + Security improvements<br>
<br>
   o Replaced uses of sprintf with the safer snprintf (#3421, #3431)<br>
<br>
 + Various other improvements<br>
<br>
  o Implemented platform independent mutex for better results on lesser used platforms (#3425)<br>
<br>
  o Improved name and remarks in descriptions of some vertical transformations (#3334)<br>
<br>
  o Implemented stricter matching by name to avoid false positives (#3487)<br>
<br>
  o Improved numerical accuracy of the meridian length calculations and its inverse (#3516)<br>
<br>
  o Added PROJ_IGNORE_CELESTIAL_BODY=YES environment variable that allows better matching of<br>
    non-earth shaped ellipsoids to other celestial bodies (#3569)<br>
<br>
 Bug fixes<br>
 ----------<br>
<br>
 o rtodms(): fix potential buffer overflow not dealt with (#3441)<br>
<br>
 o NetworkFile::open(): fix memory leak in unlikely error code path (#3443)<br>
<br>
 o When importing LOCAL_CS["foo"], generates a non-empty name for the datum (#3491)<br>
<br>
 o Avoid unit mix-up in CRS::alterCSLinearUnit for DerivedProjectedCRS (#3499)<br>
<br>
 o WKT to PROJ conversions: Map 'Lambert Azimuthal Equal Area (Spherical)' to '+proj=laea +R_A' (#3526)<br>
<br>
 o ProjectedCRS::identify(): Relax trust in id/authority in definition to identify (#3532)<br>
<br>
 o Fix instantion of <a href="http://www.opengis.net/def/crs/IAU/2015/xxx" rel="noreferrer noreferrer noreferrer" target="_blank">http://www.opengis.net/def/crs/IAU/2015/xxx</a> URNs (#3569)<br>
<br>
 o Fix proj_normalize_for_visualization() on a transformation with FORCE_OVER=YES (#3570)<br>
<br>
 o createBoundCRSToWGS84IfPossible(): Do not report +towgs84 for a CRS with multiple extents,<br>
   such as EPSG:6316 (#3587)<br>
<br>
 o pj_get_suggested_operation(): handle longitudes outside of [-180,180] for coordinate<br>
   operation selection (#3595)<br>
<br>
 o WKT1 parser: only emit warning when encountering invalid UNKNOWN WKT1 axis direction (#3618)<br>
<br>
_______________________________________________<br>
PROJ mailing list<br>
<a href="mailto:PROJ@lists.osgeo.org" rel="noreferrer noreferrer" target="_blank">PROJ@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br>
</blockquote></div>