Top "Rgdal" questions

The rgdal package for R provides bindings to the Geospatial Data Abstraction Library (GDAL) and access to projection/transformation operations from the PROJ.

readOGR() cannot open file

wmap <- readOGR(dsn="~/R/funwithR/data/ne_110m_land", layer="ne_110m_land") This code is not loading …

r gdal rgdal ogr
Converting latitude and longitude points to UTM

I found a fairly simple example of how to do this but I cant get it to work for me. …

r coordinates rgdal
Read shape file with readOGR verses readShapePoly

I have read a shapefile using readShapePoly in the maptools package, but cannot read that same file with readOGR. I …

r shapefile rgdal
Trouble installing rgdal

I want to install rgdal for "R version 3.2.3 (2015-12-10)". I downloaded and installed GDAL 1.11 Complete PROJ framework v4.9.2-2 …

r macos gdal rgdal
ggplot2 two data.frames, doesn't know how to deal with data of class uneval

I'm new to R and do not know how to plot two data.frames with ggplot2. I get the following …

r ggplot2 rgdal hmisc maptools
SpatialPolygons - Creating a set of polygons in R from coordinates

I am trying to take create a set of polygons from vertex locations, saved in X,Y format. Here is …

r spatial rgdal sp
Plotting a raster behind a shapefile

How can I plot a "raster" object behind a shapefile object? Both plot fine on their own but the points …

r raster maptools rgdal
Projecting my shapefile data on leaflet map using R

I (on Win7) was trying to get my shapefile data (Here are the data files.) to be displayed using leaflet …

r leaflet gis shapefile rgdal
plotting SpatialPointsDataFrame over a SpatialPolygonsDataFrame

I 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
rgdal / readOGR - unable to read shapefile from .zip

I'm trying to load a zip level shapefile to do some plotting, per: https://github.com/hadley/ggplot2/wiki/plotting-polygon-shapefiles …

r ggplot2 gis rgdal