11-20, 16:10–16:15 (Pacific/Auckland), WG403
Workflow demonstration converting 20GB+ raster datasets like GEDTM30 global DEM to H3 hexagonal grids at resolution 12. Complete pipeline uses GDAL, DuckDB, and GeoParquet for QGIS visualization. Benefits include eliminated projection boundaries, consistent global coverage, and scalable OGC REST API with O(1) retrieval performance for modern cloud-native workflows
This lightning talk demonstrates a practical workflow for converting raster data (like 20GB+ DEM datasets such as GEDTM30 global 1-arc-second (~30m or ~900m²) Digital Terrain Model) to H3 Discrete Global Grid Systems (DGGS) with resolution 12 (around ~300m²),enabling global spatial analysis minimising projection distortions. H3 provides much more consistent spatial partitioning compared to traditional raster projections, especially at global scales, with less proportional distortion (closer to the poles) compared to square pixels in Web Mercator or other commonly used projections.
The presentation showcases a complete pipeline: H3 hashes parquet file → Raster reading to H3 parquet → Parquet storage and processing (using GDAL + DuckDB) → Parquet to Geopackage conversion → QGIS visualization. Using the GEDTM30 global DEM as example data, pixel values are mapped to H3 cells at specified resolution and stored efficiently in columnar format, then converted to GeoParquet for seamless visualization workflows. When deployed as a OGC REST API, single H3 hash requests achieve near-constant time O(1) cell data retrieval, enabling the system to scale to massive datasets while maintaining consistent per-request performance.
Key benefits include eliminated projection edge effects, consistent global hexagonal coverage, hierarchical multi-scale analysis, and compatibility with modern cloud-native geospatial tools. Attendees will see live demonstrations of H3 tools, practical code examples, performance comparisons and usage of a H3 REST API as data source on a local calculation workflow. This approach transforms how we handle large-scale geospatial raster data, making global analysis more accessible and accurate.
Jorge S. Mendes de Jesus is an Agronomist and geoinformatics specialist with a PhD in Geography and Sustainable Development from Ben-Gurion University. He has extensive experience in spatial data infrastructures, having worked at the Joint Research Center (ISPRA) as an OGC web service developer, Plymouth Marine Laboratory on remote sensing applications, and ISRIC on major projects including SoilGrids and WOCAT. Jorge currently runs TerraOps - Innovations (https://terraops.org), providing Geo-as-a-Service solutions and REST API development for geospatial data using the OSGeo stack. His expertise spans Python programming, Kubernetes deployment, and spatial data analysis for agricultural and environmental applications.