hboisgon

Results 41 issues of hboisgon

This PR set different steps to support CMIP6 data from Google Cloud Storage: - [x] new predefined catalog for remote data: ``cmip6_data`` - [x] support for remote data with a...

datasets
DataCatalog & DataAdapters

If a Model instance is a child of a hydromt Model subclass (example class DFlowFMModel(MeshModel)), then the api property is not fully parsed and only returns the api components of...

bug
Model

Support in HydroMT CMIP6 data from Pangeo stored in Google Cloud. Example in: http://gallery.pangeo.io/repos/pangeo-gallery/cmip6/basic_search_and_load.html For now focus on reading from Google Cloud more than pangeo support. Partially linked to #213

enhancement
datasets
DataCatalog & DataAdapters

Right now, if something is wrong in a data catalog yml file or configuration ini file, the error messages can be a bit cryptic (example typo diver instead of driver...

enhancement
CLI & API

In the code we used to use rasterio.crs.CRS object for crs and switched to pyproj.CRS with rioxarray. We should check that within hydromt we always use / expect the same...

priority

For developers it is nice to have general git/release/etc. tips within one place in the HydroMT developer docs. New topics would be: - [ ] git merging and solving conflicts...

documentation

We should test if and how using datasets in externally hosted sites like ERA5 can work with HydroMT. Suggestion is to: - Start testing with the ERA5 datasets to retrieved...

enhancement
DataCatalog & DataAdapters

Add a generic clip method + CLI in the model API for: - staticmaps - staticgeoms - forcing - states

Enhancement
Model

New generic methods to implement (names to be discussed, each method will be split into separate issues): - [x] setup_vector: prepare your response_units object from region (from shapefile or from...

Enhancement
Model

With rioxarray open_dataset, default_name arg is only used in case the data to open does not have a variable name. If it does, the encoded varibable name is used. https://github.com/Deltares/hydromt/blob/3d83073e6232a8ce69e6a0918552ef9c2351faef/hydromt/io.py#L58...

bug
DataCatalog & DataAdapters