[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
52
etc/descriptions/global_locrouter.xml
Normal file
52
etc/descriptions/global_locrouter.xml
Normal file
@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<seiscomp>
|
||||
<plugin name="LocRouter">
|
||||
<extends>global</extends>
|
||||
<description>
|
||||
Meta locator routing location requests of picks and origins to actual
|
||||
locator implementations.
|
||||
</description>
|
||||
<configuration>
|
||||
<group name="RouterLocator">
|
||||
<description>
|
||||
Locator parameters: Router. This locator requires the plugin
|
||||
"locrouter" to be loaded.
|
||||
</description>
|
||||
<parameter name="regions" type="string">
|
||||
<description>
|
||||
A GeoJSON or BNA file defining locator profiles by region.
|
||||
Supported polygon attributes:
|
||||
|
||||
name: Name of polygon
|
||||
|
||||
locator: Name of the locator interface
|
||||
|
||||
profile: Name of the locator specific profile
|
||||
|
||||
minDepth: Minimum depth in km
|
||||
|
||||
maxDepth: Minimum depth in km
|
||||
</description>
|
||||
</parameter>
|
||||
<group name="initial">
|
||||
<description>
|
||||
Configuration of initial locator used to create an
|
||||
initial solution based on a pick set. If a solution is
|
||||
found, relocate of the actual locator configured in the
|
||||
region file is invoked.
|
||||
</description>
|
||||
<parameter name="locator" type="string">
|
||||
<description>
|
||||
Name of the initial locator interface, e.g., LOCSAT.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="profile" type="string">
|
||||
<description>
|
||||
Profile name of the initial locator, e.g., iasp91.
|
||||
</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</group>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</seiscomp>
|
Reference in New Issue
Block a user