|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<seiscomp> |
| 3 | + <module name="scmapcut" category="Utilities"> |
| 4 | + <description>Create image files containing maps of specific regions.</description> |
| 5 | + <command-line> |
| 6 | + <group name="Generic"> |
| 7 | + <optionReference>generic#help</optionReference> |
| 8 | + <optionReference>generic#version</optionReference> |
| 9 | + <optionReference>generic#config-file</optionReference> |
| 10 | + <optionReference>generic#plugins</optionReference> |
| 11 | + <optionReference>generic#daemon</optionReference> |
| 12 | + <optionReference>generic#auto-shutdown</optionReference> |
| 13 | + <optionReference>generic#shutdown-master-module</optionReference> |
| 14 | + <optionReference>generic#shutdown-master-username</optionReference> |
| 15 | + </group> |
| 16 | + |
| 17 | + <group name="Verbosity"> |
| 18 | + <optionReference>verbosity#verbosity</optionReference> |
| 19 | + <optionReference>verbosity#v</optionReference> |
| 20 | + <optionReference>verbosity#quiet</optionReference> |
| 21 | + <optionReference>verbosity#component</optionReference> |
| 22 | + <optionReference>verbosity#syslog</optionReference> |
| 23 | + <optionReference>verbosity#lockfile</optionReference> |
| 24 | + <optionReference>verbosity#console</optionReference> |
| 25 | + <optionReference>verbosity#debug</optionReference> |
| 26 | + <optionReference>verbosity#log-file</optionReference> |
| 27 | + </group> |
| 28 | + |
| 29 | + <group name="Cities"> |
| 30 | + <option flag="" long-flag="city-xml" argument="arg" type="string"> |
| 31 | + <description> |
| 32 | + Path to the cities.xml file. If undefined the data is read from |
| 33 | + @CONFIGDIR@/cities.xml@ or @DATADIR@/cities.xml@. |
| 34 | + </description> |
| 35 | + </option> |
| 36 | + </group> |
| 37 | + |
| 38 | + <group name="Options"> |
| 39 | + <option flag="r" long-flag="region" argument="arg" type="string" unit="degree"> |
| 40 | + <description> |
| 41 | + Cut region ([lat_dim]x[lon_dim]+lat0+lon0 or +lat0+lon+lat1+lon1) |
| 42 | + </description> |
| 43 | + </option> |
| 44 | + <option flag="m" long-flag="margin" argument="arg" type="string" unit="degree"> |
| 45 | + <description> |
| 46 | + Margin in degrees around origin (margin|margin_latxmargin_lon) |
| 47 | + </description> |
| 48 | + </option> |
| 49 | + <option flag="d" long-flag="dimension" argument="arg" type="string" unit="px"> |
| 50 | + <description> |
| 51 | + Output image dimension (wxh) |
| 52 | + </description> |
| 53 | + </option> |
| 54 | + <option flag="o" long-flag="output" argument="arg" type="string" unit=""> |
| 55 | + <description> |
| 56 | + Output image, file name |
| 57 | + </description> |
| 58 | + </option> |
| 59 | + <option flag="" long-flag="lat" argument="arg" type="float" unit="degree"> |
| 60 | + <description> |
| 61 | + Latitude of symbol |
| 62 | + </description> |
| 63 | + </option> |
| 64 | + <option flag="" long-flag="long" argument="arg" unit="degree"> |
| 65 | + <description> |
| 66 | + Longitude of symbol |
| 67 | + </description> |
| 68 | + </option> |
| 69 | + <option flag="" long-flag="depth" argument="arg" unit="km"> |
| 70 | + <description> |
| 71 | + Depth of event |
| 72 | + </description> |
| 73 | + </option> |
| 74 | + <option flag="" long-flag="mag" argument="arg" unit=""> |
| 75 | + <description> |
| 76 | + Magnitude of event |
| 77 | + </description> |
| 78 | + </option> |
| 79 | + <option flag="" long-flag="layers" argument="arg" unit=""> |
| 80 | + <description> |
| 81 | + Draw polygonal layers |
| 82 | + </description> |
| 83 | + </option> |
| 84 | + <option flag="" long-flag="ep" argument="arg" unit=""> |
| 85 | + <description> |
| 86 | + Name of XML file containing the event parameters to load |
| 87 | + </description> |
| 88 | + </option> |
| 89 | + <option flag="E" long-flag="event-id" argument="arg" unit=""> |
| 90 | + <description> |
| 91 | + EventID of the event to plot on map |
| 92 | + </description> |
| 93 | + </option> |
| 94 | + <option flag="" long-flag="html-area" argument="arg" unit=""> |
| 95 | + <description> |
| 96 | + Print html/area section |
| 97 | + </description> |
| 98 | + </option> |
| 99 | + </group> |
| 100 | + </command-line> |
| 101 | + </module> |
| 102 | +</seiscomp> |
0 commit comments