Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obtain patch level metadata (e.g. geospatial bounds and cloud cover), save and demo DEP use case (sim search) #172

Merged
merged 33 commits into from
Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2e5e9e7
obtain patch level geospatial bounds
lillythomas Mar 6, 2024
674c716
save group-averaged patch level embeddings to independent geoparquet …
lillythomas Mar 8, 2024
55ec91d
perform similarity search on the patch embeddings and plot results
lillythomas Mar 8, 2024
b51bc0e
similarity search by reference geometry from ground truth points
lillythomas Mar 11, 2024
88eba37
clear cell output
lillythomas Mar 11, 2024
874a349
clear cell output
lillythomas Mar 12, 2024
fc0ffa2
consolidate some geometry operations, add visualization of sim search…
lillythomas Mar 15, 2024
a451a04
fix line length
lillythomas Mar 15, 2024
3526cb7
add patch level cloud cover percentage functionality
lillythomas Mar 19, 2024
b51fb94
move SLC cloud label vals to constant
lillythomas Mar 19, 2024
ff2ebd5
line length
lillythomas Mar 19, 2024
280c8f2
re-separate this tutorial from the cloud cover version, remove long c…
lillythomas Mar 20, 2024
a04a1ec
simplify search query
lillythomas Mar 21, 2024
1f9bdf5
specify reference patch in final plot, improve handling of variables
lillythomas Mar 22, 2024
5096b96
add entry in _toc.yml
lillythomas Mar 22, 2024
b782083
embed images in markdown, add entry to _config.yml
lillythomas Mar 22, 2024
3206abe
line length
lillythomas Mar 22, 2024
e6ff7fd
line length
lillythomas Mar 22, 2024
53a75fa
line length
lillythomas Mar 22, 2024
8281a78
line length
lillythomas Mar 22, 2024
985b275
line length
lillythomas Mar 22, 2024
bb16690
line length
lillythomas Mar 22, 2024
784a437
line length
lillythomas Mar 22, 2024
1583a6f
line length
lillythomas Mar 22, 2024
a87597e
line length
lillythomas Mar 22, 2024
daa0486
line length
lillythomas Mar 22, 2024
d1a7ebb
line length
lillythomas Mar 22, 2024
89ba6d6
line length
lillythomas Mar 23, 2024
bcddfef
line length
lillythomas Mar 24, 2024
7e6b894
line length
lillythomas Mar 24, 2024
40a2c76
line length
lillythomas Mar 24, 2024
13155a6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 24, 2024
cef0352
Merge branch 'main' into patch_level_metadata
lillythomas Mar 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ execute:
exclude_patterns:
- clay-v0-*.ipynb
- partial-inputs.ipynb
- tutorial_digital_earth_pacific_patch_level.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 @@ -44,6 +44,8 @@ parts:
file: clay-v0-interpolation
- title: Generate embeddings from partial inputs
file: partial-inputs
- title: Generate and use patch level embeddings from partial input
file: tutorial_digital_earth_pacific_patch_level
- caption: About Clay
chapters:
- title: GitHub
Expand Down
1,028 changes: 1,028 additions & 0 deletions docs/tutorial_digital_earth_pacific_patch_level.ipynb

Large diffs are not rendered by default.