Python access to groundwater data in South Australia

sa_gwdata is a Python package to ease access to groundwater data in South Australia. This is an unofficial project, use at your own risk/reward.

Changelog

Version 0.5.1

  • Add Well class for ID parsing
  • Add UnitNo.hydstra and UnitNo.wilma attributes

Version 0.5.0

  • Add parse_well_ids() to parse well IDs from plain text
  • Add ObsNo and UnitNo classes for ID parsing

Version 0.4.1

  • Initial