Shapefile 🌎

ESRI Shapefile (SHP)

Open Beta
.shp.zip · application/zip

Shapefileは、地理情報システム(GIS)で最も普及したフォーマットです。ArcGIS、QGIS、MapInfoをはじめ、数十種類のアプリケーションで対応しています。エクスポートには.shp、.shx、.dbf、.prjファイルがZIPアーカイブで含まれます。

今すぐShapefileをエクスポート ✨ オープンベータ — 無料、制限なし

主な機能

SHP / SHX / DBF / PRJの完全なセット
属性データ(名称・種別)
WGS84座標系
ジオメトリレイヤーの分離
Example Shapefile export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

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

Format specifications

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.ruのインタラクティブ地図上で長方形またはポリゴンを描画します
2
Shapefileを選択
利用可能な127種類のエクスポートフォーマットの一覧からESRI Shapefile (SHP)を選択します
3
エクスポート
「エクスポート」をクリックすると、1〜5分で.shp.zipファイルを受け取れます
4
ダウンロード
完成したShapefileファイルをダウンロードし、ArcGISで開きます

エクスポート後の開き方

Shapefileの人気地図

フリー

ESRI Shapefile (SHP)の地図エクスポートを入手

OpenStreetMapからプロフェッショナルなShapefile地図をダウンロード。即時生成、任意の範囲に対応。

無料 /エクスポート
今すぐShapefileをエクスポート →

よくある質問

Shapefile を QGIS で開けますか?
どの属性が保持されますか?
どの投影法が使われますか?
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