GeoComp 2024 course
Geocomputación para aplicaciones ambientales: uso de GDAL y GRASS.
Curso on-line, con explicaciones en español y con material en inglés.
This course is an initiative in the framework of NSF-funded POSE project TI-2303651: Growing GRASS OSE for Worldwide Access to Multidisciplinary Geospatial Analytics
Online teaching: November and December 2024, 5 weeks
Start lecturing: 19 November, every Tuesday, Thursday at 3 pm - 5:45 pm UTC (UTC-6 9am; UTC-5 10am; UTC-4 11am; UTC+1 4pm)
End lecturing: 19 December, 3pm - 5:45pm UTC (UTC-6 9am; UTC-5 10am; UTC-4 11am; UTC+1 4pm)
Use the Time Zone Converter to check the time in your country.
Course objectives
On this course, students will be introduced to an array of powerful open-source geocomputation tools (GDAL & GRASS) under Linux environment. Students who have never been exposed to programming under Linux are expected to reach a stage where they feel confident in using very advanced open source data processing routines. Students with a programming background will find the course beneficial in enhancing their programming skills for better modelling and coding proficiency. Our aim is to equip attendees with powerful tools and hone their ability for independent study afterwards. The acquired skills will be beneficial, not only for GIS related applications, but also for general data processing and applied statistical computing in a number of fields. We aim to provide a sound foundation for career development as a geographic data scientist.
All the class will be recorded. The video link will be posted in the syllabus below
Class roster
Syllabus overview
Subject | n. lectures |
LINUX: | 1 |
BASH/AWK: | 2 |
GDAL: | 2 |
GRASS: | 3 |
Detailed syllabus
Below we are going to list day by day the final syllabus with the relatives links to the materials and recorded video.
Lecture 1: Tuesday, 19th of November, 2024.
Getting started: knowing each other and course introduction.
This session introduces the objectives of the course followed by an introductory round among the students and teachers.
Recorded lecture can be found here1
Time below in CEST
17:00 - 17:10 Tushar Sethi: background/interest & course objective - communication/administration role.
17:10 - 17:30 Giuseppe Amatulli: background/interest & bash/gdal/pktools introduction - teaching role.
17:30 - 18:15 Students round table + QA of the course.
18:15 - 18:30 Break
18:30 - 19:45 OSGeoLive 16.0 Virtual Machine installation review, QA & troubleshooting.
Catch-up session 0: Wednesday, 20th of November, 2024
This session is dedicate to the students that encounter problems for the OSGeoLive 16.0 Virtual Machine installation. Be sure that following OSGeoLive 16.0 Virtual Machine features are present:
The OSGeoLive 16.0 Virtual Machine internet connection is working fine - open a browser and search for something.
The OSGeoLive 16.0 Virtual Machine screen is wide and you can expand and switch back to your native OS without issues.
The shared folder has been correctly installed. Check if the /media/sf_LVM_shared is visible.
The /home/user/SE_data/ has been download and that the /media/sf_LVM_shared/my_SE_data is visible and you can see the sub-folder.
The OSGeoLive 16.0 Virtual Machine Keyboard Layout has been set in accordance to your keyboard, and that the letter that you type correspond in what you see.
If one or more of these features are not working properly show up in the Catch-up session.
Lecture 2: Thursday, 21st of November, 2024.
Jump start into LINUX Bash programming (Giuseppe Amatulli)
During this session we explore and practice the basics of BASH terminal command line. The acquired skills will be used in all following sections.
Recorded lecture can be found here.
Installation and introduction to the OSGeoLIve Linux Virtual Machine (Hands-on tutorial)
Unix/Linux command line (Hands-on tutorial)
Starting with Bash
Special characters and Quoting
The most important commands - Unix/Linux Command Reference
Meta-characters and regular expression, their use.
Concatenate process (pipe).
String manipulation
Manipulate text files in bash (Hands-on tutorial)
Pattern matching
Sorting a file
Append the command result to a file
For loop and the use of variables
If condition in a for loop
Checking the flow statement
Debugging
Suggested assignments:
These assignments do not need to be delivered nonetheless we suggest doing it in order to get familiar with the bash command line topics. Below, some suggestions of possible operations:
Get fast in navigating up and down in the directory using only the command line.
Copy/move files from a directory to another directory.
Search and use a command for copy file from you pc to a Linux remote server.
Get fast on using keyboard shortcuts.
Perform a data download operation using wget or curl.
Unzip/untar files.
Get familiar with apt update && apt upgrade && apt install to maintain your OSGeoLIve Linux Virtual Machine and install new software.
Lecture 3: Tuesday, 26th of November, 2024.
Discovering the power of AWK programming language (Giuseppe Amatulli).
Recorded lecture can be found here.
This session is fundamental for data filtering and preparation, bulk data download, text files manipulation, descriptive statistics and basic mathematical operation on large files. Students will access, query, understand and clean up data, perform data filtering using bash command line. We use AWK which is an extremely versatile and powerful programming language for working on text files, performing data extraction and reporting or to squeeze data before importing them into R/python or other software types.
Welcome to AWK world. Why to use AWK command line (Lecture).
The basic commands, command syntax (Hands on tutorial).
Built in variables
Import variables
String functions
Numerical functions
Query functions
Manipulate large files before importing in R
A study case: Manipulate thousand of text file with BASH and AWK
This session summarizes the use of BASH and AWK with a practical example of text file manipulation.
Explain GSIM text files (Listen to the recorded video lecture and proceed with self-learning mode.)
Data exploration (Hands on tutorial).
Count number of observations
Count how many observations per date
Monthly MEAN distribution
Suggested assignments:
Please send the jupyter file or sh file (name as name_surname.ipynb or name_surname.sh ) as e-mail attachment to g.amatulli@spatial-ecology.net.
Using the bash (and/or awk) language manipulate the GSIM/US*.mon files in order to create txt files, one for each month-year, that includes the station ID, latitude, longitude and the MEAN value.
The final output will be n text files (form FirstDateOfTheSeries to LastDateOfTheSeries) with the following structure:
cat 2002-01.txt
Gsim.no latitude longitude MEAN
US_0001971 33.79427255 -84.4743747 0.916785714285714
US_0001977 33.65666667 -84.6736111 74.5558064516129
In case you wanna manipulate your own txt (or csv) files, fell free to do it by implementing everything in bash (and/or awk). You can perform:
data summary
table re-organization
data filtering
Catch-up session 1: Thursday, 28th of November, 2024
Students will meet online with the teachers to review past material and solving additional doubts.
Presentation: Random Forest Regression for Urban Heat Island Mitigation in a Heritage City: Matera” (Juana Mercedes Perlaza Rodriguez)
Recorded of the QA can be found here. Password has been sent by e-mail on November ?? (it will be the same pass-code for all recordings).
Lecture 4: Tuesday, 3rd of December, 2024.
Manipulate geographical data with GDAL/OGR (Giuseppe Amatulli).
Recorded lecture can be found here.
This section introduces data manipulation for geospatial data processing on the command line using GDAL & OGR libraries.
GDAL/OGR for raster and vector analysis.
Understanding NoData Value
Openev & QGIS for raster and vector visualization
The use of .VRT for splitting and merging images
Suggested assignments:
Get familiar with gdalinfo & gdal_edit.py using your data or the tif file stored in the SE_data.
Watch this lecture to get more insight on the different data type
*
Numerical System Decimal vs Binary. Recorded lecture: 1:28:45 - 1:48:00
These assignments do not need to be delivered, nonetheless we suggest doing it in order to get familiar with gdal_calc.py and with the issues of selecting the correct datatype and gdal_calc formula.
Lecture 5: Thursday, 5th of December, 2024.
Manipulate geographical data with GDAL/OGR (Giuseppe Amatulli).
Recorded lecture can be found here.
This section introduces data manipulation for geospatial data processing on the command line using GDAL & OGR libraries.
GDAL/OGR for raster and vector analysis.
Understanding data type (Lecture)
Understanding NoData Value
Openev & QGIS for raster and vector visualization
The use of .VRT for splitting and merging images
Compulsory assignments:
This assignment focus in attending a video recording lecture aiming to push the precessing in the multi-core environment.
Multicore operation within gdal and pktools
Transform a simple “for loop” in multicore “for loop”
Suggested assignments:
These assignments do not need to be delivered now, nonetheless do it in order to get familiar with the gdal/ogr command line topics. In two weeks, when all the geographic tools will be covered, you will need to handling a scripting procedure that prepare the geographic dataset for your final project, so better to start now :-).
Below, some suggestions of possible operations:
Start to prepare the geographic dataset for your final project.
Using wget and/or curl download geographic dataset from an official repository
Assess and re-align geographic extent and pixel resolution (gdal_edit.py)
Using gdal command performs: cropping, merging (vrt+gdal_translate), re-projecting.
Catch-up session 2: Tuesday, 10th of December, 2024
Students will meet online with the teachers to review past material and solving additional doubts.
The teacher will point video recording and material on the use PKTOOLS.
Recorded of the QA can be found here. Password has been sent by e-mail on November ?? (it will be the same pass-code for all recordings).
Lecture 6: Thursday, 12th of December, 2024.
Introduction to GRASS (1) (Giuseppe Amatulli)
Recorded lecture can be found here.
Working on an existing GRASS project
GRASS GUI
GRASS command structure
GRASS working environment
GRASS Location/Mapset
GRASS scripting procedure in BASH
-
Analize the dataset
Create a LOCATION and MAPSET stored in a temporary folder
Create a LOCATION and MAPSET stored in a folder that can be accessed later on.
GRASS add-ons
Lecture 7: Tuesday, 17th of December, 2024.
Hydrology analysis using GRASS (2) (Giuseppe Amatulli)
Recorded lecture can be found here.
Using GRASS for stream-network extraction and basins delineation
Flow direction algorithms
Prepare GRASS for hydrography extraction
Inputs dataset
First run: compute MFD flow accumulation for each tile
Merge the flow accumulation tiles
Second run: copute stream and basin using the seamless South America Flow Accumulation
Final step: combine the tiled basins and streams