fluves / pywaterinfo

Python package to download time series data from waterinfo.be
https://fluves.github.io/pywaterinfo/
MIT License
17 stars 9 forks source link

Add caching feature to pywaterinfo #24

Closed stijnvanhoey closed 3 years ago

stijnvanhoey commented 3 years ago

To overcome recurrent downloads of the same data, a basic caching mechanism could help, cfr. https://github.com/DOV-Vlaanderen/pydov/blob/master/pydov/util/caching.py

stijnvanhoey commented 3 years ago

Fixed by #25