.env.example
.gitignore
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
aces/__init__.py
aces/config.py
aces/data_processor.py
aces/ee_utils.py
aces/metrics.py
aces/model_builder.py
aces/model_trainer.py
aces/refs.bib
aces/remote_sensing.py
aces/utils.py
docs/changelog.md
docs/config.md
docs/contributing.md
docs/data_processor.md
docs/ee_utils.md
docs/faq.md
docs/index.md
docs/installation.md
docs/metrics.md
docs/model_builder.md
docs/model_trainer.md
docs/remote_sensing.md
docs/usage.md
docs/utils.md
docs/overrides/main.html
examples/__init__.py
examples/count_sample_size.py
examples/run_model_example.py
notebook/aces_rice_classification_paro_2021.ipynb
notebook/count_sample_size.ipynb
notebook/export_image_for_prediction.ipynb
notebook/prediction_dnn.ipynb
notebook/prediction_unet.ipynb
paper/paper.bib
paper/paper.md
servir_aces.egg-info/PKG-INFO
servir_aces.egg-info/SOURCES.txt
servir_aces.egg-info/dependency_links.txt
servir_aces.egg-info/requires.txt
servir_aces.egg-info/top_level.txt
tests/__init__.py
workflow/v1/1.s1_preprocess.py
workflow/v1/README.md
workflow/v2/1.planet_composites.py
workflow/v2/2.generate_samples.py
workflow/v2/4.export_image_for_prediction.py
workflow/v2/5.prediction_dnn.py
workflow/v2/5.prediction_unet.py
workflow/v2/README.md
workflow/v2/generate_training_patches.py
workflow/v2/host_vertex_ai.py