Skip to content

Commit

Permalink
Obtain patch level cloud coverage percentages (#184)
Browse files Browse the repository at this point in the history
* obtain patch level cloud coverage percentages

* move SCL cloud labels to constant

* separate tutorial for getting patch level cloud cover percentages and using in sim search

* fix indexing and use filtered vector averages for reference

* use huggingface path for model weights

* fix indexing

* line length

* line length

* indent

* indent

* indent

* make cloud thresh constants

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add entries to _config.yml, _toc.yml and adjust indexing in DEP tutorial

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
lillythomas and pre-commit-ci[bot] committed Mar 25, 2024
1 parent 7bda731 commit 50094ba
Show file tree
Hide file tree
Showing 4 changed files with 1,030 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ execute:
- clay-v0-*.ipynb
- partial-inputs.ipynb
- tutorial_digital_earth_pacific_patch_level.ipynb
- patch_level_cloud_cover.ipynb

# Define the name of the latex output file for PDF builds
latex:
Expand Down
2 changes: 2 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ parts:
file: partial-inputs
- title: Generate and use patch level embeddings from partial input
file: tutorial_digital_earth_pacific_patch_level
- title: Calculate and use patch level cloud cover percentages
file: patch_level_cloud_cover
- caption: About Clay
chapters:
- title: GitHub
Expand Down
Loading

0 comments on commit 50094ba

Please sign in to comment.