GeoPackage: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K (Introduction)
Zeile 9: Zeile 9:
  
 
Implementation:  
 
Implementation:  
* Specification: http://www.ogcnetwork.net/geopackage
+
* Specification: http://www.geopackage.org/ and http://www.ogcnetwork.net/geopackage
 
* GeoPackage is based on concepts from [[Spatialite]] (vector) and [[MBTiles]].
 
* GeoPackage is based on concepts from [[Spatialite]] (vector) and [[MBTiles]].
  

Version vom 8. Mai 2014, 03:00 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]