Time, place, fee and registration¶
This 3-days intense workshop on GIS in Applied Ecology from 24.09.2018 to 27.09.2018 at the cosy Studenterhytta in Oslo has been offered by IRSAE members NINA and FEM. With full board provided and no other distraction than beautiful nature around, participants could fully focus on learning new techniques, applying them to their ongoing projects and networking with the others.
Topic of the course is Advanced Geospatial Analysis with an emphasis on handling of Earth Observation and Time Series data using Free and Open Source Software. Based on a set of 29 course units (see below), final content for the 3 days event was tailored according to participants interest as well as prior knowledge and experience (it would take ~5 days to cover all course units).
The course is kindly supported by IRSAE.
See Gallery for more photos.
Free and Open Source Software (FOSS)¶
Free and open-source software (FOSS) is a computer software that can be classified as both free software and open-source software. That is, anyone is freely licensed to
- use,
- copy,
- study, and
- change
the software in any way. The source code is openly shared so that people are encouraged to voluntarily improve the design of the software. This is in contrast to proprietary software, where the software is under restrictive copyright and the source code is usually hidden from the users. See Free and open-source software article on Wikipedia for more information.
FOSS for Geospatial¶
In 2006 was founded OSGeo Foundation to support the collaborative development of open source geospatial software, and promote its widespread use.
The foundation has adopted principles to ensure that projects under OSGeo umbrella will satisfy basic quality requirements, namely:
- Projects should manage themselves, striving for consensus and encouraging participation from all contributors - from beginning users to advanced developers.
- Contributors are the scarce resource and successful projects court and encourage them.
- Projects are encouraged to adopt open standards and collaborate with other OSGeo projects.
- Projects are responsible for reviewing and controlling their code bases to insure the integrity of the open source baselines.
This principles ensure that OSGeo projects are well established, stable, mature and sustainable.
Software¶
- GRASS GIS (recommended version 7.4) for geospatial raster, imagery, and vector data processing and providing spatial analysis.
- QGIS desktop (recommended version 2.18) for geospatial visualization, creating hardcopy outputs, and data publishing.
- GDAL library for reading and writing various geospatial data.
- R statistical language for statistical analysis.
- sentinelsat library utility to search and download Copernicus Sentinel satellite images.
- pyModis Python based library to work with MODIS data.
Dataset¶
For purpose of this training materials a sample dataset has been created based on Open Data covering Studenterhytta venue region. See detailed description below.
- administrative borders (directory:
counties
, source: GeoNorge) - EU-DEM (directory:
eu-dem
, source: Copernicus Land Monitoring Service - EU-DEM) - Digital Terrain Model (directory:
lidar/dmt
, source: GeoNorge) - Lidar LAZ data (directory:
lidar/laz
, source: GeoNorge) - MODIS Land Surface Temperature eight day 1 Km (directory:
modis
, source: LP DAAC) - Sentinel-2 data (directory:
sentinel
, source: Copernicus Open Access Hub)
Download sample dataset as 7z archive (3.4GB, 3.8GB uncompressed).
Virtual machine¶
The simplest way how to follow this training. VirtualBox must be installed on your PC, enable also virtualization support in BIOS. See Virtualization Quickstart for details.
A customized virtual machine (VM) below is based on OSGeoLive. This VM contains all software dependecies
including sample dataset in geodata
directory.
Download tailored virtual machine including sample dataset as 7z archive (10.2GB, 19GB uncompressed).
Units¶
- Unit 01 - About GRASS GIS
- Unit 02 - First steps
- Unit 03 - Data Management
- Unit 04 - Modules, Region
- Unit 05 - Simple computation
- Unit 06 - Data export
- Unit 07 - QGIS loves GRASS
- Unit 08 - Modeler
- Unit 09 - Model tuning
- Unit 10 - Python intro
- Unit 11 - PyGRASS scripting
- Unit 12 - Script User Interface
- Unit 13 - PyGRASS Raster Access
- Unit 14 - PyGRASS Vector Access
- Unit 15 - DMT reprojection
- Unit 16 - Lidar, DTM interpolation
- Unit 17 - DTM script parallelization
- Unit 18 - Sentinel downloader
- Unit 19 - Sentinel preprocessing
- Unit 20 - MODIS LST
- Unit 21 - Spatio-temporal intro
- Unit 22 - Spatio-temporal basic analysis
- Unit 23 - Spatio-temporal NDVI
- Unit 24 - Spatio-temporal scripting
- Unit 25 - Spatio-temporal parallelization
- Unit 26 - Spatio-temporal LST script
- Unit 27 - Regression analysis
- Unit 28 - Classification
- Unit 29 - GRASS GIS and R
Lecturers¶
- Luca Delucchi, Fondazione Edmung Mach (FEM) in San Michele all’Adige, Italy
- Martin Landa, GeoForAll Lab, Czech Technical University in Prague, Czech Republic
Materials proudly provided by GISMentors training and mentoring group.
License¶
Creative Commons Attribution-ShareAlike 4.0 International License.
Source code available on GitHub. Feel free to open issues or pull requests to improve the materials :-)
Document version: 1.0 (built Feb 24, 2019)