Hydrography#
- class hydromodpy.watershed.hydrography.Hydrography(out_path: str, types_obs: list, fields_obs: list, geographic: object, hydro_path: str, streams_file=None)[source]#
Bases:
objectAdd hydrography data in the watershed object.
Parameters#
- out_pathstr
Path of the HydroModPy outputs.
- types_obsstr
Label of the shpaefile .shp file.
- fields_obsstr
Column field label rasterized from the shapefile.
- geographicobject
Variable object of the model domain (watershed).
- hydro_pathstr
Path of the folder with the hydrography data.
- clip_observed(type_obs, field_obs, hydro_path, data_folder, watershed_shp, watershed_dem, streams_file)[source]#
Function to clip hydrogrpahic data at the watershed scale (or model domain).
Parameters#
- watershed_shpstr
Path of the watershed shapefile (model domain) generated by geographic.
- watershed_demstr
Path of the watershed raster (model domain) generated by geographic.