全网唯一标准王
ICS75-010 E 07 备案号:38027—2013 中华人民共和国石油天然气行业标准 SY/T6932—2012 石油地质图形数据交换规范 Petroleum geological graphic data exchange specification 2012-1109发布 2013—0301实施 国家能源局 发布 SY/T6932—2012 目 次 前言 范围 2 规范性引用文件 术语和定义 3 平面图文件格式定义 4 录井图文件格式定义 5 多井连通剖面图文件格式定义· 6 30 交汇图文件格式定义 7 +7 附录A(规范性附录) 平面图文件格式说明 55 附录B(规范性附录) 录井图文件格式说明 109 附录C(规范性附录) 剖面图、对比图文件格式说明 150 附录D(规范性附录) 交汇图文件格式说明 157 参考文献 171 SY/T6932—2012 前 言 本标准按照GB/T1.1一2009《标准化工作导则 第1部分:标准的结构和编写》给出的规则 起草。 本标准由石油信息与计算机应用专业标准化技术委员会提出并归口。 本标准起草单位:大庆油田有限责任公司勘探开发研究院。 本标准主要起草人:吴钧、陈可为、熊华平、张铁刚、张全、于波、朱吉军。 SY/T6932—2012 石油地质图形数据交换规范 1范围 本标准规定了平面图、录井图、剖面图、对比图、交汇图的图形文件格式。 本标准适用于石油地质图形的存储。 2规范性引用文件 下列文件对于本文件的应用是必不可少的。凡是注日期的引用文件,仅注日期的版本适用于本文 件。凡是不注日期的引用文件,其最新版本(包括所有的修改单)适用于本文件。 SY/T5751石油地质岩石名称及颜色代码 XML1.0可扩展标记语言(Fxtensiblemarkuplanguage) 3术语和定义 下列术语和定义适用于本文件。 3. 1 矢量图vectorgraph 根据几何特性来绘制的图形,图形的构成元索包括点、线、矩形、多边形、圆和弧线等,这些元 素都是通过数学计算获得。量图形最大的优点是无论放大、缩小或旋转等不会失真,和分辨率无 关,文件占用空间较小。 3. 2 图层drawinglayer 图件中某一类图形元素集合的管理单元。 3. 3 XMLextensiblemarkuplanguage 可扩展标记语言,使用标签实现对数据含义自描述,通过标签树形层次结构化存储数据,是数据 定义与存储的国际标准。 3. 4 对象object 具有明确定义的边界和封装状态与行为特征的实体。 3.5 业务对象 businessobjects 根据业务中的名词从业务域中提取的对象,是简单的真实世界的软件抽象。 3. 6 地理信息 geographic information 直接或间接与地球位置相关的事物或现象的信息。 1 SY/T6932—2012 3. 7 笛卡儿坐标系Cartesiancoordinatesystem 给出与n个相互垂直轴相关的点的位置的坐标系。 3. 8 天地坐标系 geodeticcoordinatesystem 位置由大地经度和大地纬度及(在三维的情况下)大地高程确定的坐标系。 3. 9 投影坐标系 projectedcoordinatesystem 由地图投影产生的二维坐标系。 3. 10 坐标参照系 coordinate reference system 通过基准与现实世界相关的坐标系。 3.11 坐标 coordinate 用来指示N维空间中点的位置的数值序列。 3. 12 点point 零维几何元素,表示一个位置。 3. 13 曲线 curve 一维几何元素,表示一条线的连续映射。 3. 14 曲面surface 二维儿何元素,局部代表一个平面区域内连续的映射。 3. 15 数据体 datavolume 对相互之间存在一种或多种特定关系的数据进行组织和存储的集合。 3.16 网格数据 grid data 与特定参照系相对应空间的规则化数据,是计算机中以栅格结构存贮的内部数据。 4平面图文件格式定义 4.1语法规则 语法遵照XML1.0规定的语法规则。 4.2文件总体结构 文件总体结构包括文件头、打印模板集合、业务对象集合、样式对象集合、图层集合、数据体、 文件尾七个部分。 文件根标签是<Pcg>。 <xs:complexTypename="PcgType"> <xs:sequence> 2 SY/T6932—2012 <xs:element ref="Head"minOccurs="o"/> <xs:element ref = "PrintTemplates" minOccurs ="0"/> <xs:element ref = "Symbols" minOccurs ="o"/> <.xs:element ref="Embellish" minOccurs ="0"/> <xs:element ref ="Layers" minOcurs ="o"/> <xs:element ref ="Tail" minOccurs ="o"/> </xs: sequence> </xs:complexType> 4.3文件头 文件头记录整幅图相关的内容。 <xs:element name="Head"> <xs:complexType> <xs:sequence> <xs:element name= "Version" minOccurs ="0"> <xs:annotation> <xs:documentation>版本号</xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation>制图人</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "CreateDepartment" minOccurs = "o"> <xs:annotation> <xs:documentation>创建部门</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CreateTime" minOccurs ="o"> <xs:annotation> <xs:documentation>创建时间</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EditTime" minOccurs ="o"> <xs:annotation> <xs:documentation>修改时间</xs:documentation> </xs:annotation> </xs:element> <xs:element name="KeyWords" minOccurs="o"> <xs:documentation>关键词</xs:documentation> 3 SY/T6932—2012 </xs:annotation> </xs:element> <xsannotation> <xs:documentation>备注</xs:documentation> </xs:annotation> </xs:element> <xs:elementref="Projection"minOccurs="o"> <xs:annotation> <xs:documentation>投影参数</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MapRange" minOccurs ="0"> <xs:annotation> <xs:documentation>图件范围</xs:documentation> </xs:annotation> </xs:element.> <xs:annotation> <xs:documentation>显示范围</xs:documentation> </xs:annotation> </xs:element> <xs:elementname="Scale"minOccurs="o"> <xs:annotation> <xs:documentation>比例尺</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributename="X"/> <xs:attributename="Y"/> <xs:attribute name="Name"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> 投影参数的具体定义见A.1。 4.4打印模板集合 打印模板集合记录用户打印设置属性。 <xs:elementname="PrintTemplates"> <xs:complexType> <xs:sequence> <xs:element ref="PrintTemplate"minOccurs="o"maxOccurs="unbounded">

.pdf文档 SY-T 6932-2012 石油地质图形数据交换规范

文档预览
中文文档 175 页 50 下载 1000 浏览 0 评论 309 收藏 3.0分
温馨提示:本文档共175页,可预览 3 页,如浏览全部内容或当前文档出现乱码,可开通会员下载原始文档
SY-T 6932-2012 石油地质图形数据交换规范 第 1 页 SY-T 6932-2012 石油地质图形数据交换规范 第 2 页 SY-T 6932-2012 石油地质图形数据交换规范 第 3 页
下载文档到电脑,方便使用
本文档由 人生无常 于 2025-09-22 14:22:58上传分享
友情链接
站内资源均来自网友分享或网络收集整理,若无意中侵犯到您的权利,敬请联系我们微信(点击查看客服),我们将及时删除相关资源。