Shapefile
Sign in to saveAlso known as ESRI Shapefile
formato de archivo informático para el intercambio de información geográfica
Key facts
- File format.name
- Shapefile
- File format.screenshot
- Image:Simple vector map.svg
- File format.caption
- A vector map, with points, polylines and polygons
- File format._noextcode
- on
- File format.extension
- , ,
- File format.mime
- application/vnd.shp
- File format.genre
- GIS
- File format.owner
- Esri
- File format.standard
- Shapefile Technical Description
via Wikipedia infobox
Described at
Shapefile file extensions—ArcMap | Documentation
The shapefile may appear as a single file in ArcGIS, but on disk it is composed of several files organized in a workspace. Each file extension represents specific information.
desktop.arcgis.com →Shapefiles are a simple, nontopological format for storing the geometric location and attribute information of geographic features. A shapefile is one of the spatial data formats that you can work with and edit in ArcGIS. The shapefile format defines the geometry and attributes of geographically referenced features in three or more files with specific file extensions that should be stored in the same project workspace. They are: .shp—The main file that stores the feature geometry; required. .shx—The index file that stores the index of the feature geometry; required. .dbf—The dBASE table that stores the attribute information of features; required. .sbn and .sbx—The files that store the spatial index of the features. .fbn and .fbx—The files that store the spatial index of the features for shapefiles that are read-only. .ain and .aih—The files that store the attribute index of the active fields in a table or a theme's attribute table. .atx—An .atx file is created for each shapefile or dBASE attribute index created in ArcCatalog. ArcView GIS 3.x attribute indexes for shapefiles and dBASE files are not used by ArcGIS. A new attribute indexing model has been developed for shapefiles and dBASE files. .ixs—Geocoding index for read/write shapefiles. .mxs—Geocoding index for read/write shapefiles (ODB format). .prj—The file that stores the coordinate system information; used by ArcGIS. .xml—Metadata for ArcGIS—stores information about the shapefile. .cpg—An optional file that can be used to specify the codepage for identifying the characterset to be used. Each file must have the same prefix, for example, roads.shp, roads.shx, and roads.dbf. When viewing shapefiles in ArcCatalog (or any ArcGIS application), you will only see one file representing the shapefile; however, you can use Windows Explorer to view all the files associated with a shapefile. When copying shapefiles, it is recommended that you do so in ArcCatalog or by using a geoprocessing tool. However, if you do copy a shapefile outside ArcGIS, be sure to copy all the files that make up the shapefile.
Excerpt from a page describing this subject · 3,326 chars · not written by Vinony
Article · Español
El formato ESRI Shapefile (SHP) es un formato de archivo informático propietario de datos espaciales desarrollado por la compañía ESRI, quien crea y comercializa software para Sistemas de Información Geográfica como Arc/Info o ArcGIS. Originalmente se creó para la utilización con su producto ArcView GIS, pero actualmente se ha convertido en formato estándar de facto para el intercambio de información geográfica entre Sistemas de Información Geográfica por la importancia que los productos ESRI tienen en el mercado SIG y por estar muy bien documentado. Un shapefile es un formato vectorial de almacenamiento digital donde se guarda la localización de los elementos geográficos y los atributos asociados a ellos. No obstante carece de capacidad para almacenar información topológica. Es un formato multiarchivo, es decir está generado por varios ficheros informáticos. El número mínimo requerido es de tres y tienen las extensiones siguientes: * .shp - es el archivo que almacena las entidades geométricas de los objetos. * .shx - es el archivo que almacena el índice de las entidades geométricas. * .dbf - es la base de datos, en formato dBASE, donde se almacena la información de los atributos de los objetos. Además de estos tres archivos requeridos, opcionalmente se pueden utilizar otros para mejorar el funcionamiento en las operaciones de consulta a la base de datos, información sobre la proyección cartográfica, o almacenamiento de metadatos. Estos archivos son: * .prj - Es el archivo que guarda la información referida al sistema de coordenadas en formato WKT. * .sbn y .sbx - Almacena el de las entidades. * .fbn y .fbx - Almacena el índice espacial de las entidades para los shapefiles que son inalterables (solo lectura). * .ain y .aih - Almacena el índice de atributo de los campos activos en una tabla o el tema de la tabla de atributos. * .xml - Almacena los metadatos del shapefile.
Abstract from DBpedia / Wikipedia · CC BY-SA