Drivers#

Added drivers specifically for HydroMT-FIAT

Initialize#

drivers.OSMDriver(*, filesystem, ...)

Driver to read OSM data with the OSMnx API.

OSMDriver methods#

drivers.OSMDriver.get_osm_data(polygon, tag, ...)

Retrieve OSM data with the OSMnx api.

drivers.OSMDriver.read(uris, mask, *[, ...])

Read OSM data with the OSMnx API.

drivers.OSMDriver.write(path, gdf, **kwargs)

Write OSMNx data to file.