SOD范例

SOD申请台站波形数据范例:

<?xml version="1.0"?>
<sod>
    <eventArm>
        <fdsnEvent>
            <originTimeRange>
                <startTime>2016-4-15T16:25:00.000Z</startTime> 
             <endTime>2016-4-15T16:25:10.000Z</endTime>
            </originTimeRange>
            <magnitudeRange>
                <min>6.5</min>
                <max>7.5</max>
            </magnitudeRange>
        </fdsnEvent>
        <originOR>
            <originAND>
                <magnitudeRange>
                    <min>6.5</min>
                </magnitudeRange>
                <originDepthRange>
                    <unit>KILOMETER</unit>
                    <min>6</min>
                    <max>11</max>
                </originDepthRange>
            </originAND>
            <magnitudeRange>
                <min>6.5</min>
            </magnitudeRange>
        </originOR>
        <printlineEventProcess/>
    </eventArm>
    <networkArm>
        <fdsnStation/>
        <stationOR> 
                <networkCode>JP</networkCode>
                <networkCode>II</networkCode>
            <stationAND>
                <networkCode>KG</networkCode>
                <stationCode>TJN</stationCode>
             </stationAND>
             <stationAND>
                <networkCode>IM</networkCode>
                <stationCode>KSAR</stationCode>
             </stationAND>
             <stationAND>
                <networkCode>IM</networkCode>
                <stationCode>KS31</stationCode>
             </stationAND>
             <stationAND>
                <networkCode>IU</networkCode>
                <stationCode>INCN</stationCode>
             </stationAND>
              <stationAND>
                    <networkCode>IC</networkCode>
                    <stationCode>MDJ</stationCode>
              </stationAND>
              <stationAND>
                    <networkCode>TW</networkCode>
                    <stationCode>SSLB</stationCode>
                 </stationAND>

               <stationAND>
                    <networkCode>TW</networkCode>
                    <stationCode>YULB</stationCode>
                  </stationAND>
             <stationAND>
                <networkCode>TW</networkCode>
                <stationCode>YWGB</stationCode>
              </stationAND>
              <stationAND>
                <networkCode>JP</networkCode>
                <stationCode>JEW</stationCode>
             </stationAND>
             <stationAND>
                <networkCode>IC</networkCode>
                <stationCode>BJT</stationCode>
             </stationAND>
             <stationAND>
                <networkCode>JP</networkCode>
                <stationCode>JKA</stationCode>
             </stationAND>
             <stationAND>
                <networkCode>JP</networkCode>
                <stationCode>JEM</stationCode>
            </stationAND>
            <stationAND>
                 <networkCode>IC</networkCode>
                 <stationCode>ENH</stationCode>    
           </stationAND>
             <stationAND>
                <networkCode>IC</networkCode>
                <stationCode>ENH</stationCode>
             </stationAND>
             <stationAND>
                <networkCode>IC</networkCode>
                <stationCode>QIZ</stationCode>
             </stationAND>
             <stationAND>
                <networkCode>IM</networkCode>
                <stationCode>SONM</stationCode>
            </stationAND>
         </stationOR>
         <gainCode>H</gainCode>
         <printlineChannelProcess/>
    </networkArm>
    <waveformArm>
        <distanceRange>
            <unit>DEGREE</unit>
            <min>10</min>
            <max>100</max>
        </distanceRange>
        <phaseRequest>
            <model>prem</model>
            <beginPhase>ttp</beginPhase>
            <beginOffset>
                <unit>SECOND</unit>
                <value>-900</value>
            </beginOffset>
            <endPhase>tts</endPhase>
            <endOffset>
                <unit>SECOND</unit>
                <value>120</value>
            </endOffset>
        </phaseRequest>
        <fdsnDataSelect/>
        <someCoverage/>
        <printlineSeismogramProcess/>
        <sacWriter/>
    </waveformArm>
</sod>

 改自具神的demo.xml

原文地址:https://www.cnblogs.com/seisjun/p/6274567.html