RoyalHaskoningDHV / sam

Python package for time series analysis and machine learning
MIT License
25 stars 6 forks source link

Add requirement for geom in read_regenradar #8

Open abontsema opened 2 years ago

abontsema commented 2 years ago

The optional geom argument (string) can only have a certain length. If too long, the request will fail.

We need to raise a warning to inform users why an error occurs (the API does not handle that well).