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
f = "/vsicurl/https://github.com/GEMScienceTools/gem-global-active-faults/raw/master/geopackage/gem_active_faults_harmonized.gpkg"
library(terra)
#terra 1.7.6
v <- vect(f)
library(sf)
#Linking to GEOS 3.9.4, GDAL 3.6.0, PROJ 9.1.1; sf_use_s2() is TRUE
s <- read_sf(f)
#Error in CPL_get_z_range(obj, 1) : z error - expecting three columns;
It could be that the file has an issue. "terra" silently drops the z-coordinates; so it may be that it can read the file for that reason.
The text was updated successfully, but these errors were encountered:
I see this error
It could be that the file has an issue. "terra" silently drops the z-coordinates; so it may be that it can read the file for that reason.
The text was updated successfully, but these errors were encountered: