NAME
i.sentinel.import.worker - Imports Sentinel-2 data into a new mapset, and optionally resamples bands to 10m.
KEYWORDS
imagery,
satellite,
Sentinel,
import
SYNOPSIS
i.sentinel.import.worker
i.sentinel.import.worker --help
i.sentinel.import.worker [-ricjn] input=name [pattern=string] [pattern_file=string] mapsetid=string [region=name] [memory=memory in MB] [directory=string] [metadata=name] [cloud_output=string] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -r
- Reproject raster data using r.import if needed
- -i
- Resample 20/60m bands to 10m using r.resamp.interp
- -c
- Import cloud masks as raster maps
- -j
- Write metadata json for each band to LOCATION/MAPSET/json folder
- -n
- reclassify pixels with value 0 to null() using i.zero2null
- --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
- pattern=string
- Band name pattern to import
- pattern_file=string
- File name pattern to import
- mapsetid=string [required]
- ID for mapset
- region=name
- Set current region from named region
- memory=memory in MB
- Maximum memory to be used (in MB)
- Cache size for raster rows
- Default: 300
- directory=string
- Directory to hold temporary files (they can be large)
- metadata=name
- Name of directory into which Sentinel metadata json dumps are saved
- cloud_output=string
- Create cloud mask as raster or vector map
- Options: vector, raster
- Default: vector
i.sentinel.import.worker Imports Sentinel-2 data in a new mapset,
and optionally resamples to 10m.
i.sentinel module set
Guido Riembauer and Anika Weinmann,
mundialis, Germany
SOURCE CODE
Available at:
i.sentinel.import.worker source code
(history)
Accessed: Thursday Aug 15 12:14:46 2024
Main index |
Imagery index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2024
GRASS Development Team,
GRASS GIS 8.4.1dev Reference Manual