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
Cannot open data source /opt/graalvm-ce-java8-19.3.0/jre/languages/R/library/sf/gpkg/nc.gpkg
Error in CPL_read_ogr(dsn, layer, query, as.character(options), quiet, :
Open failed.
Simple feature collection with 100 features and 14 fields
geometry type: MULTIPOLYGON
dimension: XY
bbox: xmin: -84.32385 ymin: 33.88199 xmax: -75.45698 ymax: 36.58965
epsg (SRID): 4267
proj4string: +proj=longlat +datum=NAD27 +no_defs
An internal error occurred: "should not reach here: should not be null"
Please report an issue at https://github.com/oracle/fastr including the commands and the error log file '/home/docker/fastr_errors_pid6.log'.
From #116 , I can install
sf
by using GraalVM docker image. See my Dockerfile here that based on here.Unfortunately, I got a problem when running simple script like below.
Run the container:
The problem with this code:
Error message:
Another error is with shp file:
It will give this error:
And this is the fastr_errors_pid6.log
Any idea how to fix this?
Thanks!
The text was updated successfully, but these errors were encountered: