File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
docs/content/02_Getting_Started Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,6 @@ all data products are loaded with the coordinate reference system (CRS)
20
20
[ EPSG:4326] ( https://epsg.io/4326 ) and resolution set to 0.0002°, which
21
21
corresponds to approximately 20 x 20 m at the equator.
22
22
23
- ``` {note}
24
- In the future, it will be possible to specify additional parameters to customize the data
25
- loading process. This is currently being tracked in
26
- [this issue](https://github.com/Jena-Earth-Observation-School/sdc-tools/issues/7).
27
- ```
28
-
29
23
The following basic example shows how to load Sentinel-2 L2A data for the year
30
24
2020 of an area of interest, which has been saved locally as a vector file:
31
25
@@ -43,7 +37,7 @@ The basic usage is to specify the following parameters:
43
37
- ` product ` : The name of the data product to load. The following strings are
44
38
supported at the moment:
45
39
- _ "s1_rtc"_ : Sentinel-1 Radiometric Terrain Corrected (RTC)
46
- - _ "s1_surfmi _ : Sentinel-1 Surface Moisture Index (SurfMI)
40
+ - _ "s1_surfmi" _ : Sentinel-1 Surface Moisture Index (SurfMI)
47
41
- _ "s1_coh"_ : Sentinel-1 Coherence VV-pol, ascending
48
42
- _ "s2_l2a"_ : Sentinel-2 Level 2A (L2A)
49
43
- _ "sanlc"_ : South African National Land Cover (SANLC) 2020
You can’t perform that action at this time.
0 commit comments