-
Notifications
You must be signed in to change notification settings - Fork 170
/
Copy pathi.sentinel.html
68 lines (55 loc) · 2.85 KB
/
i.sentinel.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS manual: i.sentinel toolset</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">
<div id="container">
<a href="https://grass.osgeo.org/grass-stable/manuals/index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
<hr class="header">
<h2>NAME</h2>
<em><b>i.sentinel</b></em> - Toolset for download and processing of Copernicus Sentinel products.
<h2>KEYWORDS</h2>
<a href="https://grass.osgeo.org/grass-stable/manuals/imagery.html">imagery</a>, <a href="https://grass.osgeo.org/grass-stable/manuals/topic_import.html">import</a>, <a href="keywords.html#satellite">satellite</a>, <a href="keywords.html#Sentinel">Sentinel</a>
<!-- meta page description: Toolset for download and processing of Sentinel products -->
<h2>DESCRIPTION</h2>
The <em>i.sentinel</em> toolset consists of currently six modules:
<dl>
<dt><a href="i.sentinel.coverage.html">i.sentinel.coverage</a></dt>
<dd>checks the area coverage of Sentinel-1 or Sentinel-2 scenes selected by filters</dd>
<dt><a href="i.sentinel.download.html">i.sentinel.download</a></dt>
<dd>downloads Copernicus Sentinel products from
<a href="https://scihub.copernicus.eu/">Copernicus Open Access Hub</a></dd>
<dt><a href="i.sentinel.parallel.download.html">i.sentinel.parallel.download</a></dt>
<dd>downloads parellelized (using i.sentinel.download) Copernicus Sentinel products from
<a href="https://scihub.copernicus.eu/">Copernicus Open Access Hub</a></dd>
<dt><a href="i.sentinel.import.html">i.sentinel.import</a></dt>
<dd>imports already downloaded Sentinel products into GRASS GIS mapset</dd>
<dt><a href="i.sentinel3.import.html">i.sentinel3.import</a></dt>
<dd>imports already downloaded Sentinel-3 products into GRASS GIS mapset</dd>
<dt><a href="i.sentinel.preproc.html">i.sentinel.preproc</a></dt>
<dd>imports and performs atmospheric correction on Sentinel-2 images</dd>
<dt><a href="i.sentinel.mask.html">i.sentinel.mask</a></dt>
<dd>creates clouds and shadows masks for Sentinel-2 images</dd>
</dl>
<h2>REQUIREMENTS</h2>
<ul>
<li><a href="https://pypi.python.org/pypi/sentinelsat">Sentinelsat library</a></li>
<li><a href="https://pypi.python.org/pypi/pandas">Pandas library</a></li>
</ul>
<h2>AUTHORS</h2>
Martin Landa, <a href="http://geomatics.fsv.cvut.cz/research/geoforall/">GeoForAll Lab</a>,
CTU in Prague, Czech Republic with support
of <a href="http://opengeolabs.cz/en/home/">OpenGeoLabs</a> company
<p>
Roberta Fagandini, GSoC 2018 student, Italy
<p>
Anika Weinmann, Guido Riembauer, Markus Neteler, <a href="https://www.mundialis.de/">mundialis</a>, Germany
<p>
Stefan Blumentrath, <a href="https://www.nina.no/">NINA</a>, Norway
<!--
<p>
<i>Last changed: $Date$</i>
-->