Model Processes#
Grid#
|
Create a 2D regular grid or reads an existing grid. |
Create a rotated grid based on a geometry. |
|
|
Prepare a grid based on a constant value. |
Prepare data by resampling ds to grid_like. |
|
Prepare data variable(s) resampled to grid_like object by reclassifying the data in |
|
|
Prepare data variable(s) resampled to grid_like object by rasterizing the data from |
|
Return the origin (x0, y0), shape (mmax, nmax) and rotation of the rotated grid. |
Mesh#
HYDROMT CORE METHOD: Create an 2D unstructured mesh or reads an existing 2D mesh according UGRID conventions. |
|
|
Create a 2D mesh from another mesh. |
|
Create a regular 2D mesh from a boundary geometry. |
Resamples data in ds to mesh2d. |
|
Resample data to |
Region#
|
Parse a basin /subbasin / interbasin region and return the GeoDataFrame. |
|
Parse a region of kind bbox and return the GeoDataFrame. |
|
Parse a region and return the GeoDataFrame. |
|
Parse a region of kind grid and return the corresponding xarray object. |
Parse a region with a model path and return that whole Model in read mode. |
|
Parse a region with a mesh path and return that mesh in read mode. |
Basin mask#
Return a geometry of the (sub)(inter)basin(s). |
River bathymetry#
|
Return average river width along a segment based on a river mask raster. |
|
Derive river depth estimates based bankfull discharge. |
Meteo#
|
Return the lazy reprojection of precipitation to model. |
|
Return lazy reprojection of temperature to model grid. |
|
Return lazy reprojection of pressure to model grid. |
|
Determine reference evapotranspiration. |
|
Return lazy reprojection of wind speed to model grid. |
|
Pressure correction based on elevation lapse_rate. |
|
Temperature correction based on elevation data. |
|
Resample data to destination frequency. |
|
Return relative difference between dataset mean timestep and destination freq. |
|
Determine De Bruin (2016) reference evapotranspiration. |
|
Determnines Makkink reference evapotranspiration. |
|
Estimate daily reference evapotranspiration (ETo). |