-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration examples
Jip Claassens edited this page Jul 6, 2026
·
58 revisions
This section presents small configuration blocks to perform specific tasks, e.g. reading data from an ascii file or making a crosstab.
| Tables | ||
|---|---|---|
| Domain unit/table | Aggregation | Crosstab (pivot table) |
| Transpose | Unique Values | Convert long to wide format |
| Relational | |
|---|---|
| Relational attribute | Relation model/SQL |
| Geographic | ||
|---|---|---|
| Coordinate system | Dissolve (merge geometries) | Spatial Overlap |
| Simplify geometry | Cut out polygon from other polygon | Border polygons |
| Polygon to grid | Arc to grid | CBS gemeente/wijk/buurt kaart |
| WMTS background layer | Spatial join | Distances in LatLong coordinate system |
| [[Convex Hull | convex hull example script]] |
| Grids | ||
|---|---|---|
| Geographic grid domain | Potential with kernel | Point 2 Grid |
| Grid 2 Point | Explicit Tiling | Rotate Scale Shear a grid |
| Grid 2 polygon | Focal statistics |
| Data sources | |
|---|---|
| TableChopper (read ascii file) | TableComposer (write ascii file) |
| Network |
|---|
| Dijkstra examples |
| Other | ||
|---|---|---|
| Special characters | Indirect expression file/foldername | Discrete Allocation |
| BAG relate attributes and make grids | Date to Unix timestamp | Logit regression |
This section contains small downloadable projects, often combining multiple operators and functions.
The projects contain both configuration and data, they are ready to run with the GeoDMS. Coordinate systems, corresponding grids, predefined metric units etc. are already configured.
The projects can be edited, so they can also be a starting point for your own project.
| Grid processing | Polygon processing | Vector to Grid processing |
| Buffer processing | Network processing | BAG relate attributes and make grids |
| Overlay versus Combine data | Poly-to-grid-to-(simplified)-polygon |
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.