Skip to content

Commit

Permalink
add error to dino wsdl
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Feb 4, 2021
1 parent 024b393 commit cdee498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions hydropandas/io/io_dino.py
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,8 @@ def __init__(self, wsdl="http://www.dinoservices.nl/gwservices/gws-v11?wsdl"):
wsdl url, by default
"http://www.dinoservices.nl/gwservices/gws-v11?wsdl"
"""

raise RuntimeError('Dino WSDL API is down since January 2020, hopefully something new will arrive soon!')

# Create some plugins, some currently unused but left here as a reminder.
history = HistoryPlugin()
Expand Down
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
The hydropandas module is a Python package for reading timeseries data into
DataFrames.

The basic idea behind the package is to allow users to manipulate data using
all of the wonderful features included in pandas, but to also allow the addition
of custom methods and attributes related to the timeseries. The hydropandas
The Hydropandas package allows users to manipulate data using
all of the wonderful features included in pandas extented with custom methods and attributes related to the timeseries. The hydropandas
module extends pandas.DataFrame with extra functionality and stores metadata
related to the type of measurements.

Expand Down

0 comments on commit cdee498

Please sign in to comment.