Jaap Langemeijer
Jaap Langemeijer
This is a good case to extend the [`NoDataStrategy`](https://github.com/Deltares/hydromt/blob/main/hydromt/nodata.py#L8) to this usecase. No data is available for the full slice, so the user should be able to 'ignore', which should...
> * Is the `NoDataStrategy` global for the whole model building or can you set it for each data that you are trying to read? > I would set it...
Posting https://github.com/Deltares/hydromt/issues/432 here for reference discussions
Look at this `DataCatalog` entry: ```yaml gtsm_codec_reanalysis_{freq}_v1: crs: 4326 data_type: GeoDataset driver: netcdf kwargs: chunks: stations: 10 time: -1 meta: category: ocean paper_doi: 10.3389/fmars.2020.00263 paper_ref: Muis at al (2020) source_license:...
So far I intend to place a generic solution with hydromt keywords `year`, `month`, `variable`, `zoom_level`, at the `DataSource` level. Drivers can then fill in any `{{key}}` themselves, as they...
 Proposed for coming refinement
 New version based on discussions
We did change the `DataCatalog`s depending classes, so everywhere we currently interact with a `DataAdapter` should change to `DataSource` and underlying classes.
Should implement [this behaviour in main](https://github.com/Deltares/hydromt/blob/5dabbc3196a924273134e7e4d4c162b90c10645e/hydromt/data_adapter/geodataframe.py#L217). I want to implement this in the `DataCatalog` instead of the `DataSource`.
That is where is happens in the code anyways!