shapefile
Shapefile is a popular geospatial vector data format used by geographic information systems (GIS). It was developed by Esri in the 1990s as an interchange format to facilitate data sharing among different GIS software. A shapefile is not a single file; it consists of at least three mandatory files that share the same base name: .shp, which stores the geometry of features; .shx, which contains the shape index; and .dbf, a dBase table that holds attribute data for each feature. Optional files include .prj, which defines the coordinate reference system, and .cpg, which specifies character encoding for attribute data.
The geometry stored in a shapefile is vector data representing points, lines (arcs), and polygons, including
Limitations include the use of the dBase format for attributes with a field name length limit and
Today, shapefiles remain widely used for data exchange and quick mapping tasks. They are supported by virtually