.deepsource.toml
.gitignore
.sourcery.yaml
LICENSE
README.md
pydoctest.json
pyproject.toml
requirements-dev.in
requirements-dev.txt
requirements.in
requirements.txt
test.py
.github/workflows/delete-old-workflow.yml
.github/workflows/python-autopep.yml
.github/workflows/python-bandit.yml
.github/workflows/python-black.yml
.github/workflows/python-docsig.yml
.github/workflows/python-flake.yml
.github/workflows/python-isort.yml
.github/workflows/python-lint.yml
.github/workflows/python-mypy.yml
.github/workflows/python-pycodestyle.yml
.github/workflows/python-pydoclint.yml
.github/workflows/python-pydocstyle.yml
.github/workflows/python-pyflakes.yml
.github/workflows/python-pylint.yml
.github/workflows/python-ruff.yml
.vscode/launch.json
.vscode/settings.json
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
examples/Download_GOES-R_dataset_es.ipynb
examples/Download_GridSat_B1_dataset_en.ipynb
scripts/activate.ps1
scripts/build.ps1
scripts/cleanup.ps1
scripts/compile.ps1
scripts/deploy.ps1
scripts/find-deps.ps1
scripts/goto-project.ps1
scripts/init.ps1
scripts/install.ps1
scripts/jupyter.ps1
scripts/make-cov.ps1
scripts/make.ps1
scripts/pipeline.txt
scripts/publish.ps1
scripts/report-cov.ps1
scripts/run.ps1
scripts/sha512.ps1
scripts/test-deps.ps1
scripts/test-diff.ps1
scripts/toolchain.ps1
src/config/settings.json
src/goes_dl.egg-info/PKG-INFO
src/goes_dl.egg-info/SOURCES.txt
src/goes_dl.egg-info/dependency_links.txt
src/goes_dl.egg-info/requires.txt
src/goes_dl.egg-info/top_level.txt
src/goesdl/__init__.py
src/goesdl/py.typed
src/goesdl/dataset/__init__.py
src/goesdl/dataset/locator.py
src/goesdl/dataset/base/__init__.py
src/goesdl/dataset/base/locator_gg.py
src/goesdl/dataset/goes/__init__.py
src/goesdl/dataset/goes/constants.py
src/goesdl/dataset/goes/locator.py
src/goesdl/dataset/goes/locator_abi.py
src/goesdl/dataset/goes/locator_dc.py
src/goesdl/dataset/goes/locator_dp.py
src/goesdl/dataset/goes/locator_glm.py
src/goesdl/dataset/goes/locator_lp.py
src/goesdl/dataset/goes/locator_nso.py
src/goesdl/dataset/goes/locator_pm.py
src/goesdl/dataset/goes/locator_pp.py
src/goesdl/dataset/gridsat/__init__.py
src/goesdl/dataset/gridsat/constants.py
src/goesdl/dataset/gridsat/locator.py
src/goesdl/dataset/gridsat/locator_b1.py
src/goesdl/dataset/gridsat/locator_gc.py
src/goesdl/datasource/__init__.py
src/goesdl/datasource/datasource.py
src/goesdl/datasource/datasource_aws.py
src/goesdl/datasource/datasource_base.py
src/goesdl/datasource/datasource_cache.py
src/goesdl/datasource/datasource_local.py
src/goesdl/datasource/datasource_ncei.py
src/goesdl/downloader/__init__.py
src/goesdl/downloader/constants.py
src/goesdl/downloader/downloader.py
src/goesdl/downloader/downloader_base.py
src/goesdl/utils/__init__.py
src/goesdl/utils/file_repository.py
src/goesdl/utils/headers.py
src/goesdl/utils/url.py
tests/__init__.py
tests/product_test.ipynb
tests/test_gridsat_locator_b1.py
tests/test_gridsat_product_gc.py
tests/test_utils_url.py