t.register.local [-eamorsf] [input=name] [files=Comma separated list of files to register[,Comma separated list of files to register,...]] [register_file=string] output=name [semantic_labels=Input file with configuration for semantic labels ("-" = stdin)] [semantic_label_pattern=Pattern for reading semantic labels from file name (e.g.: "(VV|VH)_dbi_[0-9]+_(ascending|descending)")] [long_name=string] [suffix=string] [time_format=string] [file_pattern=string] [start_time=string] [end_time=string] [color=style] [nodata=Source nodata] [units=string] [nprocs=integer] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
-e
Extend existing STRDS
-a
Auto-adjustment for lat/lon
-m
Read data range from metadata
-o
Override projection check (use current location's projection)
-r
Create fast link without data range
-s
Second time stamp in file name represents the stop time
-f
Filter files using modification time (default is logical time stamp in file name)
--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
Name of input directory
files=Comma separated list of files to register[,Comma separated list of files to register,...]
Comma separated list of files to register
register_file=string
CSV-like file with files to import containing map_name,start,stop,semantic_label,file_name,metadata_json
output=name[required]
Name of the output space time raster dataset
semantic_labels=Input file with configuration for semantic labels ("-" = stdin)
File with mapping of band numbers, variables or subdatasets to semantic labels
semantic_label_pattern=Pattern for reading semantic labels from file name (e.g.: "(VV|VH)_dbi_[0-9]+_(ascending|descending)")
Pattern for reading semantic labels from file name (e.g.: "(VV|VH)_dbi_[0-9]+_(ascending|descending)")
long_name=string
Descriptive long name of the phenomenon the raster maps represent
suffix=string
Suffix of files to register
Suffix of files to register
time_format=string
datetime string format description for extracting date/time from file name (e.g. "%Y%m%d_%H%M")
Default extracts 8 numbers between underscores
Default: "%Y%m%d"
file_pattern=string
Regular expression for filtering files based on file name
Regular expression for filtering files based on file name
t.register.local links all local raster data files in a given
input directory, with a given file_pattern, and a given
suffix to the GRASSDB. Time stamps are extracted from the file
name with a user defined time_format regular expression.
The start_time option allows to register only files newer than
the given time stamp in ISO format (%Y%m%d) optionally including "%H:%M"
A semantic_labels file can be used to filter bands in the
input files and assign semantic labels to them.
The resulting output SpaceTimeRasterDataset can be described with
a long_name and units the raster data represent.
In addition, nodata values of the source data and a color
map can be defined
The raster maps can also be registered into an existing SpaceTimeRasterDataset
if the e-flag is set.
This module is not sensitive to the current region and mask settings.
Parallel processing is supported, depending on the number of specified
parallel processes (nprocs) and the number of input maps to
register.