To access all pages and datasets consider registering first. Already registered? Login here. Forgot your password?

Change Font Size

Change Screen

Change Profile

Change Layouts

Change Menu Styles

Cpanel

GEOSTAT News

Stay informed on our latest news!

Syndicate content
There are currently 0 users and 22 guests online.

GEOSTAT software

Software iconList of FOSS software used in this course and installation instructions. Follow these instructions to prepare and customize the software before the beginning of the course.

Literature used

GBIF dataThis course covers various topics described in detail in some of these books / lecture notes. See also: CRAN Task View: Analysis of Spatial Data.

Software

During the course, four software packages will be used to run the exercises: R, Google Earth, SAGA and GRASS GIS. Other packages are optional; their installation and use is recommended only for advanced users!

In summary (please respect the installation order):

R and packages

1. Download and install the most recent version of R (2.14.0) (or R 2.14.1 (patched - Windows), or R 2.14.1 all other OS);

2. Start R GUI and install necessary packages: 

> install.packages("ctv") 
> library(ctv) 
> # on OSX, for rgdal and rgeos if necessary use
> # setRepositories(ind=1:2)
> install.views("Spatial")
> install.packages("rgeos")
> install.packages("raster")

R code editors

Download and install Tinn-R and/or RStudio.

SAGA GIS

Download and unzip SAGA GIS 2.0.8. (under "C:/Program Files/" or under "R/library/RSAGA/saga_vc"); compiled binaries - no installation is needed. Check first whether you can use the 64bit version or the 32bit.

GRASS GIS

Download and install GRASS GIS v6.4.x:

Google Earth

Download and install Google Earth;

AttachmentSize
download_packages.R940 bytes
0
Your rating: None