GeoPackage 📦

GeoPackage (GPKG)

Open Beta
.gpkg · application/geopackage+sqlite3

GeoPackageは、地理データをSQLiteベースの単一ファイルに格納するための最新のOGCフォーマットです。旧来のShapefileに代わるもので、ベクターレイヤーとラスターレイヤーを1つのコンテナで扱えます。

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

主な機能

1つのファイルに全レイヤー
SQLite形式
OGC標準
ベクター・ラスターレイヤーに対応
Example GeoPackage export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

GeoPackageフォーマットについて

GeoPackage is an OGC standard adopted in 2014. Under the hood it is an ordinary SQLite database in which layers, geometry and metadata are laid out by the standard's rules. A single .gpkg file can hold any number of vector layers, rasters, styles and tables without geometry.

It was devised as the replacement for the shapefile, and it cured all of its ailments: field names of any length, UTF-8 with no tricks, no set of companion files that must never be separated, and no two-gigabyte limit. Today GeoPackage is the default format in QGIS and the standard exchange unit in many organizations.

Each map layer becomes a separate table with its own OpenStreetMap attributes and a spatial index that is built automatically. Coordinates are WGS84 (EPSG:4326). All of it in one file: convenient to send, to put in the cloud or to take with you into the field.

You can also work with it as a database: a .gpkg opens in any SQLite client, and ordinary SQL queries apply to the layers.

GeoPackageファイルを開けるプログラム

次のプログラムおよびアプリケーションは、OSM2CDRからエクスポートしたGeoPackage (GPKG)(.gpkg)ファイルを開き、編集し、利用できます:

🌎QGIS 🌎ArcGIS 💻GeoServer 💻MapServer 💻SpatiaLite GUI 💻GDAL/OGR

Format specifications

GeoPackage地図を利用するユーザー

🏗
モダンな GIS 解析
All the layers of the area in one file, ready for analysis in QGIS or ArcGIS.
💻
オフライン地図
The whole map sits in a single file and works with no internet.
📊
モバイル GIS
QField, Mergin Maps and other field apps take a .gpkg as their main source.
🎨
Shapefile の置き換え
No limits on field names, no companion files, no encoding trouble.
🗺
データ交換
One file instead of an archive — easy to send to a colleague or a contractor.

GeoPackageのエクスポート方法

1
範囲を選択
osm2cdr.ruのインタラクティブ地図上で長方形またはポリゴンを描画します
2
GeoPackageを選択
利用可能な127種類のエクスポートフォーマットの一覧からGeoPackage (GPKG)を選択します
3
エクスポート
「エクスポート」をクリックすると、1〜5分で.gpkgファイルを受け取れます
4
ダウンロード
完成したGeoPackageファイルをダウンロードし、QGISで開きます

エクスポート後の開き方

GeoPackageの人気地図

フリー

GeoPackage (GPKG)の地図エクスポートを入手

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

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

よくある質問

GeoPackage が Shapefile より優れている点は?
GeoPackage を QGIS で開けますか?
How do I find out which layers are inside the file?
Which coordinate system do the layers arrive in?
Can I edit the file and add my own layers?

他のフォーマットと比較

関連フォーマット

よく一緒にエクスポートされるフォーマット

Related Articles