Shapefile 🌎

ESRI Shapefile (SHP)

Open Beta
.shp.zip · application/zip

Shapefile 是地理信息系统(GIS)中最流行的格式。ArcGIS、QGIS、MapInfo 及数十种其他应用均支持。导出内容包含 .shp、.shx、.dbf 和 .prj 文件,打包为 ZIP 压缩包。

立即导出 Shapefile ✨ Open Beta — 免费无限制

主要特点

完整的 SHP/SHX/DBF/PRJ 文件集
属性数据(名称、类型)
WGS84 投影
独立的几何图层
Shapefile 格式导出示例(莫斯科中心,1x0.5 公里)
示例:莫斯科中心区,约 1x0.5 公里,中等详细度

关于 Shapefile 格式

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.

打开 Shapefile 文件的程序

以下程序可以打开、编辑和处理从 OSM2CDR 导出的 ESRI Shapefile (SHP)(.shp.zip)文件:

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

格式规格

谁在使用 Shapefile 地图

🏗
GIS 分析
OSM layers with attributes, ready for spatial operations in QGIS, ArcGIS or GeoPandas.
💻
城市规划
A base for analyzing built-up density, development and accessibility in urban studies.
📊
环境研究
Boundaries of green zones, water bodies and land use for environmental assessments.
🎨
交通规划
A road network with road types for computing routes and transport accessibility.
🗺
电信行业
A geographic base for network planning: routes, coverage and connection points on real development.

如何导出 Shapefile

1
选择区域
在 osm2cdr 的交互式地图上绘制矩形或多边形
2
选择 Shapefile
从 127 种可用导出格式中选择 ESRI Shapefile (SHP)
3
导出
点击导出,1–5 分钟内收到您的 .shp.zip 文件
4
下载
下载完成的 Shapefile 文件并在 ArcGIS 中打开

导出后如何打开

Shapefile 格式的热门地图

Free

导出 ESRI Shapefile (SHP) 地图

从 OpenStreetMap 下载专业的 Shapefile 地图。即时生成,任意区域。

免费 / 导出
立即导出 Shapefile →

常见问题

我能在 QGIS 中打开 Shapefile 吗?
会保留哪些属性?
使用什么投影?
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?

与其他格式比较

相关格式

经常一起导出

Related Articles