.gitignore
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
Makefile
README.md
mkdocs.yml
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/release_message.sh
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-ci.yml
.github/workflows/main.yml
.github/workflows/release.yml
docs/index.md
docs/regions.md
docs/api-docs/.pages
docs/api-docs/README.md
docs/api-docs/args.md
docs/api-docs/clean.md
docs/api-docs/config.md
docs/api-docs/eo.md
docs/api-docs/export.md
docs/api-docs/extract.md
docs/api-docs/filter.md
docs/api-docs/gfk_data.md
docs/api-docs/gfk_download.md
docs/api-docs/osmpbf.md
docs/api-docs/tagdata.md
docs/api-docs/taginfo.md
docs/api-docs/utils.md
docs/generated-docs/regions_table.md
earth_osm/VERSION
earth_osm/__init__.py
earth_osm/__main__.py
earth_osm/args.py
earth_osm/eo.py
earth_osm/export.py
earth_osm/extract.py
earth_osm/filter.py
earth_osm/gfk_data.py
earth_osm/gfk_download.py
earth_osm/overpass.py
earth_osm/tagdata.py
earth_osm/taginfo.py
earth_osm/utils.py
earth_osm.egg-info/PKG-INFO
earth_osm.egg-info/SOURCES.txt
earth_osm.egg-info/dependency_links.txt
earth_osm.egg-info/requires.txt
earth_osm.egg-info/top_level.txt
earth_osm/data/earth_data.json
earth_osm/data/gfk_index.csv
earth_osm/osmpbf/README.md
earth_osm/osmpbf/__init__.py
earth_osm/osmpbf/file.py
earth_osm/osmpbf/fileformat_pb2.py
earth_osm/osmpbf/osmformat_pb2.py
tests/__init__.py
tests/conftest.py
tests/test_buildings.py
tests/test_export.py
tests/test_gfk_data.py
tests/test_gfk_download.py
tests/test_melt_explode.py
tests/test_osmium.py