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

Ignore aquifers with no code (fix #23) #25

Closed kinverarity1 closed 1 year ago

kinverarity1 commented 1 year ago

Some stratigraphic units were redefined by DEM recently in SA Geodata leaving them with no map_symbol set, which meant the derived aquifer code will not have a code. This progated through to the "Aquifer" value under the GetAdvancedListsData request, where most entries should (and used to) have a "V" key and "T" value. Now some, such as "Nonning Rhyodacite" are missing a "V" key, leading to this error.

This commit filters those out until the underlying data can be fixed.