ESRI Shapefile is a vector data format developed by ESRI and one of the most widely used formats in GIS. A Shapefile actually consists of multiple files: .shp stores geometry, .shx stores spatial index, .dbf stores attributes, and .prj stores coordinate reference system information. Common practice is to package these files into a ZIP archive for distribution. Shapefile supports three basic geometry types: point, line, and polygon.
Standard: ESRI
MIME: application/octet-stream