.codecov.yml
.gitignore
.readthedocs.yaml
.zenodo.json
CITATION.cff
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
conftest.py
environment.yml
pyproject.toml
.github/CONTRIBUTING.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/pr-prefix-labeler.yml
.github/release.yml
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.yml
.github/ISSUE_TEMPLATE/misc.yml
.github/ISSUE_TEMPLATE/new-feature.yml
.github/ISSUE_TEMPLATE/post-install.yml
.github/workflows/ci.yaml
.github/workflows/pylint.yaml
.github/workflows/pypi-release.yaml
ci/requirements/doc.yml
ci/requirements/environment.yml
data/bucketpolicy.json
data/config_files/data_config.yml
data/geojson/BR-Sa3.geojson
data/geojson/global_geojson.geojson
data/geojson/problematic_shot_bbox.geojson
doc/Makefile
doc/README.rst
doc/conf.py
doc/index.html
doc/index.rst
doc/_static/icesat2db.css
doc/_static/images/benchmark_query_scaling.png
doc/_static/images/global_canopy_dynamics.png
doc/_static/images/tileDB_fragment_structure.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/icesat2db_logo.png
doc/_static/logos/icesat2db_logo.svg
doc/_static/test_files/amazon.geojson
doc/_static/test_files/data_config.yml
doc/_static/test_files/test.geojson
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/why-icesat2db.rst
examples/authentification.ipynb
examples/data_processor.ipynb
examples/data_provider.ipynb
examples/regional_tileDBdatabase.ipynb
icesat2db/__init__.py
icesat2db.egg-info/PKG-INFO
icesat2db.egg-info/SOURCES.txt
icesat2db.egg-info/dependency_links.txt
icesat2db.egg-info/requires.txt
icesat2db.egg-info/top_level.txt
icesat2db/beam/Beam.py
icesat2db/beam/__init__.py
icesat2db/beam/atl08_beam.py
icesat2db/core/__init__.py
icesat2db/core/icesat2database.py
icesat2db/core/icesat2granule.py
icesat2db/core/icesat2processor.py
icesat2db/core/icesat2provider.py
icesat2db/downloader/__init__.py
icesat2db/downloader/authentication.py
icesat2db/downloader/cmr_query.py
icesat2db/downloader/data_downloader.py
icesat2db/granule/Granule.py
icesat2db/granule/__init__.py
icesat2db/granule/atl08_granule.py
icesat2db/granule/granule_name.py
icesat2db/granule/granule_parser.py
icesat2db/providers/__init__.py
icesat2db/providers/tiledb_provider.py
icesat2db/utils/__init__.py
icesat2db/utils/constants.py
icesat2db/utils/filters.py
icesat2db/utils/geo_processing.py
icesat2db/utils/print_versions.py
icesat2db/utils/progress_ledger.py
icesat2db/utils/tiledb_consolidation.py