.flake8
.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
run_super_linter.sh
setup.py
.github/dependabot.yml
.github/workflows/deploy_docs.yaml
.github/workflows/release_pypi.yaml
.github/workflows/test.yaml
docs/conf.py
docs/index.rst
docs/_static/css/index.css
docs/tree/getting_started.rst
docs/tree/reference.rst
examples/3DRender.py
examples/MapPlots.py
examples/PlotColumn.py
src/bromodels/__init__.py
src/bromodels/_version.py
src/bromodels.egg-info/PKG-INFO
src/bromodels.egg-info/SOURCES.txt
src/bromodels.egg-info/dependency_links.txt
src/bromodels.egg-info/requires.txt
src/bromodels.egg-info/top_level.txt
src/bromodels/GTM/GTM_LITHO_CLASS_table.csv
src/bromodels/GTM/GTM_STR_UNIT_table.csv
src/bromodels/GTM/GeoTop.py
src/bromodels/GTM/__init__.py
src/bromodels/GTM/data.py
src/bromodels/HGM/HGM_STR_table.csv
src/bromodels/HGM/Regis.py
src/bromodels/HGM/__init__.py
src/bromodels/HGM/data.py
tests/test_geotop.py
tests/test_regis.py