Questions tagged [rgdal]

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

rgdal is an package providing bindings to the Geospatial Data Abstraction Library () and access to projection/transformation operations from the library.

Repositories

Vignettes

Other resources

Related tags

572 questions
-2
votes
1 answer

How to perform raster calculation in R

I am processing radiometry rasters. I wrote two bands in two separate files already: setwd("D:/All_radio") writeRaster(new,filename="NIR.envi",format="ENVI",overwrite=T) writeRaster(new1,filename="SWIR.envi",format="ENVI",overwrite=T) When I tried…
Yuyun He
  • 5
  • 1
  • 3
-4
votes
1 answer

Unable to subset data in a shapefile

I would like to carry out a subsetting in my shapefile without specifying the name of the first column in the .dbf file. To be more precise I would like to select all the rows with value 1 in the first column of the .dbf, but I don't want to…
ilFonta
  • 271
  • 3
  • 18
1 2 3
38
39