Create also an imagery group with the imported raster maps (group names correspond to scene/tile names, e.g. S2A_MSIL2A_20250101T000000_N0511_R008_T32TQM_20250101T000000)
-l
Link the raster files using r.external
-f
Link the raster files in a fast way, without reading metadata using r.external
-n
Force unzipping of archive files
-o
Override projection check (use current project's projection)
Assume that the dataset has same projection as the current project
-p
Print raster data to be imported and exit
-r
Limit import to the computational region
--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog
Parameters:
input=name[required]
Name of input directory with downloaded Sentinel data
product=string[required]
ID of the product type to import (default is S2_MSI_L2A)
Options: S2_MSI_L1C, S2_MSI_L2A
Default: S2_MSI_L2A
unzip_dir=name
Name of directory into which Sentinel zip-files are extracted (default=input)
bands=string
Comma separated list of bands to import (default is all bands)
file_pattern=string
File name pattern to import
extent=string
Output raster map extent
Options: input, region, intersection
Default: input
input: extent of input map
region: extent of current region
intersection: extent of intersection between current region and input map
memory=integer
Maximum memory to be used (in MB)
Cache size for raster rows
Default: 300
register_output=name
Name for output file to use with t.register
metadata=name
Name of directory into which Sentinel metadata JSON files are saved. Default is PROJECT/MAPSET/cell_misc/MAP_NAME/description.json
i.sentinel2.import imports Sentinel-2 imagery in SAFE format
The module rescales reflectanse values according to quantification rules
of the product metadata.