DirkEilander

Results 66 issues of DirkEilander

This new implementation of the GeoDataset allows for any geometry type (not only points) to be combined with multi-dimensional data. My suggestion is to develop it next the current implementation...

I have done some research to the pros and cons for moving from our own DataCatalog and IO to [intake](https://intake.readthedocs.io/en/latest/). Why intake: ------------- - larger community - growing set of...

question
DataCatalog & DataAdapters

- add global based on Model class init arguments - extend list of possible types, see #127 - parse all default values (incl None, list) to string - Add docstring...

enhancement
CLI & API

I'd like to add a `validate_schematization` method to the model API which contains some checks if all the parameter maps, geoms (and forcing) are valid. Example of checks to include...

enhancement
Model

see https://gitlab.com/deltares/wflow/hydromt/-/issues/124

enhancement
Model

Processing long timeseries (>10 years) are giving memory errors for medium sized basins. The solution seems to be to do the apply the map_blocks function at a higher level. see...

Enhancement
Model processes

GEE data is cataloged in STAC https://gee.stac.cloud/?t=catalogs A potential useful package could be https://github.com/aazuspan/wxee

DataCatalog & DataAdapters

Currently we support setting the units metadata field for parameters in the RasterDatasetAdapter. It would be good to generalize this and be able to set any variable specific metadata in...

enhancement
Model

The alias does not always point to the latest version anymore which is confusing and changing it to point to the latest version breaks reproducibility. I therefore suggest to remove...

enhancement
DataCatalog & DataAdapters

with [bump2version ](https://github.com/c4urself/bump2version) and git actions we can automate versioning without it extra runtime. example: https://williamhayes.medium.com/versioning-using-bumpversion-4d13c914e9b8

enhancement