hydromt icon indicating copy to clipboard operation
hydromt copied to clipboard

Implement a generic clip method in the model API

Open hboisgon opened this issue 4 years ago • 2 comments

Add a generic clip method + CLI in the model API for:

  • staticmaps
  • staticgeoms
  • forcing
  • states

hboisgon avatar May 12 '21 08:05 hboisgon

for an new functionality: https://github.com/Deltares/hydromt_wflow/issues/112

DirkEilander avatar Oct 06 '22 11:10 DirkEilander

TODO:

  • [ ] create clip_forcing and clip_states methods in Model
  • [ ] create clip_mesh in MeshMixin
  • [ ] create clip_vector in VectorMixin
  • [ ] create a general clip method in all model classes with appropriate clip methods that can be called from the CLI clip method

DirkEilander avatar Oct 20 '23 13:10 DirkEilander