zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    设计模式(5)>模板方法
    设计模式(2)>工厂方法模式
    分支限界>装载问题
    解决Oracle 11g在用EXP导出时,空表不能导出
    设计模式(7)>观察者模式
    算法>并行算法
    设计模式(15)>桥接模式
    设计模式(9)>迭代器模式
    设计模式(11)>建造者模式
    设计模式(17)>中介者模式
  • 原文地址:https://www.cnblogs.com/seisjun/p/6274567.html
Copyright © 2011-2022 走看看