GeoPackage: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 1: Zeile 1:
See also:
+
GeoPackage is a universal file format for geodata. It’s open, standards-based, application and platform independent, and self-describing. And since its built on top of [[SQLite]], all you need to know is SQL to use GeoPackages on any desktop or mobile OS on the market. GeoPackage is the modern alternative to formats like Shapefile.
 +
 
 +
See also other "Geodate Package File Formats":
 
* [[ArcGIS#Layer_Package_and_Map_Package | ArcGIS Layer Package and ArcGIS Map Package]]
 
* [[ArcGIS#Layer_Package_and_Map_Package | ArcGIS Layer Package and ArcGIS Map Package]]
 
* [[QGIS_All-in-one_Project_Plugin | QGIS All-in-one Project Plugin]]
 
* [[QGIS_All-in-one_Project_Plugin | QGIS All-in-one Project Plugin]]

Version vom 4. Mai 2014, 14:35 Uhr

GeoPackage is a universal file format for geodata. It’s open, standards-based, application and platform independent, and self-describing. And since its built on top of SQLite, all you need to know is SQL to use GeoPackages on any desktop or mobile OS on the market. GeoPackage is the modern alternative to formats like Shapefile.

See also other "Geodate Package File Formats":

Introduction

Implementation:

Talks:

  • "GeoPackage, das Shapefile der Zukunft", by Pirmin Kalberer: [1]

Support:

  • OGR Version 1.10
  • QGIS via OGR
  • ArcGIS - 10.2.1: via SDK only? [2]