Deltares / hydromt

HydroMT: Automated and reproducible model building and analysis
https://deltares.github.io/hydromt/
MIT License
67 stars 27 forks source link

new `Model.from_yml` method #966

Open DirkEilander opened 3 months ago

DirkEilander commented 3 months ago

Kind of request

None

Enhancement Description

move build and update cli functionality to a Model method

Use case

Additional Context

No response

Jaapel commented 3 months ago

Perhaps useful to take into account when implementing: https://github.com/Deltares/hydromt/issues/872. import plugings: https://github.com/Deltares/hydromt/blob/v1/hydromt/drivers/base_driver.py#L92 Scan subclasses and filter by class variable "name": https://github.com/Deltares/hydromt/blob/v1/hydromt/drivers/base_driver.py#L95