NAME
t.in.eoarchive - Imports an EO collection from an archive as STRDS
KEYWORDS
temporal,
satellite,
Sentinel,
import
SYNOPSIS
t.in.eoarchive
t.in.eoarchive --help
t.in.eoarchive [start=string] [end=string] [bands=string] [memory=memory in MB] [wfs_mgrs=string] [wfs_name=string] output=name collection=string archive=string mountpoint=string [nprocs=integer] [--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:
- start=string
- Start date ('YYYY-MM-DD')
- end=string
- End date ('YYYY-MM-DD')
- bands=string
- Bands to import
- memory=memory in MB
- Maximum memory to be used (in MB)
- Cache size for raster rows
- Default: 300
- wfs_mgrs=string
- WFS for the Military Grid Reference System (MGRS, UTM grid system)
- Default: https://geoserver.mundialis.de/geoserver/sentinel/wfs?
- wfs_name=string
- WFS layer name of the Military Grid Reference System (MGRS, UTM grid system)
- Default: sentinel:mgrs
- output=name [required]
- Name of the output space time raster dataset
- collection=string [required]
- EO-Lab data collection to import
- Currently only S2-L2A-MAJA is supported
- Options: S2-L2A-MAJA
- Default: S2-L2A-MAJA
- archive=string [required]
- eo archive to import from
- Currently only eolab is supported
- Options: eolab
- Default: eolab
- mountpoint=string [required]
- Name of the mountpoint where Sentinel data is mounted
- Default: /codede
- nprocs=integer
- Number of cores for multiprocessing, -2 is n_cores-1
- Default: -2
t.in.eoarchive is a GRASS GIS addon python script to
import a spatial and temporal subset of a EO collection from a given archive
into GRASS as STRDS. Currently only the EOLAB archive and only the Sentinel-2 MAJA collection is supported.
The spatial subset is defined by the current computational region, while the temporal
subset is defined by the start and end parameters. If the start parameter is omitted, the earliest date with available
data is assumed as start. If the end parameter is omitted, today's date is assumed as end.
The path to the mounted data directory can be defined by the mountpoint
parameter.
The resulting STRDS will contain semantic labels according to the user defined bands
Import bands 4,8 as well as the cloudmask for July 2022 of the Sentinel-2 L2A MAJA collection of the EOLAB archive that is available via the /codede mountpoint
t.in.eoarchive start=2022-07-01 end=2022-07-31 bands=S2_B4,S2_B8,S2_CLM output=S2_july_2022 mountpoint=/codede archive=eolab collection=S2-L2A-MAJA
r.import
t.create
t.register
r.semantic.label
Guido Riembauer,
mundialis
SOURCE CODE
Available at:
t.in.eoarchive source code
(history)
Accessed: Tuesday Apr 16 17:33:33 2024
Main index |
Temporal index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2024
GRASS Development Team,
GRASS GIS 8.4.0dev Reference Manual