ASTM E2560-2007 Standard Specification for Data Format for Pavement Profile《路面轮廓数据格式标准规范》.pdf
《ASTM E2560-2007 Standard Specification for Data Format for Pavement Profile《路面轮廓数据格式标准规范》.pdf》由会员分享,可在线阅读,更多相关《ASTM E2560-2007 Standard Specification for Data Format for Pavement Profile《路面轮廓数据格式标准规范》.pdf(6页珍藏版)》请在麦多课文档分享上搜索。
1、Designation: E 2560 07Standard Specification forData Format for Pavement Profile1This standard is issued under the fixed designation E 2560; the number immediately following the designation indicates the year oforiginal adoption or, in the case of revision, the year of last revision. A number in par
2、entheses indicates the year of last reapproval. Asuperscript epsilon (e) indicates an editorial change since the last revision or reapproval.1. Scope1.1 This specification describes a data file format for pave-ment profile.1.2 This specification describes the variable sizes of all datathat will be s
3、tored in the file. The file is in binary format, andis fully documented in this specification.1.3 This specification is designed to be independent ofhardware platforms, computer languages, and Operating Sys-tem (OS)1.4 The values stated in SI units are to be regarded as thestandard. The values given
4、 in parentheses are for informationonly.1.5 This standard does not purport to address all of thesafety concerns, if any, associated with its use. It is theresponsibility of the user of this standard to establish appro-priate safety and health practices and determine the applica-bility of regulatory
5、limitations prior to use.2. Referenced Documents2.1 ASTM Standards:2E 867 Terminology Relating to Vehicle-Pavement Systems2.2 IEEE Standards:3IEEE 754 Binary Floating-Point Arithmetic (1985, Reaf-firmed 1990)3. Terminology3.1 Terminology used in this specification conforms to thedefinitions included
6、 in Terminology E 867.3.2 Definitions of Terms Specific to This Standard:3.3 Int32data type for a 32bit, signed integer.3.4 singledata type for a 32bit, signed real number, suchas, single precision IEEE floating point.3.5 4-byte stringan ASCII string of 4 characters in length.No null character is in
7、cluded at the end of the string.3.6 8-byte stringan ASCII string of 8 characters in length.No null character is included at the end of the string.3.7 array, (Int32, single)Sequence of data of the specifieddata type. Only the values are stored, but no information aboutthe array is stored.3.8 array (s
8、ingle)ASCII strings separated by a tab. Thereis no tab after the last string.3.9 Symbols:3.9.1 ntotal channels of elevation data.3.9.2 mtotal number of test locations (that is, data points).4. Profile Data Specifications4.1 File Structure4.1.1 The general file structure is divided into five sections
9、:(1) File Header, (2) Metadata; (3) Longitudinal Profile Data;(4) Transverse Profile Data; and (5) File Trailer. The fivesections are stored sequentially. (See Fig. 1.)4.1.2 Each of these portions of the file is described in thefollowing sections as well as the data types and other descrip-tors that
10、 will be required by the file. The data will be written tothe file sequentially, with the offsets listed in the file header asguides to find various portions of the file. It is important to notethat all offsets are relative to the beginning of the file. Becauseoffset values may not be known at the t
11、ime of writing the fileheader, these values need not be written. However, spare spacemust still be reserved for the offsets so that values can beupdated when known.4.2 File Header4.2.1 File header contains the information pertaining to thedata file type, software version information, and information
12、about the data contained (Table 1).4.3 Metadata4.3.1 Metadata is structured, descriptive information about aresource, or data about data. Using metadata in the binary fileformat will allow generic operating on the data informationabout which the reader software has no prior knowledge. Also,1This tes
13、t method is under the jurisdiction of ASTM Committee E17 on Vehicle- Pavement Systems and is the direct responsibility of Subcommittee E17.31 onMethods for Measuring Profile and Roughness.Current edition approved April 1, 2007. Published April 2007.2For referenced ASTM standards, visit the ASTM webs
14、ite, www.astm.org, orcontact ASTM Customer Service at serviceastm.org. For Annual Book of ASTMStandards volume information, refer to the standards Document Summary page onthe ASTM website.3Available from Institute of Electrical and Electronics Engineers, Inc. (IEEE),445 Hoes Ln., P.O. Box 1331, Pisc
15、ataway, NJ 08854-1331, http:/www.ieee.org.1Copyright ASTM International, 100 Barr Harbor Drive, PO Box C700, West Conshohocken, PA 19428-2959, United States.metadata will allow scalable evolution of the data descriptionwithout requiring simultaneous upgrades to all reader software.4.3.2 The first va
16、lue in the metadata portion will provide thenumber of metadata entries (MDE) and the information regard-ing each of them. Table 2 shows the information required toconstruct an appropriate MDE.4.3.3 The metadata tags are listed in Table 3, and can beused in any number or order. If no metadata tags ex
17、ist, numberof MDEs = 0.4.3.4 The names of the standard metadata entries (see Table8) are not stored in the metadata entry to conserve space andmore importantly, to allow for localization, that is, the file isnot tied to one written language. User-defined metadata entriescannot be arrays and the data
18、 type is always String.4.3.5 The storage convention for empty arrays is to store aone-byte value of the same data type as the array. For example,an array of singles 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-wis
19、e 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-processing to speed upsoftware reading and writing.4.4.2 If the data storage format, from metadata tag #522 inTable 9, equals 1 (that is, lo
20、cation-wise), the longitudinal datawill be stored as a sequence of current longitudinal distancefollowed by corresponding elevations of longitudinal sensors atFIG. 1 Layout of the File StructureTABLE 1 File HeaderVariable Name Data Type Data Default ValueSignature 4-byte string identifies file as be
21、ing written in the Standard Pavement ProfileFormat”SPPF”Version 4-byte string identifies the version number of the file format “1.01”SW version 8-byte string identifier of the software that produced the fire for example, “TGPA1.00”Metadata offset Int32 offset in bytes to the beginning of the metadat
22、a N/ALongitudinal offset Int32 offset in bytes to the beginning of the longitudinal profile data N/ATransverse data offset Int32 offset in bytes to the beginning of the transverse profile data N/ATABLE 2 MetadataVariable Name Data Type DataNumber of MDEs Int32 Number of MDEsE2560072NOTEAny tags not
23、listed below 1024 are reserved for future use.TABLE 3 Metadata Tags and DescriptionsRequired? Tag Name Data Type256 511: General Profiler and Location Informationyes 258 Section title String259 Profiler trade name and model number String260 Vehicle identification String261 Date data was collected(yy
24、yymmdd) String262 Time data was collected(hhmmss) String263 Profiler operator name String264 Average vehicle speed associated with data String265 Original filename before import String271 Agency district name String272 Agency district number Int32273 County name String274 County number Int32275 Near
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ASTME25602007STANDARDSPECIFICATIONFORDATAFORMATFORPAVEMENTPROFILE 路面 轮廓 数据格式 标准规范 PDF

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