Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.
The following product types (parameter producttype) are currently supported:
To connect to the Copernicus Open Access Hub both a user name and password are required; see Register new account page for signing up.
i.sentinel.download reads user credentials from settings file. The file must contain at least two lines:
myusername mypassword
Insert username: myusername Insert password: Insert API URL (leave empty for https://scihub.copernicus.eu/dhus):
By default Sentinel products are sorted by cloudcoverpercentage and ingestiondate (see sort option). By default, only products which footprint intersects current computation region extent (area of interest, AOI) are filtered. The AOI can be optionally defined also by vector map. In addition the spatial relation between AOI and the footprint (area_relation) can be set to
i.sentinel.download searches for products of the last 60 days, an exact date range can be defined by start and end options.
Sentinel products can be also filtered by producttype or, in case of Sentinel-2 data, maximum clouds cover percentage.
In case a Sentinel data download was interrupted, i.sentinel.download will continue to download once the command is restarted and the partially downloaded file (with .incomplete file extention) still present.
g.region n=42 w=12 s=41 e=13 res=0:01 -p i.sentinel.download -l settings=.sentinel.txt producttype=S2MSI2A start=2018-01-01 end=2018-12-31 357 Sentinel product(s) found 379e2896-408d-4642-bc6f-ee941e395c32 2018-04-19T10:10:31Z 0% S2MSI2A 0e3e361d-e8e0-4e71-a10d-c1faf1640beb 2018-04-19T10:10:31Z 0% S2MSI2A 72ed25c8-5a36-40a5-97ce-e0b4d6347c7f 2018-04-06T10:00:31Z 0% S2MSI2A eee28af8-aaa6-4e59-9902-dd5cbfc08bab 2018-04-06T10:00:31Z 0% S2MSI2A e2a9d80d-da35-44bd-ab88-76bad398da41 2018-07-18T10:10:31Z 0% S2MSI2A ...
g.region n=42 w=12 s=41 e=13 res=0:01 -p i.sentinel.download -l settings=.sentinel.txt producttype=S2MSI2A start=2018-01-01 end=2018-12-31 sort=ingestiondate order=desc clouds=3 191 Sentinel product(s) found 1b0ee27e-c51a-49d9-b2a4-78db128a49f9 2018-12-27T10:04:19Z 0% S2MSI2A 8da04aa9-5d8b-42bc-abb3-d2c9b61c5ee4 2018-12-27T10:04:19Z 1% S2MSI2A e4f324f4-8e98-440c-9141-ae3d24cd1faa 2018-12-27T10:04:19Z 1% S2MSI2A be507500-8538-44f0-969c-d6d45a16beea 2018-12-27T10:04:19Z 0% S2MSI2A 1ab5dd20-4845-4325-bd71-5d0596f4d11d 2018-12-27T10:04:19Z 0% S2MSI2A ...
g.region n=42 w=12 s=41 e=13 res=0:01 -p i.sentinel.download -l settings=sentinel.txt producttype=S2MSI2A start=2018-01-01 end=2018-12-31 clouds=1 footprints=s2_scenes_footprints 131 Sentinel product(s) found Writing footprints into <s2_scenes_footprints>... ... 379e2896-408d-4642-bc6f-ee941e395c32 2018-04-19T10:10:31Z 0% S2MSI2A 0e3e361d-e8e0-4e71-a10d-c1faf1640beb 2018-04-19T10:10:31Z 0% S2MSI2A ...
Find Sentinel-2 L1C products (S2MSI1C) of last 60 days (default) covering current computation region extent:
g.region n=42 w=12 s=41 e=13 res=0:01 -p i.sentinel.download -l settings=sentinel.txt producttype=S2MSI1C sort=ingestiondate 57 Sentinel product(s) found c5f6e871-3cd9-471f-a022-712f5e10a43a 2018-11-10T10:12:39Z 15% S2MSI1C a83ad139-c420-4433-bd21-f7ed35536e69 2018-11-10T10:12:39Z 14% S2MSI1C 6a4f093a-3fa7-466e-8ec9-77718d7b8eac 2018-11-12T10:02:41Z 8% S2MSI1C 9a668bfa-1a7e-4d92-8c51-ed2024415e6a 2018-11-15T10:12:51Z 6% S2MSI1C 5f3d19a2-eddb-42eb-ab6d-67f0fdd18c58 2018-11-15T10:12:51Z 5% S2MSI1C ...
Find Sentinel-1 product by one or several specified UUIDs:
i.sentinel.download -l settings=sentinel.txt uuid=a45d5bbe-6919-49fc-84fd-72a7634d2035 a45d5bbe-6919-49fc-84fd-72a7634d2035 2018-06-04T05:26:01Z cloudcover_NA SLC
g.region n=42 w=12 s=41 e=13 res=0:01 -p i.sentinel.download settings=sentinel.txt producttype=S2MSI2A start=2018-05-01 end=2018-05-31 limit=1 output=s2_L2A_may2018
Example of downloading a single Sentinel product:
i.sentinel.download settings=sentinel.txt uuid=6a10da0f-7777-4818-bc2c-4680e82297ac output=s2_data
i.sentinel.import, i.sentinel.preproc, i.sentinel.mask, r.import, r.external, v.import
See also GRASS GIS Workshop in Jena for usage examples.
Last changed: $Date: 2019-03-04 21:37:45 +0100 (Mon, 04 Mar 2019) $
Available at: i.sentinel.download source code (history)
Main index | Imagery index | Topics index | Keywords index | Graphical index | Full index
© 2003-2019 GRASS Development Team, GRASS GIS 7.4.5svn Reference Manual