-
Docs should be render-able locally and on readthedocs.
-
@jvdzwaan could you elaborate a bit on what ReciPy can do and what we could do during the Sprint?
Who else has worked with ReciPy?
What is the best label for it `Software dev` or `Soft/Meth Paper`?
…
-
-
The next generation of the Wflow hydrological model is being created at https://github.com/Deltares/Wflow.jl . As you can see from the name it is written in Julia. It has a [BMI](https://github.com/De…
-
We should define a standard BMI for Octave and include it here along with an example. Lucky for us, @RolfHut and @wknoben have already done this for [MARRMoT](https://github.com/wknoben/MARRMoT). 🎉
-
-
Currently the github pages url is: http://www.ewatercycle.org/eurocsdms_ewatercycle_workshop
If we change the name of this repo it could be just: `ewatercycle.org/eurocsdms`
@RolfHut
-
First use local datasets, later use FAIR data point.
Have copy of datasets in notebook environment (mounted in Docker container).
-
I am unable to connect to the GRPC server, even when starting the GRPC server inside the same python instance.
Setup:
- WSL2, Ubuntu 20.04
- Python 3.8.10
- grpc4bmi 0.2.x (latest)
The code…
-
E.g. in `ewatercycle.util.py` we have `find_closest_point`, which computes a rough estimate of distance between point and grid. However, this distance is not accurate (e.g. could also use haversine or…