.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/productItemSet_2022_S2A.pkl
docs/scrappi_logo.png
docs/scrappi_name.png
docs/content/developer/api.rst
docs/content/developer/developer_guide.rst
docs/content/developer/filesystem.rst
docs/content/user/api.rst
docs/content/user/atbd.rst
docs/content/user/common_queries.rst
docs/content/user/config.rst
docs/content/user/data_and_stac_structure.rst
docs/content/user/download.rst
docs/content/user/filesystem.rst
docs/content/user/function_api.rst
docs/content/user/product.rst
docs/content/user/querying.rst
docs/content/user/quickstart.rst
docs/content/user/user_guide.rst
examples/CAMS_example.py
examples/ERA5_example.py
examples/earthaccess_example.py
examples/eodag_example.py
examples/hypernets_example.py
examples/local_STAC_example.py
examples/productItemSet_2022_RCN.pkl
examples/radcalnet_example.py
scrappi/__init__.py
scrappi/config.py
scrappi/interface.py
scrappi/product.py
scrappi.egg-info/PKG-INFO
scrappi.egg-info/SOURCES.txt
scrappi.egg-info/dependency_links.txt
scrappi.egg-info/entry_points.txt
scrappi.egg-info/requires.txt
scrappi.egg-info/top_level.txt
scrappi/api/__init__.py
scrappi/api/base.py
scrappi/api/earthaccess_api.py
scrappi/api/eodag.py
scrappi/api/factory.py
scrappi/api/hypernets.py
scrappi/api/insitubase.py
scrappi/api/radcalnet_api_client.py
scrappi/api/stac_api.py
scrappi/api/tests/__init__.py
scrappi/api/tests/archive.db
scrappi/api/tests/test_base.py
scrappi/api/tests/test_earthaccess_api.py
scrappi/api/tests/test_eodag.py
scrappi/api/tests/test_factory.py
scrappi/api/tests/test_hypernets.py
scrappi/api/tests/test_radcalnet.py
scrappi/api/tests/test_stac_api.py
scrappi/api/utils/earthaccess_collections_list.npy
scrappi/etc/defaults.yaml
scrappi/etc/config_templates/initial_config.yaml
scrappi/fs/__init__.py
scrappi/fs/base.py
scrappi/fs/factory.py
scrappi/fs/jasmin.py
scrappi/fs/localfilesystem.py
scrappi/fs/stac_href_resolver.py
scrappi/fs/stacfilesystem.py
scrappi/fs/tdrive.py
scrappi/fs/tdrive_temp.py
scrappi/fs/tests/__init__.py
scrappi/fs/tests/test_base.py
scrappi/fs/tests/test_factory.py
scrappi/fs/tests/test_localfs.py
scrappi/fs/tests/test_stac_href_resolver.py
scrappi/tests/__init__.py
scrappi/tests/test_interface.py
scrappi/tests/test_product.py
scrappi/utils/__init__.py
scrappi/utils/plot_utils.py
scrappi/utils/utils.py
scrappi/utils/test/__init__.py
scrappi/utils/test/test_plot_utils.py
scrappi/utils/test/test_utils.py
tests/conftest.py
tests/test_sample.py