Your opinion on object-based classification of topography - Evaluation still possible!

Published: Aug 7, 2021 by ISG Board

WEB APPLICATION and QUESTIONNAIRE at http://zgis205.plus.sbg.ac.at/PhysiographicClassificationApplication/default.aspx

Dear colleagues, We kindly ask for your help in evaluating the preliminary outputs of a global physiographic classification. The methodology has been designed for general purposes. We hope, however, that the results can be tuned to specific applications, by using the object attributes, without a need of running the classification again. Potential domains of application include Landscape Ecology, Ecology, Geomorphology, Geology, Hydrology, Soil Science, and Agriculture. Your evaluation would be useful in improving the current classification. The results of your evaluation will be part of a paper we intend to submit to a peer-reviewed journal. Classification results are embedded within a web application available at the following address

http://zgis205.plus.sbg.ac.at/PhysiographicClassificationApplication/default.aspx.

You can visualize the results and let us know your opinion by filling in the form under the red button named ‘Please provide your feedback here.’ Apart of the classification itself, i.e. to which degree classes describe correctly given regions, we would like you evaluating the quality of object boundaries, i.e. to which degree boundaries match topographic discontinuities. After evaluation, both the database and the tool will be released for free download.

Please find below additional details on the methods and the web application. Methodology

We introduce an object-based method to automatically classify topography from SRTM data. The new method relies on the concept of decomposing land-surface complexity into more homogeneous domains. An elevation layer is automatically segmented and classified at three scale levels that represent domains of complexity by using self-adaptive, data-driven techniques. For each domain, scales in the data are detected with the help of local variance and segmentation is performed at these appropriate scales. Objects resulting from segmentation are partitioned into sub-domains based on thresholds given by the mean values of elevation and standard deviation of elevation respectively. The method is simple and fully automated. The input data consists of only one layer, which does not need any pre-processing. Both segmentation and classification rely on only two parameters: elevation and standard deviation of elevation. Unlike cell-based methods, results are customizable for specific applications; objects can be re-classified according to the research interest by manipulating their attributes. The tool can be applied to any regional area of interest and can also be easily adapted to particular tasks. Both segmentation and class thresholds are relative to the extent and characteristics of the dataset. Therefore, when applying the tool to regional/national levels, the results should be interpreted within the appropriate context (e.g. ‘High Mountains’ that may result from classification of Dutch territory are just the highest and roughest areas relative to this extent). To show the differences, we added the results of classification at the level of the Austrian territory to the web application.

Web application

http://zgis205.plus.sbg.ac.at/PhysiographicClassificationApplication/default.aspx

You will find the following layers:

  1. Global_Level3. This is the finest scale at the global level. Object boundaries are transparent to enhance visualization at full extent;

  2. GlobalLevel_objectsEvaluation. This is the same layer as above, with object boundaries on. It helps in evaluating the match with land-surface discontinuities;

3-5. Results of classification of the Austrian territory at all scale levels;

  1. Country Boundaries - for orientation;

  2. ESRI_ShadedRelief - to visualize topography. Please be aware that this classification was obtained form SRTM data at approximately 1 km resolution, while the shaded relief map is much finer in some areas (see http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_ShadedRelief_World_2D/MapServer). Therefore, some discrepancies might be apparent.

For each layer, except for the 7th, objects can be selected using the info button. After activating it, click within a polygon: a pop-up window will display the class label of the polygon, as well as its attribute table. Click on ‘Add to results’ at the bottom of the pop-up window: the polygon is selected. The attributes are presented in the table below; for details and equations see the eCognition Reference Book.

The following eleven attributes are listed for each object:

  • Area_Pxl: Area in pixels. 1 pixel is approximately 1sq km
  • Asymmetry: Relative length compared to a regular polygon
  • Compactness: Product of length and width, divided by the number of pixels
  • Elliptic_F: Elliptic fit. Describes how well an image object fits into an ellipse of similar size and proportions.
  • LengthWidt: Length/Width ratio of an image object
  • Local_Reli: Ratio. Max elevation minus Min elevation within a polygon
  • Mean_Layer: Mean elevation of cells within a polygon
  • Roundness: Describes how similar an image object is to an ellipse. It is calculated by the difference of the enclosing ellipse and the enclosed ellipse.
  • Shape_inde: Shape index. Describes the smoothness of a polygon border
  • Skewness_L: Skewness of elevation (based on cells within a polygon)
  • Standard_d: Standard deviation of elevation (based on cells within a polygon)

Thank you for your help!

story obia poll

Share

Latest Posts

