Skip to content

Commit

Permalink
[docs] minor fix in 01_00_Data_Access.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maawoo committed Dec 13, 2023
1 parent 727fd4f commit c0dfd97
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/content/02_Getting_Started/01_00_Data_Access.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ all data products are loaded with the coordinate reference system (CRS)
[EPSG:4326](https://epsg.io/4326) and resolution set to 0.0002°, which
corresponds to approximately 20 x 20 m at the equator.

```{note}
In the future, it will be possible to specify additional parameters to customize the data
loading process. This is currently being tracked in
[this issue](https://github.com/Jena-Earth-Observation-School/sdc-tools/issues/7).
```

The following basic example shows how to load Sentinel-2 L2A data for the year
2020 of an area of interest, which has been saved locally as a vector file:

Expand All @@ -43,7 +37,7 @@ 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_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
Expand Down

0 comments on commit c0dfd97

Please sign in to comment.