Spatial Thinking, GIS Foundations & Hydrological Context
Welcome to the first module of the Hydrological Modelling using Geospatial and Remote Sensing Data training program. This module lays the essential groundwork for all spatial analysis, mapping, and watershed modeling workflows that you will build throughout the week.
We will transition from understanding how spatial data represents the physical environment to working hands-on inside a Geographic Information System (GIS) to process layers and compile professional map layouts.
Learning Objectives
By the end of today's sessions, you will be able to:
-
Distinguish spatial datasets from traditional relational databases and spreadsheets.
-
Explain how physical terrain features (elevation, slope, aspect) dictate flow direction and accumulation in river basins.
-
Identify the differences between Geographic and Projected Coordinate Reference Systems, select the correct UTM zones for Nepal (44N/45N), and avoid projection errors.
-
Select appropriate spatial data models (Vector vs. Raster) and storage formats (Shapefiles vs. GeoPackages vs. Cloud-Optimized GeoTIFFs) for diverse hydrological tasks.
-
Navigate the open-source geospatial ecosystem (QGIS, GDAL, PostGIS, GeoServer).
-
Construct a standardized GIS project directory, import data, reproject layers, style symbology, and generate a print-ready map PDF.
Learning Roadmap
Below is the progression of topics for today, moving from core theoretical concepts to practical, independent map compilation:
flowchart TD
subgraph Row1 [" "]
direction LR
A["1. Spatial Thinking &<br/>GIS Foundations<br/>(McHarg Overlays)"] --> B["2. Data Models &<br/>Coordinate Systems<br/>(Vector/Raster/UTM)"] --> C["3. Open Ecosystem &<br/>File Formats<br/>(QGIS & GPKG/GeoTIFF)"]
end
style A fill:#e3f2fd,stroke:#1565c0,stroke-width:2px
style B fill:#fff3e0,stroke:#d84315,stroke-width:2px
style C fill:#e8f5e9,stroke:#2e7d32,stroke-width:2px
style Row1 fill:none,stroke:none,stroke-width:0px
Topics and Schedule
-
Topic 1: Introduction to GIS and Spatial Thinking An introduction to the five components of GIS, map overlay concepts, and how spatial adjacency and Tobler's First Law govern water movement.
-
Topic 2: Role of Geospatial Technologies in Water Resource Management Explores real-world use cases, including watershed planning, flood inundation mapping (SAR), reservoir sedimentation, and drought indexes compliance.
-
Topic 3: Spatial Data Models and Geospatial Datasets A deep-dive into vector primitives (points, lines, polygons) versus continuous raster grids, and an overview of key datasets (DEMs, LULC, rainfall, boundaries) and their significance in hydrology.
-
Topic 4: Coordinate Reference Systems and Projections An essential guide to geoids, datums (WGS 84), projections, the UTM coordinate grid, EPSG codes, and how to troubleshoot displaced layers.
-
Topic 5: Map Scale, Resolution and Accuracy Details map scales, spatial/temporal/spectral resolutions, the accuracy-precision matrix, and scale-dependent vector generalizations.
-
Topic 6: Open Geospatial Ecosystem Overview of the OSGeo software stack: QGIS Desktop, GDAL/OGR translators, PostGIS spatial databases, GeoServer, and the PROJ transformation engine.
-
Topic 7: Geospatial Data Formats Details legacy Shapefile limitations, OGC GeoPackage advantages, web-native GeoJSON, and Cloud-Optimized GeoTIFF (COG) internal tile mechanisms.