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

  • 相关阅读:
    nopcommerce商城系统--源代码结构和架构
    Unity3d Material(材质) 无缝拼接
    unity3d中的http通信 二
    unity3d中的http通信
    Unity3d webplayer获取url参数
    Unity3d 读取网络xml
    unity3d web.config设置
    Unity3d Web3d资源的动态加载
    Unity3d webplayer发布的问题和100%自适应浏览器
    Unity3d 与IOS 相互调用
  • 原文地址:https://www.cnblogs.com/seisjun/p/6274567.html
Copyright © 2011-2022 走看看