From fields to surface-specific points, geomorphons, and networks

David O’Sullivan’s latest post in his “GIS, a Transformational Approach” series explores how geospatial data transitions between continuous #fields and discrete forms like #points, #lines, and #areas. Using #geomorphometry concepts such as surface-specific points, geomorphons, and surface networks as an example, the data transformations are illustrated using #R-based workflows.
Author
Published

October 25, 2025

In the latest blogpost of his “GIS, a transformational approach” series, David O’Sullivan looks into transformations from fields1 to points and from fields to lines.

The most common landforms, expressed as geomorphons. The 9 dots express elevation differences in a 3x3 neighborhood (source: Esri)

David centers the blog post on the analysis of a DEM2 and thus introduces several interesting concepts from geomorphometry3surface-specific points4, geomorphons (short for “geomorphologic phonotypes”), courses, thalwegs, and surface networks – demonstrates how to compute these features using R and highlights methodological challenges.

A surface network displayed over a digital elevation model (source: David O’Sullivan)

It’s a great concise introduction to some geomorphological concepts. The rest of the “Transformational” series (one article still to come) is also worth reading, particularly if you use R for geospatial tasks. And the article has me wonder about surface networks:

The surface network representation allows the terrain to be partitioned into hills (regions surrounded by thalwegs) and dales (regions surrounded by ridges). (…) surface networks deserve more attention than they’ve gotten from the community over the decades, but their reliable construction has proved elusive. Perhaps now that there is at least one tool out there that is up to the task they’ll make their way into the mainstream (…).

Footnotes

  1. Think, for example, a digital elevation model or a rainfall intensity raster.↩︎

  2. Digital elevation model↩︎

  3. The science of measuring and quantifying terrain or the the shape of the Earth’s surface.↩︎

  4. David’s article mentions this law on the number of surface-specific points (where n means “number of”):
    npassnpitnpeak = 2
    I remember this law being (implicitly) stated by J.C. Maxwell in his publication On Hills and Dales (I didn’t remember the year, so I looked it up: in 1870, based on earlier work by Arthur Cayley) – probably because of its simplicity but also specificity. I remember, because I cited Maxwell and Cayley in my PhD thesis.↩︎