ASTM E2560-2017 Standard Specification for Data Format for Pavement Profile《路面轮廓数据格式的标准规格》.pdf
《ASTM E2560-2017 Standard Specification for Data Format for Pavement Profile《路面轮廓数据格式的标准规格》.pdf》由会员分享,可在线阅读,更多相关《ASTM E2560-2017 Standard Specification for Data Format for Pavement Profile《路面轮廓数据格式的标准规格》.pdf(12页珍藏版)》请在麦多课文档分享上搜索。
1、Designation: E2560 13E2560 17Standard Specification forData Format for Pavement Profile1This standard is issued under the fixed designation E2560; the number immediately following the designation indicates the year oforiginal adoption or, in the case of revision, the year of last revision. A number
2、in parentheses indicates the year of last reapproval. Asuperscript epsilon () indicates an editorial change since the last revision or reapproval.1. Scope1.1 This specification describes a data file format for pavement profile.1.2 This specification describes the variables and sizes of all data that
3、 will be stored in the file. The file is in binary format, andis fully documented in this specification.1.3 This specification is designed to be independent of hardware platforms, computer languages, and Operating Systemoper-ating system (OS).1.4 This standard does not purport to address all of the
4、safety concerns, if any, associated with its use. It is the responsibilityof the user of this standard to establish appropriate safety and health practices and determine the applicability of regulatorylimitations prior to use.1.5 This international standard was developed in accordance with internati
5、onally recognized principles on standardizationestablished in the Decision on Principles for the Development of International Standards, Guides and Recommendations issuedby the World Trade Organization Technical Barriers to Trade (TBT) Committee.2. Referenced Documents2.1 ASTM Standards:2E867 Termin
6、ology Relating to Vehicle-Pavement Systems2.2 IEEE Standards:3IEEE 7542008 (2008) Floating-Point Arithmetic3. Terminology3.1 Definitions:3.1.1 Terminology used in this specification conforms to the definitions included in Terminology E867.3.2 Definitions of Terms Specific to This Standard:3.2.1 sign
7、edinteger capable of representing negative values.3.2.2 unsignedinteger only capable of representing non-negative values.3.2.3 Int8int8data type for an 8-bit, unsigned integer.3.2.4 Int32int32data type for a 32-bit, signed integer.3.2.5 Singlesingledata type for a 32-bit, signed real number, such as
8、, single precision IEEE floating point.3.2.6 Stringstringdata type for a variable-length ASCII string. No null character is included at the end of the string. Aseparate field defines the length of the string.3.2.7 3-byte StringstringanASCII string of 3three characters in length. No null character is
9、 included at the end of the string.3.2.8 4-byte StringstringanASCII string of 4four characters in length. No null character is included at the end of the string.3.2.9 8-byte StringstringanASCII string of 8eight characters in length. No null character is included at the end of the string.1 This test
10、method is under the jurisdiction of ASTM Committee E17 on Vehicle - Pavement Systems and is the direct responsibility of Subcommittee E17.31 on Methodsfor Measuring Profile and Roughness.Current edition approved June 1, 2013June 1, 2017. Published July 2013June 2017. Originally approved in 2007. Las
11、t previous edition approved in 20072013 asE2560 07.E2560 13. DOI: 10.1520/E2560-13.10.1520/E2560-17.2 For referencedASTM standards, visit theASTM website, www.astm.org, or contactASTM Customer Service at serviceastm.org. For Annual Book of ASTM Standardsvolume information, refer to the standards Doc
12、ument Summary page on the ASTM website.3 Available from Institute of Electrical and Electronics Engineers, Inc. (IEEE), 445 Hoes Ln., P.O. Box 1331, Piscataway, NJ 08854-1331, http:/www.ieee.org.This document is not an ASTM standard and is intended only to provide the user of an ASTM standard an ind
13、ication of what changes have been made to the previous version. Becauseit may not be technically possible to adequately depict all changes accurately, ASTM recommends that users consult prior editions as appropriate. In all cases only the current versionof the standard as published by ASTM is to be
14、considered the official document.Copyright ASTM International, 100 Barr Harbor Drive, PO Box C700, West Conshohocken, PA 19428-2959. United States13.2.10 Arrayarray (numeric data type)sequence of data of the specified numeric data type. Only the values are stored,stored;no information about the arra
15、y is stored.3.2.11 Array (String)array (string)ASCII strings separated by a tab. There is no tab after the last string.3.3 Symbols:3.3.1 ntotal channels of elevation data.3.3.2 mtotal number of test locations (that is, data points).4. Profile Data Specifications4.1 File Structure:4.1.1 The general f
16、ile structure is divided into five sections: (1) File Header; (2) Metadata; (3) Longitudinal Profile Data; (4)Transverse Profile Data; and (5) File Trailer. The five sections are stored sequentially. (See Fig. 1.)4.1.2 Each of these portions of the file is described in the following sections, as wel
17、l as the data types and other descriptors thatwill be required by the file. The data will be written to the file sequentially, with the offsets listed in the file header as guides tofind various portions of the file. It is important to note that all offsets are relative to the beginning of the file.
18、 Because offset valuesmay not be known at the time of writing the file header, these values need not be written. However, spare space must still bereserved for the offsets so that values can be updated when known.4.2 File HeaderFile header contains the information pertaining to the data file type, s
19、oftware version information, andinformation about the data contained (Table 1).4.3 Metadata:4.3.1 Metadata is structured, descriptive information about a resource, or data about data. Using metadata in the binary fileformat will allow generic operating on the data information about which the reader
20、software has no prior knowledge. Also,metadata will allow scalable evolution of the data description without requiring simultaneous upgrades to all reader software.4.3.2 The first value in the metadata portion will provide the number of metadata entries (MDE) (Table 2). Table 3 shows theinformation
21、required to construct an appropriate MDE.4.3.3 The metadata tags are listed in Table 4, and can be used in any number or order. If no metadata tags exist, number ofMDEs = 0.4.3.4 The names of the standard metadata entries (see Table 3) are not stored in the metadata entry to conserve space and morei
22、mportantly, to allow for localization, that is, the file is not tied to one written language. User-defined metadata entries cannot bearrays and the data type is always String.4.3.5 The storage convention for empty arrays is to store a one-byte value of the same data type as the array. For example, a
23、narray of singles with no elements would store a value of 0.FIG. 1 Layout of the File StructureE2560 1724.4 Longitudinal Profile Data:4.4.1 There are two ways to store the profile data: location-wise and array-wise. The first method is appropriate for datarecording during profile data collection to
24、prevent data loss, while the other is appropriate for post-processing to speed up softwarereading and writing.4.4.2 If the data storage format, from metadata tag #522 specifies location-wise storage, the longitudinal data will be stored asa sequence of current longitudinal distance followed by corre
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ASTME25602017STANDARDSPECIFICATIONFORDATAFORMATFORPAVEMENTPROFILE 路面 轮廓 数据格式 标准 规格 PDF

链接地址:http://www.mydoc123.com/p-531409.html