.gitattributes
CHANGELOG.md
LICENSE
README.md
environment.yml
mkdocs.yml
pixi.lock
pyproject.toml
docs/SUMMARY.md
docs/changelog.md
docs/gen_api_pages.py
docs/gen_example_pages.py
docs/index.md
docs/css/code_select.css
docs/css/style.css
docs/javascripts/code_select.js
docs/javascripts/katex.js
examples/README.md
examples/download_data.py
examples/local_stac.py
examples/remote_stac.py
simplestac/__init__.py
simplestac/extents.py
simplestac/local.py
simplestac/raster.py
simplestac/search.py
simplestac/types.py
simplestac/utils.py
simplestac.egg-info/PKG-INFO
simplestac.egg-info/SOURCES.txt
simplestac.egg-info/dependency_links.txt
simplestac.egg-info/requires.txt
simplestac.egg-info/scm_file_list.json
simplestac.egg-info/scm_version.json
simplestac.egg-info/top_level.txt
simplestac/formats/S1_GRD.json
simplestac/formats/S1_RTC_GEODES.json
simplestac/formats/S2_L2A_THEIA.json
simplestac/formats/common_name_table.csv
tests/__init__.py
tests/conftest.py
tests/download_data.py
tests/test_extents.py
tests/test_local.py
tests/test_remote.py
tests/test_s1_grd.py
tests/test_s1_rtc_geodes.py