GeoPackage 📦

GeoPackage (GPKG)

Open Beta
.gpkg · application/geopackage+sqlite3

‏GeoPackage הוא פורמט OGC מודרני לאחסון נתונים גיאוגרפיים בקובץ יחיד מבוסס SQLite. תחליף ל-Shapefile מדור קודם, התומך בשכבות וקטור ורסטר במכל אחד.

ייצוא GeoPackage עכשיו ✨ Open Beta — חינם, ללא הגבלות

תכונות עיקריות

קובץ אחד — כל השכבות
פורמט 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

התוכנות והיישומים הבאים יכולים לפתוח, לערוך ולעבוד עם קבצי GeoPackage (GPKG) (.gpkg) שיוצאו מ-OSM2CDR:

🌎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
בחרו GeoPackage (GPKG) מתוך רשימת 127 פורמטי הייצוא הזמינים
3
ייצוא
לחצו על ייצוא וקבלו את קובץ ה-.gpkg שלכם תוך 1-5 דקות
4
הורדה
הורידו את קובץ ה-GeoPackage המוכן ופתחו אותו ב-QGIS

איך לפתוח לאחר הייצוא

מפות פופולריות בפורמט GeoPackage

חינם

קבלו ייצוא מפות בפורמט GeoPackage (GPKG)

הורידו מפות GeoPackage מקצועיות מ-OpenStreetMap. יצירה מיידית, לכל אזור.

חינם / ייצוא
ייצוא 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?

השוואה עם פורמטים אחרים

Convert to GeoPackage and back

GeoPackage guides and tutorials

פורמטים קשורים

מיוצאים יחד לעיתים קרובות

Related Articles