Skip to content

This is the GitHub repository for the block course "Geoinformation Systems (GIS) Application" offered by the Institute for Environmental Sciences, University of Koblenz-Landau at the Winter Semester 2016/2017. Please scroll below to read the instructions.

License

Notifications You must be signed in to change notification settings

AvitBhowmik/gisapp17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course: Geoinformation Systems (GIS) Application

  • Date: Monday -- Tuesday, March 20-21, 2017
  • Time: 9.30 -- 16.30
  • Location: Building E III, room PC-I (in front of the Audimax).

Lecturer

Before we start

Install R

You may use the computers at PC-I, where R and necessary packages are already installed. However, I would encourage you to bring your own computers. If you don't already have R installed in your computers, please download and install it from here.

You can use the code editor of your choice. However, I recommend using RStudio Desktop.

Installing spatial packages

Packages extend the basic functionality of R and add functions and datasets. For this course we will need a few extra packages developed for spatial analyses. Please install the following packages - simply paste and run this command in your R prompt:

install.packages(c("maptools", "raster", "rgeos", "moments", "gstat"), 
                 dependencies = TRUE)

Downloading course materials

  1. Click here to download the course materials.
  2. Unzip the file - The unzipped folder contains all files and folders of this on-line repository.

Structure of the course

The course constitutes theoretical and practical parts. In the theoretical part, I will cover:

  • Introduction to Geographic Information Systems (GIS)
  • Introduction to Spatial Statistics and Spatial Interpolation
  • Application of spatial interpolation to ecotoxicological analyses

In the practical part, I will demonstrate the application of spatial interpolation for the prediction of heavy metal concentrations in groundwater of Bangladesh using R. Subsequently, I will show the process of ecotoxicological risk mapping by comparing the predicted concentrations with guideline values.

Participants' evaluation

The performance of the participants will be evaluated though group projects. The projects and groups will be announced on Tuesday.

Course evaluation

You will receive a course evaluation form from the university. However, I would appreciate your feedback on my part of the course. You comments will help me to improve the course. Please use this form for your feedback. Your feedback will remain anonymous.

About

This is the GitHub repository for the block course "Geoinformation Systems (GIS) Application" offered by the Institute for Environmental Sciences, University of Koblenz-Landau at the Winter Semester 2016/2017. Please scroll below to read the instructions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published