ArtesiaWater / hydropandas

Module for loading observation data into custom DataFrames
https://hydropandas.readthedocs.io
MIT License
51 stars 11 forks source link

Update repo #62

Closed OnnoEbbens closed 3 years ago

OnnoEbbens commented 3 years ago

Add some functions to avoid using the KNMI api, see #59

Also fix some bugs in Dino and Fews reading

OnnoEbbens commented 3 years ago

The tests fail when trying to download the .zip files using the requests package. The logs show an ssl error: SSLError(SSLError(1, '[SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1091)'))

When I use this code locally there is no problem and I don't need an SSL key.

OnnoEbbens commented 3 years ago

According to this stackoverflow issue the problem might be the newest SSL verification in the latest Ubuntu version. I will now try with Ubuntu 18.04

OnnoEbbens commented 3 years ago

Yes, only hourly rainfall is not supported yet.