Antonella
Antonella

Reputation: 1

Error using geojson_read -- sp::CRS(SRS_string = from$wkt) : unused argument (SRS_string = from$wkt)

I'm pretty new with geospatial manipulation in R. I've tried to load in R a map of italy, with this code:

library(geojsonio)
library(sp)
map<-geojson_read("https://raw.githubusercontent.com/openpolis/geojson-italy/master/geojson/limits_IT_provinces.geojson",what="sp")

But it gives me this error:

Error in sp::CRS(SRS_string = from$wkt) : unused argument (SRS_string = from$wkt)

Could you please help me? thank you!

Upvotes: 0

Views: 304

Answers (0)

Related Questions