rosepearson / GeoFabrics

A package for generating hydrologically conditioned DEMs and roughness maps from LiDAR and other infrastructure data. Check the wiki for install and usage instructions, and documentation at https://rosepearson.github.io/GeoFabrics/
GNU General Public License v3.0
27 stars 11 forks source link

Open street map drains #73

Closed rosepearson closed 2 years ago

rosepearson commented 2 years ago

We could add support for pulling drains down from open street map within a catchment area and incorporating them into a DEM. The assumption is they would be well aligned and pretty small. A uniform width would then be assumed and any areas where the drains go back up would be removed.

Tasks:

Note that the first three tasks were initially explored in a Jupyter Notebook found here.

rosepearson commented 2 years ago

Notes on OSM tags

There are a variety of OSM tags relating to water that we may want to bring in.

image

The two images below show a stream/ditch and a series of lagoons with several culverts:

image

image

Some of these features, like culverts, are very small and we will want to take the minimum value, while others, like streams, are long and we will want to keep long sections and sample downstream.

rosepearson commented 2 years ago

Decision

Having looked at the rivers a bit more, I will initially focus only on streams, drains and culverts where there should be no overlap with the the estimated river bathymetries. We can worry about incorporating river networks not covered by the bathymetry estimation process but included in OSM at a later stage.