.coveragerc
.gitignore
.readthedocs.yaml
.travis.yml
CODE-OF-CONDUCT.md
LICENSE
README.md
pytest.ini
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/workflows/.ci-tests.yml
docs/100-quickstart-guide.rst
docs/200-background.rst
docs/300-data-dictionary.rst
docs/305-data-fields-well-summary.rst
docs/310-data-fields-groundwater-level.rst
docs/405-tutorial-well-summary-data.ipynb
docs/410-tutorial-finding-wells.ipynb
docs/420-tutorial-monitoring-networks.ipynb
docs/430-tutorial-water-monitoring-data.ipynb
docs/490-tutorial-webservices.ipynb
docs/700-apidocs.rst
docs/800-webservices.rst
docs/900-changelog.rst
docs/GetCircleData.rst
docs/GetConstructionInformation.rst
docs/GetDrillersLogInformation.rst
docs/GetElevationDetails.rst
docs/GetGridData.rst
docs/GetHundredParcelData.rst
docs/GetHydrostratInformation.rst
docs/GetLBSearchData.rst
docs/GetLGAFromName.rst
docs/GetLithologicalLogInformation.rst
docs/GetNRMRegionSearchData.rst
docs/GetObswellNetworkData.rst
docs/GetObswellNumberSearchData.rst
docs/GetPWASearchData.rst
docs/GetPWRASearchData.rst
docs/GetPermitNumberSearchData.rst
docs/GetSalinityDetails.rst
docs/GetStratigraphicLogsDetails.rst
docs/GetSuburbFromName.rst
docs/GetSummaryDetails.rst
docs/GetUnitNumberSearchData.rst
docs/GetWaterChemistryDetails.rst
docs/GetWaterLevelDetails.rst
docs/GetWellYieldDetails.rst
docs/Makefile
docs/conf.py
docs/footer.rst
docs/index.rst
docs/make.bat
docs/polyline-explainer.rst
docs/requirements.txt
docs/_static/style.css
docs/_templates/layout.html
docs/data-types/groundwater-level.csv
docs/data-types/production-zone.csv
docs/data-types/well-summary.csv
docs/figures/groundwater-level-parameters.png
docs/figures/obswell_networks.png
notebooks/Potentiometric surface - NAP.ipynb
notebooks/Tutorial 1 - Use JSON calls to get data.ipynb
notebooks/Tutorial 2 - Get data in bulk for lots of wells.ipynb
python_sa_gwdata.egg-info/PKG-INFO
python_sa_gwdata.egg-info/SOURCES.txt
python_sa_gwdata.egg-info/dependency_links.txt
python_sa_gwdata.egg-info/requires.txt
python_sa_gwdata.egg-info/top_level.txt
sa_gwdata/__init__.py
sa_gwdata/identifiers.py
sa_gwdata/local_cache.py
sa_gwdata/sarig.py
sa_gwdata/waterconnect.py
sa_gwdata/waterconnect_funcs.py
tests/test_identifiers.py
tests/test_sarig.py