DirkEilander

Results 112 comments of DirkEilander

@hboisgon and I discussed you question, here's our reply: > Are all use cases handled as expected? There is one more important use case that is not yet handled. When...

@daanrooze could you provide more context to this issue? And update us on the status.

I think this will be covered in #149. Please reopen and provide more detail on what is required if that's not the case.

Do you mean from the Model.setup_region method? Or command line? In HydroMT-SFINCS we indeed have a crs argument in the setup_grid method to do this. The exact behaviour of such...

Given an outlet location, we now delineate a basin a the grid pixel level for the entire upstream area which gives the most accurate result. By doing this on a...

Thanks for looking into this! The awesome pyflwdir package 😜 can also work with vector based flow directions using the [`from_dataframe`](https://github.com/Deltares/pyflwdir/blob/3dd0e04d6cd53aea1d692b0052a83df784a18f6b/pyflwdir/flwdir.py#L35) method. We would still need to add a simple...

We discussed this in the sprint planning and decided to postpone this at least until after our v1.alpha release

Could publishing docker containers solve this? @savente93 Any thoughts?

I've used [conda-lock](https://conda.github.io/conda-lock/) for creating lock files in the past. Including a lock file in the repository means we also need to maintain this file, hence this should be automated...

@savente93 What do you mean with "providing hydromt through pixi"? Currently, if I'm not mistaken, to use the pixi.lock file we would need to define our dependencies in the pixi.toml...