Format
ESRI Arc/View ShapeFile
Summary
- Name
- ESRI Arc/View ShapeFile
- Identifiers
- PUID: x-fmt/235
- Format type
- GIS
- Description
- A shapefile stores none topological geometry and attribute information for the spatial features in a data set. The geometry for a feature is stored as a shape comprising a set of vector coordinates. Shapefiles can support point, line, and area features. Area features are represented as closed loop, double-digitized polygons. Attributes are held in a dBASE format file. An ESRI shapefile consists of a main file, an index file, and a dBASE table. The main file is a direct access, variable-record-length file in which each record describes a shape with a list of its vertices. In the index file, each record contains the offset of the corresponding main file record from the beginning of the main file. The dBASE table contains feature attributes with one record per feature. The one-to-one relationship between geometry and attributes is based on record number. Attribute records in the dBASE file must be in the same order as records in the main file.
- File extensions
-
shp - Source
- The National Archives and Records Administration / The National Archives and Records Administration
Internal signatures
ESRI Arc/View ShapeFile
- Note
- 100-byte header (file code, version), then first record number. | Magic No. (4 bytes) | Unused (20 bytes) | File Length (4 bytes) | Version (1000 (decimal), little endian - 4 bytes) | Other - (68 bytes) | First Record No. (4 bytes) |
Byte sequences
- Min Frag Length
- Absolute from BOF
- Offset
- 0
- Max offset
- None
- Byte Sequence
0000270A0000000000000000000000000000000000000000{4}E8030000{68}00000001- Endianness
- None