Skip to content

Commit c0dfd97

Browse files
committed
[docs] minor fix in 01_00_Data_Access.md
1 parent 727fd4f commit c0dfd97

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/content/02_Getting_Started/01_00_Data_Access.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ all data products are loaded with the coordinate reference system (CRS)
2020
[EPSG:4326](https://epsg.io/4326) and resolution set to 0.0002°, which
2121
corresponds to approximately 20 x 20 m at the equator.
2222

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-
2923
The following basic example shows how to load Sentinel-2 L2A data for the year
3024
2020 of an area of interest, which has been saved locally as a vector file:
3125

@@ -43,7 +37,7 @@ The basic usage is to specify the following parameters:
4337
- `product`: The name of the data product to load. The following strings are
4438
supported at the moment:
4539
- _"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)
4741
- _"s1_coh"_: Sentinel-1 Coherence VV-pol, ascending
4842
- _"s2_l2a"_: Sentinel-2 Level 2A (L2A)
4943
- _"sanlc"_: South African National Land Cover (SANLC) 2020

0 commit comments

Comments
 (0)