geoplyr
geoplyr copied to clipboard
Read/write shapefiles
Hi there,
Looking forward to seeing this developed. Just wanted to point out that function shapefile in package raster can read and write shapefiles just providing the filename (one of the goals in your list). It's actually a helpful wrapper of readOGR and writeOGR. Maybe you can use that, or serve as starting point for your further developments.
Cheers,
Paco
Indeed - geojson_read is similar. Perhaps this could eventually be more a wrapper package than an implementation package for making GIS functions more intuitive...