gwmod / nlmod

Python package to build, run and visualize MODFLOW 6 groundwater models in the Netherlands.
https://nlmod.readthedocs.io
MIT License
31 stars 2 forks source link

REGIS dataset has changed #362

Open bdestombe opened 1 month ago

bdestombe commented 1 month ago

Suddenly, hydraulica conductivities of -9999 are popping up in the REGIS retreived data. The nlmod tests are failing and so do all models using REGIS.

rubencalje commented 1 month ago

You are right... There seems to be a new update of REGIS: https://www.dinoloket.nl/nieuws/regis-ii-kleine-release-omgeving-leersum-amerongen-en-omgeving-cuijk

The new dataset contains -9999 instead of NaN-values. I think we should make a new update this week. I will see if I can quickly fix it.

rubencalje commented 1 month ago

I have just updated the main branch and released version 0.8.1, where this issue should be fixed.

bdestombe commented 1 month ago

That was quick Ruben! Thank you so much