Whitebox Workflows Next Gen released

Whitebox Workflows Next Gen, a complete rewrite of the Whitebox geospatial analysis platform, is now publicly available for Python, R, and QGIS.

Built from the ground up in pure Rust, Whitebox Next Gen provides more than 700 geospatial analysis tools for geomorphometry, terrain analysis, spatial hydrology, LiDAR processing, remote sensing, vector GIS, and spatial statistics. All three interfaces run on the same high-performance backend, allowing users to work in scripts, notebooks, statistical workflows, or a familiar desktop GIS environment.

Whitebox Next Gen is not an incremental update to the previous Whitebox architecture. It replaces the earlier monolithic system with a modular, full-stack geospatial platform. Core capabilities for raster and vector I/O, coordinate systems and reprojection, vector topology, spatial indexing, LiDAR processing, and other foundational operations are implemented directly within the Whitebox codebase rather than delegated to external C or C++ GIS libraries. This approach provides consistent cross-platform behaviour, fewer system-level dependencies, tighter control over performance and correctness, and greater flexibility for continued research and development

Highlights

  • More than 700 tools for geomorphometry, hydrology, LiDAR, remote sensing, vector analysis, spatial statistics, and general geospatial processing
  • Publicly available interfaces for Python, R, and QGIS
  • A modular, high-performance backend written entirely in Rust, including wbprojection, wbraster, wbvector, wblidar, wbspatialstats, and wbtopology open-source (MIT/Apache licensed) backend libraries
  • Most of the 80+ tools that existed within the previous extension product have been migrated to the new Whitebox open core, including the tools for advanced surface curvature analysis and DEM processing
  • Native coordinate-reference-system handling and reprojection workflows via wbprojection
  • Expanded raster support (19 formats), including GeoTIFF, Cloud-Optimized GeoTIFF (COGs), GeoPackage Raster, and JPEG2000
  • Expanded vector support (12 formats), including Shapefile, GeoPackage, FlatGeobuf, GeoParquet, GeoJSON, TopoJSON, and GML
  • Modern point-cloud support, including LAS, LAZ, COPC, E57, and PLY
  • A dedicated topology engine supporting robust vector analysis, network analysis, route-event workflows, and linear referencing
  • Local-first processing on Windows, macOS, and Linux
  • A consistent analysis platform across Python scripts and R workflows
  • A newly updated and more advanced QGIS Processing toolbox

Whitebox has particular strengths in terrain analysis, geomorphometry, spatial hydrology, and LiDAR processing. Whitebox Next Gen carries these areas forward while substantially expanding the project’s capabilities for vector analysis, remote sensing, modern spatial data formats, and reproducible geospatial workflows.

Get started

The geomorphometry community is invited to explore Whitebox Next Gen, test its tools and workflows, report issues, and contribute to the continued development of the project.

DEMIX reveals which DEMs perform best

First round of the DEMIX exercise published final report

Global digital elevation models (DEMs) have become routine operational inputs across mapping, environmental monitoring, modelling and Earth-observation workflows. Their broad coverage and global availability have made them data that many practitioners simply take for granted. But knowledge of the terrain and topography of Earth’s surface is fundamental for monitoring and understanding terrestrial ecosystems and the planet’s habitability. For that reason, the CEOS Working Group on Calibration and Validation (WGCV) maintains a subgroup dedicated to digital topography and the quality of DEMs, the ‘Terrain Mapping Sub-Group (TMSG).

DEMs are representations of elevation in the form of a georectified grid, at global scale commonly derived from space-based interferometric synthetic aperture radar (InSAR) or stereoscopic optical observations, while regionally and locally airborne Laser induced detection and ranging (LIDAR) has become the primary source. DEMs can be classified as digital surface models (DSMs) when depicting the lower surface of the atmosphere or digital terrain models (DTMs) when depicting the top of the lithosphere (the Earth’s crust).

A wide variety of DEM products exist – each having different characteristics which suit different applications. It can be challenging to understand which of the available DEM products are fit for purpose for certain applications or regions. That is the practical gap addressed by the Digital Elevation Model Intercomparison Exercise (DEMIX) undertaken by TMSG. By exposing where widely used global DEMs agree, where they differ and how those differences affect rankings, the exercise delivered evidence to users for selecting a DEM rather than defaulting to one by habit.

DEM products were compared through a ‘wine contest,’ which identified requirements of openness, reproducibility, adaptability, and statistical rigour. The characteristics, evaluations, and ranking for each DEM were collected in a GIS database with over 50,000 entries. A quantitative assessment was carried out for each global DEM based on pixel-by-pixel differences of geomorphometric parameters against finer spatial resolution (1-5 m resolution) reference DEMs.

