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

  • 相关阅读:
    select2清除选择(选择框内的值)
    select2使用
    ASP.Net MVC 在ajax接收controller返回值为Json数据
    C# 页面向controller中跳转匹配方法的时候,当controller中有两个重载方法时候,不发生跳转
    Java自学之路(小白向)
    ASP.Net MVC 中EF实体的属性取消映射数据库、自定义名称
    RabbitMQ交换机
    Springboot集成RabbitMQ
    rabbitmq概念简介
    Docker安装rabbitMQ主从
  • 原文地址:https://www.cnblogs.com/seisjun/p/6274567.html
Copyright © 2011-2022 走看看