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

Computing WO from S2 ARD #1213

Open
wants to merge 45 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
d5bfa53
s2_wofs
Yukienip Nov 29, 2023
716feca
local wofs
Yukienip Nov 30, 2023
0476bfc
updated notebook
Yukienip Nov 30, 2023
6de6eba
import fmask output and merge with ard
Yukienip Dec 7, 2023
d3804dd
updated notebook
Yukienip Dec 11, 2023
4dc4a8f
updated notebook markdowns
Yukienip Dec 12, 2023
a444000
how save fillna output
Yukienip Dec 12, 2023
4db5dfa
up to final step
Yukienip Dec 12, 2023
885af98
now produces woffles plot
Yukienip Dec 13, 2023
8d8f3fa
i broke it then fixed it then broke it i give up
Yukienip Dec 13, 2023
92cc0bf
workflow complete!
Yukienip Dec 21, 2023
704c4ab
workflow complete, need to clean markdowns and comments
Yukienip Dec 21, 2023
1630ef7
updated markdowns and folder structure. Still need to do plot_wo facets
Yukienip Dec 22, 2023
4fd59ed
proof of data quality improvement. Sample site Perth.
Yukienip Dec 22, 2023
6f4b04c
updated notebook to include diff
Yukienip Jan 3, 2024
01cdd0e
added control site test
Yukienip Jan 16, 2024
ff6be1a
some fmask outputs
Yukienip Jan 16, 2024
7fe8574
new tiles from control tests
Yukienip Jan 17, 2024
691b9a0
updated wo outputs
Yukienip Jan 22, 2024
5a41fcc
added fmask outputs
Yukienip Jan 22, 2024
eee3738
Create README.txt
Yukienip Jan 23, 2024
a2713b2
Update .gitignore
Yukienip Jan 23, 2024
a9e8c8d
Update .gitignore
Yukienip Jan 23, 2024
f02b592
Delete README.txt
Yukienip Jan 23, 2024
88f03b7
Delete S2_WO_Quality_Testing/Untitled.ipynb
Yukienip Jan 23, 2024
7d15583
Create README.rst
Yukienip Jan 23, 2024
8ee9d24
Delete S2_WO_Quality_Testing/wofs-1.6.5 directory
Yukienip Jan 23, 2024
b5b2d9d
Delete S2_WO_Quality_Testing/Incorporating_Fmask_ARD.ipynb
Yukienip Jan 23, 2024
a87a575
Delete S2_WO_Quality_Testing/Opening_GeoTIFFs_NetCDFs.ipynb
Yukienip Jan 23, 2024
9e185de
updating fmask and output folder tifs
Yukienip Feb 5, 2024
edc6e39
Update .gitignore
Yukienip Feb 5, 2024
d04a5e1
updated notebook
Yukienip Feb 7, 2024
345ff5c
updated notebook
Yukienip Feb 7, 2024
98ce5b3
Delete Applying WOfS to S2 directory
Yukienip Feb 7, 2024
0f210a2
Rename Applying_WO_to_S2.ipynb to Applying_WO_to_S2.ipynb
Yukienip Feb 7, 2024
c3bc259
updated notebooks
Yukienip Feb 9, 2024
3280612
stuck
Yukienip Feb 9, 2024
b5b8038
updated notebook name
Yukienip Feb 9, 2024
4e074cf
removed gif section
Yukienip Feb 9, 2024
6882607
added bounding box section. will need to tidy then move to how to gui…
Yukienip Feb 9, 2024
c9af66b
updated directory structure, location of notebooks and supplementary …
Yukienip Feb 11, 2024
e6a45cc
tidied notebook
Yukienip Feb 12, 2024
138f935
tidied up
Yukienip Apr 3, 2024
133fc0a
updated filepaths
Yukienip Apr 3, 2024
82e3e5b
reviewed with pull request checklist
Yukienip Apr 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion How_to_guides/Analyse_multiple_polygons.ipynb
Expand Up @@ -772,7 +772,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
2,182 changes: 2,182 additions & 0 deletions How_to_guides/Computing_WO_from_S2_ARD.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion How_to_guides/Exporting_GeoTIFFs.ipynb
Expand Up @@ -1517,7 +1517,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
2 changes: 1 addition & 1 deletion How_to_guides/Masking_data.ipynb
Expand Up @@ -1499,7 +1499,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
1,231 changes: 1,066 additions & 165 deletions How_to_guides/Opening_GeoTIFFs_NetCDFs.ipynb

Large diffs are not rendered by default.

2,026 changes: 2,026 additions & 0 deletions S2_WO_Quality_Testing/Applying_WO_to_S2.ipynb

Large diffs are not rendered by default.

799 changes: 799 additions & 0 deletions S2_WO_Quality_Testing/Computing_WO_from_S2_ARD.ipynb

Large diffs are not rendered by default.