.gitignore
.gitlab-ci.yml
AUTHORS.rst
CHANGELOG.md
LICENSE.txt
README.md
doc-requirements.txt
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/license.md
docs/readme.md
src/fc3u/__init__.py
src/fc3u/compute_fractionalcover.py
src/fc3u/compute_seasonalfcover.py
src/fc3u/data.py
src/fc3u/fc_model_fit.py
src/fc3u/qv_fractionalcover_sentinel2.py
src/fc3u/qv_seasonalfcover_sentinel2.py
src/fc3u/unmixcover.py
src/fc3u.egg-info/PKG-INFO
src/fc3u.egg-info/SOURCES.txt
src/fc3u.egg-info/dependency_links.txt
src/fc3u.egg-info/entry_points.txt
src/fc3u.egg-info/not-zip-safe
src/fc3u.egg-info/requires.txt
src/fc3u.egg-info/top_level.txt
src/fc3u/pkgdata/cfmsre_sub_20200510_abam5.img
src/fc3u/pkgdata/cfmsre_sub_20200510_abbm5.img
src/fc3u/pkgdata/fcModel_256x128x256.tflite
src/fc3u/pkgdata/fcModel_256x64x256.tflite
src/fc3u/pkgdata/fcModel_32x32x32.tflite
src/fc3u/pkgdata/fcModel_64x64x64.tflite
src/fc3u/pkgdata/l7tmre_sub_20190511_dbgm3.img
src/fc3u/pkgdata/training_data.json
tests/conftest.py
tests/test_console_scripts.py
tests/test_data.py
tests/test_unmiximage.py