From 1c0937665f65a312caf13a3fe671553356aeb3ed Mon Sep 17 00:00:00 2001 From: maawoo Date: Tue, 12 Dec 2023 18:00:35 +0100 Subject: [PATCH 1/2] [docs] add missing references in `load_product` section --- docs/content/02_Getting_Started/01_00_Data_Access.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/02_Getting_Started/01_00_Data_Access.md b/docs/content/02_Getting_Started/01_00_Data_Access.md index 2f755fd..daeb1a5 100644 --- a/docs/content/02_Getting_Started/01_00_Data_Access.md +++ b/docs/content/02_Getting_Started/01_00_Data_Access.md @@ -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) From a5037e23dfa28693713d0f9d87c84951c8116a2d Mon Sep 17 00:00:00 2001 From: maawoo Date: Tue, 12 Dec 2023 18:00:47 +0100 Subject: [PATCH 2/2] [docs] minor improvements --- .../01_06_S1_Coherence.ipynb | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/content/02_Getting_Started/01_06_S1_Coherence.ipynb b/docs/content/02_Getting_Started/01_06_S1_Coherence.ipynb index ce610c2..78187f2 100644 --- a/docs/content/02_Getting_Started/01_06_S1_Coherence.ipynb +++ b/docs/content/02_Getting_Started/01_06_S1_Coherence.ipynb @@ -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", @@ -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, @@ -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,