gwmod / nlmod

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

Animate cross section #351

Closed OnnoEbbens closed 4 months ago

OnnoEbbens commented 4 months ago

Add method to animate a cross section

OnnoEbbens commented 4 months ago

Ik zal een voorbeeld toevoegen aan een notebook omdat ik dan alle data heb om een animatie te maken. Ik probeerde dit net maar het lijkt alsof de regis netcdf (tijdelijk) offline is. Ik krijg deze error:

OSError: [Errno -68] NetCDF: I/O failure: b'[http://www.dinodata.nl:80/opendap/REGIS/REGIS.nc](http://www.dinodata.nl/opendap/REGIS/REGIS.nc)'

OnnoEbbens commented 4 months ago

It seems like the old URL works again: https://www.dinodata.nl/opendap/hyrax/REGIS/REGIS.nc

OnnoEbbens commented 4 months ago

I have the feeling that the appropriate URL depends on the package versions I am using. So I did not change anything there

rubencalje commented 4 months ago

I have the feeling that the appropriate URL depends on the package versions I am using. So I did not change anything there

Strange that it is working in your latest commit, but not in other pull requests after that....