.coveragerc
.gitignore
.pre-commit-config.yaml
.stickler.yml
AUTHORS.md
CHANGELOG.md
LICENSE
README.md
RELEASING.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/ci.yaml
.github/workflows/deploy-sdist.yml
.github/workflows/end-to-end.yaml
bin/pygac-fdr-crop
bin/pygac-fdr-dump
bin/pygac-fdr-mda-collect
bin/pygac-fdr-mda-update
bin/pygac-fdr-run
bin/pygac-fdr-val-collect
bin/pygac-fdr-val-plot
continuous_integration/environment.yaml
etc/pygac-fdr.yaml
pygac_fdr/__init__.py
pygac_fdr/config.py
pygac_fdr/crop.py
pygac_fdr/metadata.py
pygac_fdr/reader.py
pygac_fdr/utils.py
pygac_fdr/validation.py
pygac_fdr/version.py
pygac_fdr/writer.py
pygac_fdr.egg-info/PKG-INFO
pygac_fdr.egg-info/SOURCES.txt
pygac_fdr.egg-info/dependency_links.txt
pygac_fdr.egg-info/requires.txt
pygac_fdr.egg-info/top_level.txt
pygac_fdr/tests/__init__.py
pygac_fdr/tests/fetch_data.py
pygac_fdr/tests/test_crop.py
pygac_fdr/tests/test_end2end.py
pygac_fdr/tests/test_end2end.yaml
pygac_fdr/tests/test_metadata.py
pygac_fdr/tests/test_writer.py
tools/create-github-issue.sh
tools/upload-test-data.sh