Skip to content

Commit d12ecfc

Browse files
committed
Update manual
1 parent 8db9ee2 commit d12ecfc

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/imagery/i.sentinel/i.sentinel.coverage/i.sentinel.coverage.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ <h2>EXAMPLES</h2>
1010

1111
<h3>Check Sentinel-1 scenes by region, start and end time</h3>
1212

13-
Note that only the last 12 months of Sentinel data are online available
14-
ESA Hub, older scenes are stored in the Long Term Archive (LTA) and
15-
cannot be retrieved immediately. The example is based on the North Carolina
16-
dataset:
13+
The example is based on the North Carolina dataset:
1714

1815
<div class="code"><pre>
1916
# extract Durham (NC) county
2017
v.extract input=boundary_county output=county_durham where="NAME = 'DURHAM'"
2118

22-
# simplify geometry (needed for ESA Hub)
19+
# simplify geometry
2320
v.generalize input=county_durham output=county_durham_dp1000 method=douglas threshold=1000
2421

2522
# search for SLC scenes in certain period of time
@@ -29,16 +26,13 @@ <h3>Check Sentinel-1 scenes by region, start and end time</h3>
2926

3027
<h3>Check Sentinel-2 scenes by region, cloud coverage, start and end time</h3>
3128

32-
Note that only the last 12 months of Sentinel data are online available
33-
ESA Hub, older scenes are stored in the Long Term Archive (LTA) and
34-
cannot be retrieved immediately. The example is based on the North Carolina
35-
dataset:
29+
The example is based on the North Carolina dataset:
3630

3731
<div class="code"><pre>
3832
# extract Durham (NC) county
3933
v.extract input=boundary_county output=county_durham where="NAME = 'DURHAM'"
4034

41-
# simplify geometry (needed for ESA Hub)
35+
# simplify geometry
4236
v.generalize input=county_durham output=county_durham_dp1000 method=douglas threshold=1000
4337

4438
# search for L2A scenes with minimal clouds in certain period of time

0 commit comments

Comments
 (0)