Drivers#

Added drivers specifically for HydroMT-FIAT

Initialize#

drivers.OSMDriver(*, filesystem, options)

Driver to read OSM data with the OSMnx API.

OSMDriver methods#

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

Read OSM data with the OSMnx api.

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

Write OSMNx data to file.

OSM functions#

drivers.osm_driver.osm_request(polygon, tags)

Retrieve OSM data with the OSMnx api.