GeoPackage 📦

GeoPackage (GPKG)

Open Beta
.gpkg · application/geopackage+sqlite3

GeoPackage는 SQLite 기반의 단일 파일에 지오데이터를 저장하기 위한 최신 OGC 형식입니다. 레거시 Shapefile을 대체하며, 하나의 컨테이너에서 벡터 및 래스터 레이어를 지원합니다.

지금 GeoPackage 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

하나의 파일에 모든 레이어
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