User Tools

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap

Sidebar

GI Stuff

    • 1-Raster Operations
    • 2-Vector Operations
    • 3-Raster-Vector Operations
    • 4-Visualizations
    • 5-Online Data.

Micro Remote Sensing

Climate & Weather

Applied Stuff

r:r-gis:intro

R-GIS

This is a collection of frequently used GIS operations in R. In this collection, we use R as a GIS independently from further GIS software (e.g. SAGA using RSAGA).

The GIS operations are separated into vector-and raster operations as well as tools which combine both data models. Furthermore, some examples for visualisations of geodata will be given.

Used Packages

The following packages are required for the GIS operations and visaulisations shown in this tutorial. First, they need to be installed and the libraries need to be loaded subsequently.

  #required packages:
  Packages=c("sp","raster","maptools",
      "plotKML","rgeos","dismo","maps",
      "rgdal","MODIS","gdistance","openStreetMap")
  #install packages (if not yet installed)
  #lapply(Packages, install.packages, character.only=T)
  #load Libraries
  lapply(Packages, library, character.only=T)

If the MODIS package cannot be installed on the respective R version use the following command:

install.packages("MODIS", repos="http://R-Forge.R-project.org",type="source")

r/r-gis/intro.txt · Last modified: 2015/11/06 20:59 by creudenbach

Page Tools

  • Show pagesource
  • Old revisions
  • Backlinks
  • Back to top
  • Export to PDF
  • ODT import