Shapefile 🌎

ESRI Shapefile (SHP)

Open Beta
.shp.zip · application/zip

Shapefile is the most popular format in geographic information systems (GIS). Supported by ArcGIS, QGIS, MapInfo, and dozens of other applications. Export includes .shp, .shx, .dbf, and .prj files in a ZIP archive.

Export Shapefile now ✨ Open Beta — free, no limits

Key Features

Complete SHP/SHX/DBF/PRJ set
Attribute data (names, types)
WGS84 projection
Separate geometry layers
Example Shapefile export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

About Shapefile Format

The shapefile was invented by ESRI in the early 1990s, and it is still the most widespread exchange format in GIS: it is read by ArcGIS, QGIS, MapInfo, GRASS, GeoPandas, PostGIS and by almost anything that can work with a map at all. Formally it is not one file but a set: geometry, an index, an attribute table, a description of the coordinate system and of the encoding.

Data is exported to a shapefile when it goes into somebody else's workflow: hand it to a contractor, load it into a municipal GIS, put it into a project where this has been the practice for years. The format is old and has limitations, but that is exactly why it is guaranteed to open without questions.

What is in the archive: a ZIP where each layer sits in its own folder as a full set of files — roads separately, buildings separately — with a README.txt description next to them. That is not done for looks: one shapefile stores only one geometry type, points, lines and polygons physically cannot live together. The coordinates are WGS84 (EPSG:4326), and the OpenStreetMap attributes are written into the table in UTF-8.

Worth knowing up front: field names are limited to ten characters and long names get truncated, and the geometry file cannot exceed 2 GB. If these limits get in the way — take GeoPackage: the same layers in one modern file and without such restrictions.

What Program Opens Shapefile Files

The following programs and applications can open, edit, and work with ESRI Shapefile (SHP) (.shp.zip) files exported from OSM2CDR:

🌎ArcGIS 🌎QGIS 🌎MapInfo 🌎GRASS GIS 💻GeoPandas (Python) 💻PostGIS

Format specifications

Who Uses Shapefile Maps

🏗
GIS analysis
OSM layers with attributes, ready for spatial operations in QGIS, ArcGIS or GeoPandas.
💻
Urban planning
A base for analyzing built-up density, development and accessibility in urban studies.
📊
Environmental studies
Boundaries of green zones, water bodies and land use for environmental assessments.
🎨
Transport planning
A road network with road types for computing routes and transport accessibility.
🗺
Telecommunications
A geographic base for network planning: routes, coverage and connection points on real development.

How to Export Shapefile

1
Select area
Draw a rectangle or polygon on the interactive map at osm2cdr
2
Choose Shapefile
Select ESRI Shapefile (SHP) from the list of 127 available export formats
3
Export
Click Export and receive your .shp.zip file in 1-5 minutes
4
Download
Download the ready Shapefile file and open it in ArcGIS

How to Open After Export

Popular maps in Shapefile

Free

Get ESRI Shapefile (SHP) map exports

Download professional Shapefile maps from OpenStreetMap. Instant generation, any area.

Free / export
Export Shapefile now →

Frequently Asked Questions

Can I open Shapefile in QGIS?
What attributes are preserved?
What projection is used?
Why are there several folders in the archive instead of one file?
Why are the field names cut off?
What do I do if a layer is too big?

Compare with Other Formats

Related Formats

Frequently Exported Together

Related Articles