bartvanosnabrugge
bartvanosnabrugge
create setup methods for LumpedModel Class. See also #151 . - [x] setup_region - [x] setup_subbasins - [x] setup_downstream_links - [x] setup_response_unit **setup_region** check that setup_region works for lumped/semi-distributed models,...
**use case** For lumped models (geometries), derive the count, mode, or percentage that is covered by a certain land class. **Current behavior** zonal_stats can calculate several stats, but not counts...
#167 This implements the 'simple solution' to cover the needed functionality, while envisioning how the results can be stored in a multidimensional xr.DataArray. A dimension is added to store the...
See issue #159 Informal test script available, needs help with formal testing.