ASTM E2560-2013 Standard Specification for Data Format for Pavement Profile《路面轮廓数据格式的标准规范》.pdf
《ASTM E2560-2013 Standard Specification for Data Format for Pavement Profile《路面轮廓数据格式的标准规范》.pdf》由会员分享,可在线阅读,更多相关《ASTM E2560-2013 Standard Specification for Data Format for Pavement Profile《路面轮廓数据格式的标准规范》.pdf(10页珍藏版)》请在麦多课文档分享上搜索。
1、Designation: E2560 07E2560 13Standard 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 variable variables and sizes of all
3、data that will be stored in the file. The file is in binaryformat, and is fully documented in this specification.1.3 This specification is designed to be independent of hardware platforms, computer languages, and Operating System(OS)(OS).1.4 This standard does not purport to address all of the safet
4、y 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.2. Referenced Documents2.1 ASTM Standards:2E867 Terminology Relating to Vehicle
5、-Pavement Systems2.2 IEEE Standards:3IEEE 754IEEE 7542008 (2008) Binary Floating-Point Arithmetic (1985, Reaffirmed 1990)3. Terminology3.1 Definitions: Terminology used in this specification conforms to the definitions included in Terminology E867.3.1.1 Terminology used in this specification conform
6、s to the definitions included in Terminology E867.3.2 Definitions of Terms Specific to This Standard:3.2.1 signedinteger capable of representing negative values.3.2.2 unsignedinteger only capable of representing non-negative values.3.2.3 Int8data type for an 8-bit, unsigned integer.3.2.4 Int32data t
7、ype for a 32bit,32-bit, signed integer.3.2.5 singleSingledata type for a 32bit,32-bit, signed real number, such as, single precision IEEE floating point.3.2.6 Stringdata type for a variable-lengthASCII string. No null character is included at the end of the string.Aseparate fielddefines the length o
8、f the string.3.2.7 3-byte Stringan ASCII string of 3 characters in length. No null character is included at the end of the string.3.2.8 4-byte stringStringan ASCII string of 4 characters in length. No null character is included at the end of the string.3.2.9 8-byte stringStringan ASCII string of 8 c
9、haracters in length. No null character is included at the end of the string.3.2.10 array, (Int32, single)Array (numeric data type)Sequencesequence of data of the specified numeric data type. Onlythe values are stored, but no information about the array is stored.3.2.11 array (single)Array (String)AS
10、CII strings separated by a tab. There is no tab after the last string.1 This test 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 April
11、1, 2007June 1, 2013. Published April 2007July 2013. Originally approved in 2007. Last previous edition approved in 2007 as E2560 07.DOI: 10.1520/E2560-07.10.1520/E2560-13.2 For referencedASTM standards, visit theASTM website, www.astm.org, or contactASTM Customer Service at serviceastm.org. For Annu
12、al Book of ASTM Standardsvolume information, refer to the standards Document 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 stand
13、ard and is intended only to provide the user of an ASTM standard an indication 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
14、 only the current versionof the standard as published by ASTM is to be considered the official document.Copyright ASTM International, 100 Barr Harbor Drive, PO Box C700, West Conshohocken, PA 19428-2959. United States13.3 Symbols:3.3.1 ntotal channels of elevation data.3.3.2 mtotal number of test lo
15、cations (that is, data points).4. Profile Data Specifications4.1 File Structure4.1.1 The general file structure is divided into five sections: (1) File Header,Header; (2) Metadata; (3) Longitudinal Profile Data;(4) Transverse Profile Data; and (5) File Trailer. The five sections are stored sequentia
16、lly. (See Fig. 1.)4.1.2 Each of these portions of the file is described in the following sections, as well 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
17、portions of the file. It is important to note that all offsets are relative to the beginning of the file. 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 u
18、pdated when known.4.2 File Header4.2.1 File header contains the information pertaining to the data file type, software version information, and information aboutthe data contained (Table 1).4.3 Metadata4.3.1 Metadata is structured, descriptive information about a resource, or data about data. Using
19、metadata in the binary fileformat will allow generic operating on the data information about which the reader 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 t
20、he metadata portion will provide the number of metadata entries (MDE) and(Table 2 the). Table 3information regarding each of them. Table 2shows the information required to construct an appropriate MDE.4.3.3 The metadata tags are listed in Table 36, and can be used in any number or order. If no metad
21、ata tags exist, number ofMDEs = 0.FIG. 1 Layout of the File StructureTABLE 2 MetadataVariable Name Data Type DataNumber of MDEs Int32 Number of MDEsE2560 1324.3.4 The names of the standard metadata entries (see Table 83) are not stored in the metadata entry to conserve space and moreimportantly, to
22、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, anarray of singl
23、es with no elements would store a value of 0.4.4 Longitudinal Profile Data4.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 prevent data loss, while the other is appropriate for post-p
24、rocessing to speed up softwarereading and writing.4.4.2 If the data storage format, from metadata tag #522 inspecifies Table 9, equals 1 (that is, location-wise), location-wisestorage, the longitudinal data will be stored as a sequence of current longitudinal distance followed by corresponding eleva
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ASTME25602013STANDARDSPECIFICATIONFORDATAFORMATFORPAVEMENTPROFILE 路面 轮廓 数据格式 标准规范 PDF

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