kinverarity1 / python-sa-gwdata

Python package for the Groundwater Data section of the DEW WaterConnect website
https://python-sa-gwdata.readthedocs.io/en/latest/index.html
MIT License
3 stars 0 forks source link

Interfacing with Water Connect problem #23

Closed daniel-partington closed 1 year ago

daniel-partington commented 1 year ago

Describe the bug Hi @kinverarity1 , this is a really awesome package and it has previously worked very well. It seems to the Water Connect site has changed something in the last month or two, see below:

To Reproduce Steps to reproduce the behavior:

If trying to run the example from the how-to use, i.e.:

>>> import sa_gwdata
>>> wells = sa_gwdata.find_wells("5928-203 and also ULE 96")

Expected behavior

>>> wells
["LKW042", "ULE096"]

Screenshots If applicable, add screenshots to help explain your problem.

image

Desktop (please complete the following information):

kinverarity1 commented 1 year ago

Thanks for the heads up, will take a look

kinverarity1 commented 1 year ago

@daniel-partington sorry about the delay in fixing this. It was caused by an unexpected change in the source data. Should be all good again now.

kinverarity1 commented 1 year ago

The fix for this was released in v0.11

daniel-partington commented 1 year ago

Thank you very much @kinverarity1 ! It's working perfectly now. Much appreciated.