Skip to content

Commit

Permalink
Merge pull request #37 from Jena-Earth-Observation-School/docs
Browse files Browse the repository at this point in the history
Docs minor corrections
  • Loading branch information
maawoo authored Dec 12, 2023
2 parents 1197079 + a5037e2 commit 63f8063
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 3 additions & 1 deletion docs/content/02_Getting_Started/01_00_Data_Access.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ The basic usage is to specify the following parameters:
- `product`: The name of the data product to load. The following strings are
supported at the moment:
- `"s1_rtc"`: Sentinel-1 Radiometric Terrain Corrected (RTC)
- `"s1_surfmi"`: Sentinel-1 Surface Moisture Index (SurfMI)
- `"s1_coh"`: Sentinel-1 Coherence VV-pol, ascending
- `"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)
- `"cop_dem"`: Copernicus Digital Elevation Model GLO-30
- `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
22 changes: 10 additions & 12 deletions docs/content/02_Getting_Started/01_06_S1_Coherence.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"source": [
"The Sentinel-1 Coherence product available in the SALDi Data Cube (SDC) has been sourced \n",
"from the Alaska Satellite Facility (ASF) using their On Demand InSAR products.\n",
"The product was generated for VV-polarization and ascending orbits only. \n",
"\n",
"Detailed information can be found [here](https://hyp3-docs.asf.alaska.edu/guides/insar_product_guide).\n",
"\n",
Expand Down Expand Up @@ -648,6 +649,15 @@
"ds"
]
},
{
"cell_type": "markdown",
"source": [
"Let's visualize the standard deviation for the whole time series: "
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down Expand Up @@ -693,18 +703,6 @@
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 63f8063

Please sign in to comment.