NAME
i.sentinel.aggregate.metadata - Aggregate Sentinel product metadata from several tiles or scenes.
KEYWORDS
imagery,
metadata,
sentinel,
sentinel-1,
sentinel-2,
sentinel-3
SYNOPSIS
i.sentinel.aggregate.metadata
i.sentinel.aggregate.metadata --help
i.sentinel.aggregate.metadata input=name product_type=string [output=name] [file_pattern=string] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- --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 json files to aggregate
- product_type=string [required]
- Name of the type of Sentinel-products the metadata belongs to
- Options: S1GRDH, S2MSIL1C, S2MSIL2A, S3OLCIL1B, S3SLSTRL1B
- output=name
- Name for output file
- file_pattern=string
- File name pattern of json files to aggregate (regular expression)
- Default: **/*.json
i.sentinel.aggregate.metadata aggregates metadata of multiple Sentinel
scenes into a single JSON file with collected metadata. It assumes input
metadata produced with
i.sentinel2.import. Other Sentinel-products
are currently not yet supported.
Aggregating Sentinel-2 (MSI) L1C metadata for daily mosaic:
i.sentinel.aggregate.metadata input=./S2_MSI_l1C/scenes product_type=S2MSIL1C \
output=./S2_MSI_l1C/S2_metadata.json file_pattern="**/description.json"
i.sentinel2.import
Stefan Blumentrath, NVE
SOURCE CODE
Available at:
i.sentinel.aggregate.metadata source code
(history)
Accessed: Monday Oct 27 08:18:24 2025
Main index |
Imagery index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2025
GRASS Development Team,
GRASS GIS 8.4.1 Reference Manual