Closing Session and Further Learning
This final session summarizes the training program and outlines resources for further learning.
1. Curriculum Synthesis
Over the course of this 5-day training program, we progressed from basic spatial theories to advanced multi-temporal raster modelling:
CURRICULUM TIMELINE SYNTHESIS
[Day 1: Coordinate Systems & Spatial Concepts]
|
v
[Day 2: Remote Sensing, Portals & STAC APIs]
|
v
[Day 3: QGIS Vector Editing, SQL & Symbology]
|
v
[Day 4: Terrain Derivatives & Watershed Delineation]
|
v
[Day 5: Time-Series, Model Automation & Reporting]
-
Day 1: Core spatial databases, vector/raster representations, and coordinate reference systems (CRS).
-
Day 2: Remote sensing physical principles, accessing imagery portals, and querying STAC APIs programmatically.
-
Day 3: Vector digitizing, attribute table manipulation, spatial queries, and categorized/graduated map styling.
-
Day 4: Terrain derivatives calculation, SAGA hydrologic tools, flow routing models, and sub-basin delineation.
-
Day 5: Time-series change analysis, multi-criteria evaluations (MCDA), Graphical Model Builder automation, and layout design.
2. Advanced Geospatial Learning Pathways
To continue building on these fundamentals, we recommend the following technical learning pathways:
-
Spatial Python Programming:
Move beyond the QGIS interface.
Learn libraries like Fiona (vector file manipulation), Rasterio (raster file input/output), Shapely (geometric calculations), and GeoPandas (vector data analysis using pandas).
-
Cloud-Based Earth Observation:
Use Google Earth Engine (GEE) or Copernicus CDSE openEO API to analyze planetary-scale multi-temporal datasets without downloading large files locally.
-
Spatial Databases (PostGIS):
Set up relational databases to enable multi-user editing environments, advanced spatial indexing (
GIST), and large-scale SQL spatial queries. -
Web GIS Deployment:
Learn to publish maps on the web using GeoServer or MapServer, and design interactive client map interfaces using Leaflet, OpenLayers, or Mapbox GL JS.
3. Recommended Resources
-
Official QGIS Documentation & Training Manual:
Available at docs.qgis.org with comprehensive guides and sample data.
-
OSGeo Foundation (Open Source Geospatial Foundation):
Explore spatial software projects and participate in international FOSS4G conferences.
-
GIS Stack Exchange:
A community-driven question and answer site for GIS analysts and developers.