[seiscomp, scanloc] Install, add .gitignore

This commit is contained in:
2025-10-09 15:07:02 +02:00
commit 20f5301bb1
2848 changed files with 1315858 additions and 0 deletions

View 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
&quot;locrouter&quot; 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>