Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
NAME
i.sentinel.parallel.download - Downloads Sentinel-2 images in parallel using i.sentinel.download.
KEYWORDS
imagery,
satellite,
Sentinel,
download,
parallel
SYNOPSIS
i.sentinel.parallel.download
i.sentinel.parallel.download --help
i.sentinel.parallel.download [-sfe] settings=name [scene_name=string[,string,...]] [output=name] [clouds=integer] [producttype=string] [start=string] [end=string] [nprocs=integer] [datasource=string] [limit=integer] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -s
- Use scenename/s instead of start/end/producttype to download specific S2 data (specify in the scene_name field)
- -f
- Download each Sentinel-2 datasat into an individual folder within the output folder
- -e
- Use ESA-style scenename/s to download from USGS
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
Parameters:
- settings=name [required]
- Full path to settings file (user, password)
- Name of input file
- scene_name=string[,string,...]
- Names of the scenes to be downloaded
- output=name
- Name for output directory where to store downloaded Sentinel data
- clouds=integer
- Maximum cloud cover percentage for Sentinel scene
- Default: 20
- producttype=string
- Sentinel product type to filter
- Options: SLC, GRD, OCN, S2MSI1C, S2MSI2A, S2MSI2Ap
- Default: S2MSI2A
- start=string
- Start date ('YYYY-MM-DD')
- end=string
- End date ('YYYY-MM-DD')
- nprocs=integer
- Number of parallel processes
- Number of used CPUs
- Default: 1
- datasource=string
- Default is ESA Copernicus Open Access Hub (ESA_COAH), but Sentinel-2 L1C data can also be acquired from USGS Earth Explorer (USGS_EE) or Google Cloud Storage (GCS)
- Data-Hub to download scenes from
- Options: ESA_COAH, USGS_EE, GCS
- Default: ESA_COAH
- limit=integer
- Maximum number of scenes to filter/download
i.sentinel.parallel.download downloads Sentinel-2 data defined
by scene names in parallel using
i.sentinel.download.
If no scene names are specified
i.sentinel.parallel.download
downloads data for the computational region set in the mapset; i.e, only
products which footprint intersects the current computation region extent
(area of interest, AOI) are selected.
i.sentinel module set,
i.sentinel.download
Guido Riembauer,
mundialis
SOURCE CODE
Available at:
i.sentinel.parallel.download source code
(history)
Latest change: Mon Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55
Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
Main index |
Imagery index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2023
GRASS Development Team,
GRASS GIS 7.8.8dev Reference Manual