.coveragerc
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
CITATION.cff
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
conftest.py
pyproject.toml
ci/build_gedidb_testsuite_image.sh
ci/context/gedidb_ci.docker
ci/requirements/doc.yml
doc/Makefile
doc/README.rst
doc/conf.py
doc/index.html
doc/index.rst
doc/sg_execution_times.rst
doc/_static/gedidb.css
doc/_static/images/GEDIDB_FLOWCHART.png
doc/_static/index-images/api_reference.svg
doc/_static/index-images/contributor.svg
doc/_static/index-images/getting_started.svg
doc/_static/index-images/user_guide.svg
doc/_static/logos/gediDB_logo.png
doc/_static/logos/gediDB_logo.svg
doc/_static/test_files/amazon.geojson
doc/_static/test_files/data_config.yml
doc/_static/test_files/test.geojson
doc/auto_examples/authentification.codeobj.json
doc/auto_examples/authentification.ipynb
doc/auto_examples/authentification.py
doc/auto_examples/authentification.rst
doc/auto_examples/authentification.zip
doc/auto_examples/auto_examples_jupyter.zip
doc/auto_examples/auto_examples_python.zip
doc/auto_examples/data_processor.codeobj.json
doc/auto_examples/data_processor.ipynb
doc/auto_examples/data_processor.py
doc/auto_examples/data_processor.rst
doc/auto_examples/data_processor.zip
doc/auto_examples/data_provider.codeobj.json
doc/auto_examples/data_provider.ipynb
doc/auto_examples/data_provider.py
doc/auto_examples/data_provider.rst
doc/auto_examples/data_provider.zip
doc/auto_examples/get_variable_list.codeobj.json
doc/auto_examples/get_variable_list.ipynb
doc/auto_examples/get_variable_list.py
doc/auto_examples/get_variable_list.rst
doc/auto_examples/get_variable_list.zip
doc/auto_examples/index.rst
doc/auto_examples/regional_tileDBdatabase.codeobj.json
doc/auto_examples/regional_tileDBdatabase.ipynb
doc/auto_examples/regional_tileDBdatabase.py
doc/auto_examples/regional_tileDBdatabase.rst
doc/auto_examples/regional_tileDBdatabase.zip
doc/auto_examples/sg_execution_times.rst
doc/auto_examples/images/thumb/sphx_glr_authentification_thumb.png
doc/auto_examples/images/thumb/sphx_glr_data_processor_thumb.png
doc/auto_examples/images/thumb/sphx_glr_data_provider_thumb.png
doc/auto_examples/images/thumb/sphx_glr_get_variable_list_thumb.png
doc/auto_examples/images/thumb/sphx_glr_regional_tileDBdatabase_thumb.png
doc/gallery/README.rst
doc/gallery/authentification.py
doc/gallery/data_processor.py
doc/gallery/data_provider.py
doc/gallery/get_variable_list.py
doc/gallery/regional_tileDBdatabase.py
doc/user/api.rst
doc/user/contributing.rst
doc/user/database.rst
doc/user/faq.rst
doc/user/fundamentals.authenticate.rst
doc/user/fundamentals.filters.rst
doc/user/fundamentals.processor.rst
doc/user/fundamentals.provider.rst
doc/user/fundamentals.rst
doc/user/fundamentals.setup.rst
doc/user/index.rst
doc/user/installing.rst
doc/user/quick-overview.rst
doc/user/tiledb_database.rst
doc/user/tuning-config.rst
doc/user/why-gedidb.rst
doc/user/generated/gedidb.CMRDataDownloader.rst
doc/user/generated/gedidb.CMRQuery.rst
doc/user/generated/gedidb.EarthDataAuthenticator.rst
doc/user/generated/gedidb.GEDIDatabase.rst
doc/user/generated/gedidb.GEDIDownloader.rst
doc/user/generated/gedidb.GEDIGranule.rst
doc/user/generated/gedidb.GEDIProcessor.rst
doc/user/generated/gedidb.GEDIProvider.rst
doc/user/generated/gedidb.GediNameMetadata.rst
doc/user/generated/gedidb.GranuleParser.rst
doc/user/generated/gedidb.H5FileDownloader.rst
doc/user/generated/gedidb.L2ABeam.rst
doc/user/generated/gedidb.L2AGranule.rst
doc/user/generated/gedidb.L2BBeam.rst
doc/user/generated/gedidb.L2BGranule.rst
doc/user/generated/gedidb.L4ABeam.rst
doc/user/generated/gedidb.L4AGranule.rst
doc/user/generated/gedidb.L4CBeam.rst
doc/user/generated/gedidb.L4CGranule.rst
doc/user/generated/gedidb.SpatialConsolidationPlan.rst
doc/user/generated/gedidb.SpatialConsolidationPlanner.rst
doc/user/generated/gedidb.TileDBProvider.rst
doc/user/generated/gedidb.beam_handler.rst
doc/user/generated/gedidb.granule_handler.rst
examples/authentification.ipynb
examples/data_processor.ipynb
examples/data_provider.ipynb
examples/regional_tileDBdatabase.ipynb
gedidb/__init__.py
gedidb.egg-info/PKG-INFO
gedidb.egg-info/SOURCES.txt
gedidb.egg-info/dependency_links.txt
gedidb.egg-info/requires.txt
gedidb.egg-info/top_level.txt
gedidb/beam/Beam.py
gedidb/beam/__init__.py
gedidb/beam/l2a_beam.py
gedidb/beam/l2b_beam.py
gedidb/beam/l4a_beam.py
gedidb/beam/l4c_beam.py
gedidb/core/__init__.py
gedidb/core/gedidatabase.py
gedidb/core/gedigranule.py
gedidb/core/gediprocessor.py
gedidb/core/gediprovider.py
gedidb/downloader/__init__.py
gedidb/downloader/authentication.py
gedidb/downloader/cmr_query.py
gedidb/downloader/data_downloader.py
gedidb/granule/Granule.py
gedidb/granule/__init__.py
gedidb/granule/granule_name.py
gedidb/granule/granule_parser.py
gedidb/granule/l2a_granule.py
gedidb/granule/l2b_granule.py
gedidb/granule/l4a_granule.py
gedidb/granule/l4c_granule.py
gedidb/providers/__init__.py
gedidb/providers/tiledb_provider.py
gedidb/utils/__init__.py
gedidb/utils/constants.py
gedidb/utils/geo_processing.py
gedidb/utils/print_versions.py
gedidb/utils/tiledb_consolidation.py