Deltares / hydromt_wflow

Wflow plugin for HydroMT
https://deltares.github.io/hydromt_wflow/
GNU General Public License v3.0
18 stars 15 forks source link

Update examples installation #223

Closed hboisgon closed 9 months ago

hboisgon commented 11 months ago

Issue addressed

Fixes #206

Explanation

I think the installation was already updated but the examples not fully (installing jupyter and downloading the correct version of the examples). I also do not think we need matplotlib-base in the [examples] install list as matplotlib is already installed and matplotlib-base is not installable with pip.

Checklist

Additional notes

In hydromt core or the delft3dfm plugin, I recommend installing from pypi like so: pip install "hydromt[slim]" This avoids that people need to manually add libraries in [extra] and [examples] one by one or clone the github repository. It does not work at the moment because of the matplolib-base library in [examples] (which I now removed) and the pcraster library in [extra]. I think an easy way to install and run the examples would be nice. For this, maybe we could move the pcraster library in another list than extra? Else we could also add gwwapi, hydroengine and pyet in the examples list instead?