The rgdal package for R provides bindings to the Geospatial Data Abstraction Library (GDAL) and access to projection/transformation operations from the PROJ.
I found a fairly simple example of how to do this but I cant get it to work for me. …
r coordinates rgdalI have read a shapefile using readShapePoly in the maptools package, but cannot read that same file with readOGR. I …
r shapefile rgdalI have a SpatialPolygonsDataFrame that I plot using the following command: spplot(milanoNILNew, "percPolVita",at = c(0,0.0696,0.08979,0.0974,0.1116,0.181),col.regions =pal,main="…
r spatial rgdal