Skip to content

Commit

Permalink
Merge pull request #33 from Jena-Earth-Observation-School/data/surfmi
Browse files Browse the repository at this point in the history
Add Sentinel-1 SurfMI product and guide
  • Loading branch information
maawoo authored Dec 11, 2023
2 parents 8c3382a + bcecc93 commit 5d8c899
Show file tree
Hide file tree
Showing 8 changed files with 1,708 additions and 3 deletions.
36 changes: 36 additions & 0 deletions docs/_assets/vec_01_05_01.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
31.46859018095364,
-25.05563626426381
],
[
31.46859018095364,
-25.081801126663677
],
[
31.49769085376809,
-25.081801126663677
],
[
31.49769085376809,
-25.05563626426381
],
[
31.46859018095364,
-25.05563626426381
]
]
],
"type": "Polygon"
}
}
]
}
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ parts:
- file: content/02_Getting_Started/01_02_Sentinel2
- file: content/02_Getting_Started/01_03_SANLC
- file: content/02_Getting_Started/01_04_MSWEP
- file: content/02_Getting_Started/01_05_S1_SurfMI
- file: content/02_Getting_Started/02_00_How_to
1 change: 1 addition & 0 deletions docs/content/02_Getting_Started/01_00_Data_Access.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ supported at the moment:
- `"s2_l2a"`: Sentinel-2 Level 2A (L2A)
- `"sanlc"`: South African National Land Cover (SANLC) 2020
- `"mswep"`: Multi-Source Weighted-Ensemble Precipitation (MSWEP) daily
- `"s1_surfmi"`: Sentinel-1 Surface Moisture Index (SurfMI)
- `vec`: Filter the returned data spatially by either providing the name of a
SALDi site in the format `"siteXX"`, where XX is the site number (e.g.
`"site06"`), or a path to a vector file (any format [fiona](https://github.com/Toblerity/Fiona)
Expand Down
Loading

0 comments on commit 5d8c899

Please sign in to comment.