licsar2caps¶
Reads LICSAR data products from URL and pushes it to a CAPS server.
Description¶
Reads LICSAR data products from URL and pushes it to a CAPS server.
Note
This module is currently tailored to only load data from JASMIN: LICSAR products [7]
For other servers a modification are required. Please contact us at info@gempa.de.
The input.streamsFile is used to select which products to load.
For example:
## Iceland
155D_02484_191814
009D_02504_202119
111D_02490_152021
The input.products determines what types of products are actually fetched
and matches them to a channel code.
For example:
geo.unw.tif:UNW
geo.cc.tif:CC
Module Configuration¶
etc/defaults/global.cfgetc/defaults/licsar2caps.cfgetc/global.cfgetc/licsar2caps.cfg~/.seiscomp/global.cfg~/.seiscomp/licsar2caps.cfglicsar2caps inherits global options.
Note
Modules/plugins may require a license file. The default path to license
files is @DATADIR@/licenses/ which can be overridden by global
configuration of the parameter gempa.licensePath. Example:
gempa.licensePath = @CONFIGDIR@/licenses
- input.baseUrl¶
Default:
https://gws-access.jasmin.ac.uk/public/nceo_geohazards/LiCSAR_products/Type: string
Directory to monitor for incoming files
- input.streamsFile¶
Type: string
Streams configuration file
- input.products¶
Default:
geo.unw.tif:UNWType: string:list
Selects which products are fetched from the web page. Each entry defines a mapping between file extension and channel code.
- input.pollInterval¶
Default:
60Unit: s
Type: string
Polling interval in seconds.
- input.reprocess¶
Default:
falseType: boolean
Forces reprocessing of the last received grid at start.
- input.processLatestOnly¶
Default:
falseType: boolean
Fetch and process last grid of the selcted time window only.
- input.startTime¶
Type: string
Sets the start time for the data acquistion. The default start time is the current time. The following time formats are supported: "%F", "%F %T", "%F %T.%Z", "%FT%T" and "%FT%T.%Z", e.g., 2023-11-01 or 2023-11-01 00:00:00.
- output.addr¶
Default:
caps://localhost:18003Type: string
Data output URL [[caps|capss]://][user:pass@]host[:port].
- output.directory¶
Type: string
Data output directory.
- filter.enabled¶
Default:
falseType: boolean
Enable/disable grid filtering
- filter.threshold¶
Type: double
Threshold for the definition of significant displacement based on the configured percentile calculation. If the computed value is less or equal the computed value the grid is not taken into account.
- filter.percentile¶
Default:
99.9Type: double
Percentile of the absolute values of the displacement grid for the definition of the threshold
- journal.file¶
Default:
@ROOTDIR@/var/run/licsar2caps/journalType: string
File for storing the state of processed data
Command-Line Options¶
Generic¶
- -h, --help¶
Show help message.
- -V, --version¶
Show version information.
- --config-file file¶
The alternative module configuration file. When this option is used, the module configuration is only read from the given file and no other configuration stage is considered. Therefore, all configuration including the definition of plugins must be contained in that file or given along with other command-line options such as --plugins.
- --plugins arg¶
Load given plugins.
- -D, --daemon¶
Run as daemon. This means the application will fork itself and doesn’t need to be started with &.
Verbosity¶
- --verbosity arg¶
Verbosity level [0..4]. 0:quiet, 1:error, 2:warning, 3:info, 4:debug.
- -v, --v¶
Increase verbosity level (may be repeated, e.g., -vv).
- -q, --quiet¶
Quiet mode: no logging output.
- --print-component arg¶
For each log entry print the component right after the log level. By default the component output is enabled for file output but disabled for console output.
- --component arg¶
Limit the logging to a certain component. This option can be given more than once.
- -s, --syslog¶
Use syslog logging backend. The output usually goes to /var/lib/messages.
- -l, --lockfile arg¶
Path to lock file.
- --console arg¶
Send log output to stdout.
- --debug¶
Execute in debug mode. Equivalent to --verbosity=4 --console=1 .
- --trace¶
Execute in trace mode. Equivalent to --verbosity=4 --console=1 --print-component=1 --print-context=1 .
- --log-file arg¶
Use alternative log file.