Shapefile

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Metaformat files)
Line 13: Line 13:
 
== Metaformat files ==
 
== Metaformat files ==
  
* [https://www.synalysis.net/Grammars/shp.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]])
+
* [https://www.synalysis.net/Grammars/shp.grammar Synalysis grammar file for SHP] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]])
 +
* [https://www.synalysis.net/Grammars/shx.grammar Synalysis grammar file for SHX] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]])
  
 
== Software ==
 
== Software ==

Revision as of 20:43, 31 January 2015

File Format
Name Shapefile
Ontology
Extension(s) .shp .shx .dbf
PRONOM x-fmt/235

The Shapefile from ESRI is a proprietary but openly documented and widely used geospatial vector format. A shapefile can store a collection of geospatial features (points, lines, and/or polygons) together with attribute details (such as labels and associated measurements) for the features. A shapefile is actually a cluster of files, which share an 8-character filename, but use different extensions. A shapefile consists minimally of a main file, an index file, and a dBASE table (.shp, .shx, and .dbf). The cluster of files is typically stored in the same file directory or project workspace. The main file (.shp) contains the primary geographic reference data in the shapefile. The .dbf file (in dBase format) stores the attribute data. The .shx file is a positional index to features in the .shp file.

Contents

Format documentation

Metaformat files

Software

See also

Other links and references

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox