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
SOD范例的更多相关文章
- “老坛泡新菜”:SOD MVVM框架,让WinForms焕发新春
火热的MVVM框架 最近几年最热门的技术之一就是前端技术了,各种前端框架,前端标准和前端设计风格层出不穷,而在众多前端框架中具有MVC,MVVM功能的框架成为耀眼新星,比如GitHub关注度很高的Vu ...
- ExecuteOrDelayUntilScriptLoaded 还是 SP.SOD.executeFunc?
SharePoint 客户端 JS 开发时,要等待 SharePoint 对象都加载完毕再调用自己的方法(myFunction),可以有两种方式: ExecuteOrDelayUntilScriptL ...
- 一年之计在于春,2015开篇:PDF.NET SOD Ver 5.1完全开源
前言: 自从我2014年下半年到现在的某电商公司工作后,工作太忙,一直没有写过一篇博客,甚至连14年股票市场的牛市都错过了,现在马上要过年了,而今天又是立春节气,如果再不动手,那么明年这个无春的年,也 ...
- C# 7.0 新功能代码范例
随着新版本的IDE Visual Studio 15 紧锣密鼓的开发中,2016年8月24日,微软发布了与之配套的C# 7.0 preview 的新特性. 其主要特性有: 内联声明out变量 (Out ...
- SOD让你的旧代码焕发青春
最近接手了一个旧的系统,各种陈旧的问题比较多,其中最棘手的就是操作数据库的部分,具体如下: 1.核心库是一个最后修改时间为2008年的库,先不说有多陈旧,现在这个库只是一个DLL文件,没有源码,也已经 ...
- Information Management Policy(信息管理策略)的使用范例
基础知识 很多人都会定期收拾自己的书架或者抽屉,把里面过旧的资料拿走,为新的资料腾出空间来,这样既可以节省空间,而且当冗余资料过多的时候也会降低你查找的速度和效率.那么,在企业的SharePoint中 ...
- 春节前最后一篇,CRUD码农专用福利:PDF.NET之SOD Version 5.1.0 开源发布(兼更名)
废话不多说,直接入正题,明天赶着坐火车回老家过年. 从2013.10.1日起,原PDF.NET将更名为 SOD :- one SQL-MAP,ORM,Data Control framework 原P ...
- Java学习笔记13---一个循环程序的设计范例
package welcome; import java.util.Scanner; /* * 一个循环程序的设计范例 * 首先编写仅执行一次的程序(当无循环时) * 循环的设计步骤: * 1.确定程 ...
- [liusy.api-SMJ]-创建工程范例 MAVEN archetype 学习阶段(一)
由于这个架构需要好多不同能力的工程,为了创建方便减少冗余,创建工程范例尤为重要 学习阶段: 参考资料 http://maven.apache.org/archetype/maven-archetype ...
随机推荐
- UVa 1411 Ants(分治)
https://vjudge.net/problem/UVA-1411 题意:n只蚂蚁和n颗苹果树,一一配对并且不能交叉. 思路:这就是巨人与鬼的问题.用分治法就行了. #include<ios ...
- Linux——vim/vi 简单学习笔记
Vim/Vi是一个功能强大的全屏幕文本编辑器,是Linux/UNIX上最常用的文本编辑器,它的作用是建立.编辑.显示文本文件.Vim/Vi 没有菜单,只有命令. 早前也用过Vim变过C++/C的代码, ...
- shell 函数调用
例一 #!/bin/bash create_link() { filelist=`ls $` for file in $filelist do echo $/$file done } create_l ...
- MongoDB(课时22 唯一索引)
3.6.1 唯一索引 唯一索引的主要目的是用在某一个字段上,使该字段的内容不重复. 范例:创建唯一索引 db.students.ensureIndex({"name" : 1}, ...
- docker 出现 Error response from daemon
第一步:通过dig @114.114.114.114 registry-1.docker.io找到可用IP navy@deepin:~/Desktop$ dig @.docker.io ; <& ...
- windows 启用ipv6(for XX-net)补充“Ping请求找不到主机”问题
ipv6.google.com 有点地方直接能启用,有的时候不行. 导致在xx - net 里无法启用ipv6 这样搞试试 netsh int ipv6 isatap set state enable ...
- centos 6.5 安装mplayer
https://centos.pkgs.org/6/linuxtech/mplayer-1.0.4-3.el6.x86_64.rpm.html
- angular5表单验证问题
例举一个patten的列子 可能出现的问题,表单元素需要添加name属性 还有的验证如maxlength,minlength,required等 一.验证某一个表单元素如下 *ngIf="s ...
- threejs和particles.js
particles.js 在线配置的东西: http://vincentgarreau.com/particles.js/ https://threejs.org/ http://thehuub.co ...
- Enter键实现按钮相同功能
1.在所在的按钮(Enter键功能)的容器上加上onkeydown="saveForKeyDown()",通常加载body上 <!-- 添加窗口--> <div ...