Closed tmesaglio closed 2 years ago
I'm trying to read in Ruby's biome shape file (ibra7_biomes.shp). When I run this line of code: biome_sf <- sf::st_read("data/ibra7_biomes.shp") I get this error
@wcornwell
it was because I needed the shx and dbf files too
I'm trying to read in Ruby's biome shape file (ibra7_biomes.shp). When I run this line of code: biome_sf <- sf::st_read("data/ibra7_biomes.shp") I get this error
@wcornwell