You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where CPL_crs_from_input(x) calls OGRSpatialReference::SetFromUserInput.
This happens in GDAL 3.0.4/PROJ 7.0.0 combinations, not seen in GDAL 3.0.2/PROJ 6.3.1 versions. Removing the unload/load GDAL test resolved the issue. Can you work with this, or shall I try to put this in a standalone C++ program causing an error?
Thanks for looking at this, Even! I haven't been able to reproduce this outside the R context, and am now somewhat confused whether this has disappeared in the R context or not. If not, I'll get back here to dive into it further.
One of the tests in R package
sf
unloads GDAL, which callsand then loads it again, which calls
After this test, all GDAL/PROJ calls result in
where
CPL_crs_from_input(x)
callsOGRSpatialReference::SetFromUserInput
.This happens in GDAL 3.0.4/PROJ 7.0.0 combinations, not seen in GDAL 3.0.2/PROJ 6.3.1 versions. Removing the unload/load GDAL test resolved the issue. Can you work with this, or shall I try to put this in a standalone C++ program causing an error?
Cc: @rsbivand
The text was updated successfully, but these errors were encountered: