ropensci/geojsonio

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?

oof, that's embarrassing, having a look

method="local" does work at least, but yes, other method should fail better

errors better now

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.