The study incorporates an unprecedented amount of high quality reference data covering a broad range of landforms and surface types, comparing their characteristics without resampling or interpolation. Users are invited to consult the results of DEMIX in order to make informed choices when needing to use a DEM, or in some cases a combination of the most relevant DEMs for their applications.

The final rankings of the wine contest, presented below, compared the six DEMs based on land cover (forest, urban, or barren), slope (cliff, steep, gentle, or flat), differences in elevation, slope and roughness, and statistical metrics.

Led by the European Commission’s Joint Research Centre (JRC), the CEOS Working Group on Calibration and Validation (WGCV) Terrain Mapping Subgroup (TMSG) established DEMIX in partnership with the International Society for Geomorphometry. Several members of the International Society of the Geomorphometry contributed significantly and we hosted various secssions at our latest conference. The exercise was performed over a three-year period starting in 2020, with community-wide calls for participation and an assembly of experts producing a number of peer-reviewed publications, culminating with a JRC reference report published in July 2026.

The objective of DEMIX was to propose a procedure to rank the available free and open global DEMs, taking into consideration user needs while promoting the implementation of FAIR (Findable, Accessible, Interoperable and Reusable) principles. The exercise compared DEMs based on criteria for land cover and terrain slope categories, representative testing, and a statistically sound ranking approach. The report outputs tailored recommendations regarding available DEM products that are not limited to one domain, geographic area, or landscape type, with flexibility for different user needs and applications.

A major challenge in the comparison of the global DEMs were the varying formats, data, and metadata contents. The adoption of a common set of standards would enhance the quality and interoperability of global DEMs and streamline the exchange and utilisation of DEM data for both providers and users. DEMIX makes the following recommendations for data providers:

● Adopt a standardised grid layout, with complete grid definitions and encodings following ISO/OGC rules.

● Include vertical datum information as part of raster DEM files.

● Clearly indicate the product version in the file names.

● Participate in future DEMIX rounds, which serve as a neutral platform for independently evaluating products before their release.

● Provide high quality, finer resolution, accurate, and multi-temporal elevation data to be used as a reference alongside DEM products.

Global DEMs are indispensable operational geospatial datasets, but they should not be treated as error-free or interchangeable. DEMIX delivered to the global community a systematic and transparent method to help choose elevation products more intelligently and help define what better elevation measurements should look like in the future.

Further Reading:

Read more in the DEMIX Final Report, or see other DEMIX publications below - mainly by our ISG members:

  • Benchmarking Elevation Plus Land Surface Parameters Finds FathomDEM and Copernicus DEM Win as Best Global DEMs (2025) and subsequent discussion (2026a, 2026b)
  • Ranking of 10 Global One-Arc-Second DEMs Reveals Limitations in Terrain Morphology Representation 2025
  • Novel Approach for Ranking DEMs: Copernicus DEM Improves One Arc Second Open Global Topography (2024)
  • Digital Elevation Models: Terminology and Definitions (2021)
  • The Digital Elevation Model Intercomparison eXperiment DEMIX, a community-based approach at global DEM benchmarking (2021)

Coffee Talk - GeoNadir

Building the world’s largest repository of FAIR drone mapping data

Paul Mead GeoNadir

September 2nd, 2026
11:30 (UTC)

Bio: Paul Mead is Co-founder and Head of Business & Strategy at GeoNadir, a platform building the world’s largest repository of FAIR drone mapping data to support environmental decision-making. A non-technical co-founder, Paul focuses on strategy, commercial development, and building high-performing teams — a discipline shaped by 11 years in the New Zealand Army, including leading a bomb disposal team in Lebanon and service in Afghanistan and the Asia-Pacific region. Since 2013 he has built and led several small businesses and start-ups, with drones as a central technology since 2016. Alongside GeoNadir, Paul co-founded She Maps, an internationally recognised drone and geospatial STEM education organisation, and has helped raise over $7M in equity and non-equity funding across his ventures. He holds a Master of Philosophy from the University of Queensland and is a Chartered Manager.

Abstract: GeoNadir set out to build the world’s largest repository of FAIR drone mapping data, and ended up building something more powerful. Drones have democratised data capture, but the same democratised ability to generate decision-grade insights from the data is lacking. I’ll walk through how we’re closing that gap: the data infrastructure behind hosting large volumes of UAV imagery and derived products, and how we’re moving from manual analysis toward automated, repeatable geospatial analytics.