Shapefile

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Category:Esri)
(Format documentation)
 
(3 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
== Format documentation ==
 
== Format documentation ==
 
* [http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf ESRI Shapefile Technical Description] ESRI, July 1998
 
* [http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf ESRI Shapefile Technical Description] ESRI, July 1998
 +
* [https://desktop.arcgis.com/en/arcmap/latest/manage-data/shapefiles/shapefile-file-extensions.htm Shapefile file extensions] - describing the multi-part format file name and extension conventions.
  
 
== Metaformat files ==
 
== Metaformat files ==
Line 18: Line 19:
 
== Software ==
 
== Software ==
 
* [http://www.osgeo.org/gdal_ogr Geospatial Data Abstraction Library (GDAL/OGR)] Cross platform C++ translator library for raster and vector geospatial data formats
 
* [http://www.osgeo.org/gdal_ogr Geospatial Data Abstraction Library (GDAL/OGR)] Cross platform C++ translator library for raster and vector geospatial data formats
 +
 +
== Sample files ==
 +
* {{DexvertSamples|image/esriShape}}
 +
* [https://gis-pdx.opendata.arcgis.com/ City of Portland Open GeoData]
  
 
== See also ==
 
== See also ==

Latest revision as of 12:01, 22 April 2026

File Format
Name Shapefile
Ontology
Extension(s) .shp, .shx, .dbf
LoCFDD fdd000280, fdd000326
PRONOM x-fmt/235, fmt/277

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

[edit] Format documentation

[edit] Metaformat files

[edit] Software

[edit] Sample files

[edit] See also

[edit] Other links and references

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox