GeoPackage: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 4: Zeile 4:
 
* [[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]]
* [[Spatialite]]
+
* [[Spatialite]] and [[MBTiles]]
  
 
== Introduction ==
 
== Introduction ==
Zeile 10: Zeile 10:
 
Implementation:  
 
Implementation:  
 
* Specification: http://www.ogcnetwork.net/geopackage
 
* Specification: http://www.ogcnetwork.net/geopackage
 +
* GeoPackage is based on concepts from [[Spatialite]] (vector) and [[MBTiles]].
  
 
Talks:
 
Talks:
 
* "GeoPackage, das Shapefile der Zukunft" ("''GeoPackage the Shapefile of the future''"), by Pirmin Kalberer at FOSSGIS 2013: [http://www.fossgis.de/konferenz/2013/programm/events/519.de.html]
 
* "GeoPackage, das Shapefile der Zukunft" ("''GeoPackage the Shapefile of the future''"), by Pirmin Kalberer at FOSSGIS 2013: [http://www.fossgis.de/konferenz/2013/programm/events/519.de.html]
  
Support:
+
== Software Support ==
* [[OGR]] Version 1.10
+
* [[OGR]] since version 1.11
 
* [[QGIS]] via [[OGR]]
 
* [[QGIS]] via [[OGR]]
 
* ArcGIS - 10.2.1: via SDK only? [http://blogs.esri.com/esri/arcgis/2014/04/14/support-for-ogc-geopackages-in-arcgis/]
 
* ArcGIS - 10.2.1: via SDK only? [http://blogs.esri.com/esri/arcgis/2014/04/14/support-for-ogc-geopackages-in-arcgis/]

Version vom 4. Mai 2014, 15:31 Uhr

GeoPackage is a universal file format for vector and raster 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 GeoTIFF and especially Shapefile.

See also other "Geodata Package File Formats" which typically include also symbology and styling:

Introduction

Implementation:

Talks:

  • "GeoPackage, das Shapefile der Zukunft" ("GeoPackage the Shapefile of the future"), by Pirmin Kalberer at FOSSGIS 2013: [1]

Software Support

  • OGR since version 1.11
  • QGIS via OGR
  • ArcGIS - 10.2.1: via SDK only? [2]