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

SOD范例的更多相关文章

  1. “老坛泡新菜”:SOD MVVM框架,让WinForms焕发新春

    火热的MVVM框架 最近几年最热门的技术之一就是前端技术了,各种前端框架,前端标准和前端设计风格层出不穷,而在众多前端框架中具有MVC,MVVM功能的框架成为耀眼新星,比如GitHub关注度很高的Vu ...

  2. ExecuteOrDelayUntilScriptLoaded 还是 SP.SOD.executeFunc?

    SharePoint 客户端 JS 开发时,要等待 SharePoint 对象都加载完毕再调用自己的方法(myFunction),可以有两种方式: ExecuteOrDelayUntilScriptL ...

  3. 一年之计在于春,2015开篇:PDF.NET SOD Ver 5.1完全开源

    前言: 自从我2014年下半年到现在的某电商公司工作后,工作太忙,一直没有写过一篇博客,甚至连14年股票市场的牛市都错过了,现在马上要过年了,而今天又是立春节气,如果再不动手,那么明年这个无春的年,也 ...

  4. C# 7.0 新功能代码范例

    随着新版本的IDE Visual Studio 15 紧锣密鼓的开发中,2016年8月24日,微软发布了与之配套的C# 7.0 preview 的新特性. 其主要特性有: 内联声明out变量 (Out ...

  5. SOD让你的旧代码焕发青春

    最近接手了一个旧的系统,各种陈旧的问题比较多,其中最棘手的就是操作数据库的部分,具体如下: 1.核心库是一个最后修改时间为2008年的库,先不说有多陈旧,现在这个库只是一个DLL文件,没有源码,也已经 ...

  6. Information Management Policy(信息管理策略)的使用范例

    基础知识 很多人都会定期收拾自己的书架或者抽屉,把里面过旧的资料拿走,为新的资料腾出空间来,这样既可以节省空间,而且当冗余资料过多的时候也会降低你查找的速度和效率.那么,在企业的SharePoint中 ...

  7. 春节前最后一篇,CRUD码农专用福利:PDF.NET之SOD Version 5.1.0 开源发布(兼更名)

    废话不多说,直接入正题,明天赶着坐火车回老家过年. 从2013.10.1日起,原PDF.NET将更名为 SOD :- one SQL-MAP,ORM,Data Control framework 原P ...

  8. Java学习笔记13---一个循环程序的设计范例

    package welcome; import java.util.Scanner; /* * 一个循环程序的设计范例 * 首先编写仅执行一次的程序(当无循环时) * 循环的设计步骤: * 1.确定程 ...

  9. [liusy.api-SMJ]-创建工程范例 MAVEN archetype 学习阶段(一)

    由于这个架构需要好多不同能力的工程,为了创建方便减少冗余,创建工程范例尤为重要 学习阶段: 参考资料 http://maven.apache.org/archetype/maven-archetype ...

随机推荐

  1. java web项目启动进入首页的配置方式(包含过滤跳转首页实现)

    本文为博主原创,未经允许不得转载: 项目启动成功,进入首页的方式,我们往往在web.xml 中通过以下的方式默认进入跳转首页, <welcome-file-list> <welcom ...

  2. org.apache.shiro.session.InvalidSessionException: java.lang.IllegalStateException: getAttribute: Session already invalidated] with root cause

    1.遇到以下异常,找了好长时间,终于解决,报的异常如下: 七月 07, 2017 3:02:16 下午 org.apache.catalina.core.StandardWrapperValve in ...

  3. C# 读取txt文件内容

    if (!System.IO.File.Exists(@"E:\\111.txt")) { Console.Write("没有找到文件!"); } System ...

  4. python 时间戳转元组

    #!/usr/bin/python # -*- coding: UTF- -*- import time localtime = time.localtime(time.time()) print(& ...

  5. cqlsh 一个错误

    C:\Users\jasqia>cqlsh 10.215.70.158 1433Can't detect Python version! http://zqhxuyuan.github.io/2 ...

  6. [ios]MKMapView中使用MKPolyline画线

    参考:http://blog.sina.com.cn/s/blog_9e8867eb0101dt76.html 首先在MapView.h中 #import <MapKit/MapKit.h> ...

  7. c++ primer plus 第六章 课后题答案

    #include <iostream> #include <cctype> using namespace std; int main() { char in_put; do ...

  8. Flutter学习笔记(二)

    *.assets 当引用图片的时候,需要在pubspec.yaml的文件中的flutter下添加assets,类似于下面的样子: image.png 这里需要注意的是文件里的assets只要一个缩进即 ...

  9. C#复制文件

    string pLocalFilePath ="";//要复制的文件路径 string pSaveFilePath ="";//指定存储的路径 if (File ...

  10. yii新手在实例化models(controller调用models实化化)php warning错误

    新手在执照yii教程来的时候,config/main.php文件是全新写的,post提交的时候,会出错 include(LoginForm.php) [<a href='function.inc ...