-
Notifications
You must be signed in to change notification settings - Fork 12
Waterways and Stopbanks Instructions
These options control behaviour of the waterways inclusion stage and are all grouped under the waterways
key-value.
The waterways
sub-section within the `waterways~key is required if incorporating drains from Open Street Map (OSM).
-
source
[Optional, str, defaultosm]~- The source of the waterways network. Currently only OpenStreetMaps (
osm`) is supported. -
widths
[Requireddict
] - The widths respectively assumed for the OSM drains, streams and rivers. i.e.{"drain": 5, "stream": 7.5, "river": 10}
. Note the rivers entry is optional. If it is omitted all rivers are ignored. -
osm_date
[Optional, str] - If specified, this is used in the OSM query for waterways to query for OSM objects that existed at the specified date. An valid example is 2013-01-01T00:00:00Z.