Closed SymbolixAU closed 5 years ago
This benchmark from the Readme is now slower in geojsonsf
geojsonsf
myurl <- "http://eric.clst.org/assets/wiki/uploads/Stuff/gz_2010_us_050_00_500k.json" library(microbenchmark) microbenchmark( geojsonsf = { geojson_sf(myurl) }, sf = { sf::st_read(myurl, quiet = T) }, times = 2 )
but it's more efficient https://stackoverflow.com/a/52901234/5977215
I don't think I can improve this.
This benchmark from the Readme is now slower in
geojsonsf
but it's more efficient https://stackoverflow.com/a/52901234/5977215