Dealing with files that are too large
jsta opened this issue · 4 comments
jsta commented
Trying to read a very large geojson file results in a cryptic error:
test <- geojsonio::geojson_read(
"https://opendata.arcgis.com/datasets/d49160d2e5af4123b15d48c2e9c70160_4.geojson")
> Error: TRUE
Maybe there could be a better message hinting that the file is too large?
sckott commented
oof, that's embarrassing, having a look
sckott commented
method="local"
does work at least, but yes, other method should fail better
sckott commented
errors better now
github-actions commented
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.