Open rsbivand opened 4 weeks ago
My sf::sf_extSoftVersion()
on GDAL 3.10.0rc1:
GEOS GDAL proj.4 GDAL_with_GEOS USE_PROJ_H
"3.13.0" "3.10.0" "9.5.0" "true" "true"
PROJ
"9.5.0"
with all else the same (GEOS 3.13.0 and PROJ 9,5.0).
Error unchanged with GDAL 3.10.0rc2.
The fix in https://lists.osgeo.org/pipermail/gdal-dev/2024-October/059747.html works - https://github.com/r-spatial/sf/issues/2466#issuecomment-2450785843 - will close when sf
has been patched.
@rsbivand
Thanks for the note about this issue. It sounds like the seg fault will be corrected when sf
is patched, but that we should recreate the acs_sf
data set in stcos
. I did the latter in pull request #3; I'll merge this to master and consider a maintenance release to CRAN when the sf
updates are ready.
@andrewraim Sounds sensible. In any case, GDAL 3.10 will propagate slowly to users and CRAN check platforms, but at least sf
will be ready when 3.10 starts being used.
With forthcoming GDAL 3.10.0 (rc1), a segfault occurs when
overlap_matrix
is called in CMD check: stcos.Rcheck.GDAL3100.zip. This does not occur for GDAL 3.9.3: stcos_0.3.1.GDAL393.zipThere is an indication that the CRS of
data("acs_sf")
needs attention:The segfault remains after trying to correct the CRS. @edzer @andrewraim