-
Notifications
You must be signed in to change notification settings - Fork 0
Module 4, Basic analyses with grid data
Maarten Hilferink edited this page Apr 18, 2024
·
8 revisions
Work-in-progress Future topics:
- creating raster data from polygon feature data: poly2grid
- reading raster data from GeoTIFF files
- element-by-element operations
- defining and using a compacted domain and basegrid to do less work
- defining kernel and various distance decay functions using range and dist2
- use
combine(raster, kernel)
andthird_rel := first_rel + second_rel
to define focal operations. - Faster 2d convolutions: https://geodms.nl/docs/potential-with-kernel.html
- Grid2Polygon: https://geodms.nl/docs/grid-2-polygon-example.html
- grid2polygon scripting to simplify zoning data while maintaining topological relations: https://geodms.nl/docs/poly-to-grid-to-(simplified)-polygon.html
- shortest paths through a terrain: griddist
- districting raster data: https://geodms.nl/docs/district.html
- other raster functions: https://geodms.nl/docs/grid-functions.html
- https://github.com/ObjectVision/GeoDMS_Academy/tree/main/game_of_life
Go to previous module: Module 3, Basic analyses with vector data
Go to next module: Module 5a, Working with networks over a road network
GeoDMS Academy
© Object Vision BV
- 0: Install GeoDMS GUI and setup a configuration
- 1: Learning the basic concepts of GeoDMS
- 2: Loading and storing data sources
- 3: Basic analyses with vector data (WORK IN PROGRESS)
- 4: Basic analyses with grid data (WORK IN PROGRESS)
- 5a: Working with networks over a road network
- 5b: Working with networks in a public transport setting
- 6: Allocating land-use