MANIFEST.in
README.md
pyproject.toml
setup.py
LICENSES/CC-BY-4.0.txt
LICENSES/CC0-1.0.txt
LICENSES/EUPL-1.2.txt
tds2stac/__init__.py
tds2stac/_version.py
tds2stac/assets.py
tds2stac/creator.py
tds2stac/harvester.py
tds2stac/logger.py
tds2stac/py.typed
tds2stac/tag_config.json
tds2stac/tds2stac.py
tds2stac/thumbnails.py
tds2stac/utils.py
tds2stac.egg-info/PKG-INFO
tds2stac.egg-info/SOURCES.txt
tds2stac.egg-info/dependency_links.txt
tds2stac.egg-info/not-zip-safe
tds2stac.egg-info/requires.txt
tds2stac.egg-info/top_level.txt
tds2stac/analysers/__init__.py
tds2stac/analysers/existence_validator.py
tds2stac/analysers/nested_collections.py
tds2stac/analysers/properties_verifier.py
tds2stac/analysers/recognizer.py
tds2stac/dimensions/__init__.py
tds2stac/dimensions/spatial.py
tds2stac/dimensions/temporal.py
tds2stac/extensions/__init__.py
tds2stac/extensions/common_metadata.py
tds2stac/extensions/datacube.py
tds2stac/extensions/extra_metadata.py
tds2stac/statics/__init__.py
tds2stac/statics/constants.py
tds2stac/webservices/__init__.py
tds2stac/webservices/core.py
tests/test_imports.py
tests/test_nested_collections.py
tests/test_recognizer.py
tests/test_tds2stacintegrator.py
tests/test_webservices.py