#this file
#system.file("extdata/point.shp", package = "vapour")
## all good
f <- "/vsicurl/https://github.com/hypertidy/vapour/raw/main/inst/extdata/point.shp"
sf::read_sf(f)
## 10 points
## SEGFAULT
#sf::read_sf(f, use_stream = T)
*** caught segfault ***
address 0x8, cause 'memory not mapped'
Traceback:
1: CPL_read_gdal_stream(stream, dsn, layer, query, as.character(options), quiet, drivers, wkt_filter, dsn_exists, dsn_isdb, fid_column_name, getOption("width"))
2: st_read.character(..., quiet = quiet, stringsAsFactors = stringsAsFactors, as_tibble = as_tibble)
3: st_read(..., quiet = quiet, stringsAsFactors = stringsAsFactors, as_tibble = as_tibble)
4: sf::read_sf(f, use_stream = T)
Created
September 25, 2023 22:54
-
-
Save mdsumner/21c5e74f8565487e3304dedf596a10c4 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and, in Python