LICENSE
README.md
pyproject.toml
austrata/__init__.py
austrata/client.py
austrata/groundwater_client.py
austrata/ngis_client.py
austrata/py.typed
austrata.egg-info/PKG-INFO
austrata.egg-info/SOURCES.txt
austrata.egg-info/dependency_links.txt
austrata.egg-info/requires.txt
austrata.egg-info/top_level.txt
austrata/application/__init__.py
austrata/application/fetch_boreholes.py
austrata/application/fetch_hydrogeology.py
austrata/application/fetch_ngis.py
austrata/domain/__init__.py
austrata/domain/borehole.py
austrata/domain/coercion.py
austrata/domain/construction.py
austrata/domain/hydrogeology.py
austrata/domain/region.py
austrata/domain/stratigraphy.py
austrata/infrastructure/__init__.py
austrata/infrastructure/arcgis_rest_client.py
austrata/infrastructure/dataset_cache.py
austrata/infrastructure/feature_mapper.py
austrata/infrastructure/http.py
austrata/infrastructure/ngis_download.py
austrata/infrastructure/ngis_mapper.py
austrata/infrastructure/ngis_optimiser.py
austrata/infrastructure/ngis_sources.py
austrata/infrastructure/ogc_wfs_client.py
austrata/ports/__init__.py
austrata/ports/cache.py
austrata/ports/data_source.py
tests/test_arcgis_client.py
tests/test_arcgis_live.py
tests/test_borehole.py
tests/test_client.py
tests/test_client_live.py
tests/test_construction.py
tests/test_dataset_cache.py
tests/test_fetch_ngis.py
tests/test_ga_server_live.py
tests/test_groundwater_client.py
tests/test_http.py
tests/test_intervals.py
tests/test_ngis_client.py
tests/test_ngis_download.py
tests/test_ngis_live.py
tests/test_ngis_optimiser.py
tests/test_region.py
tests/test_wfs_client.py
tests/test_wfs_live.py