GeoPackage: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 1: Zeile 1:
 
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.
 
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.
 +
 +
  Homepage: http://www.geopackage.org/
  
 
Don't confuse with package as a high-level bundling of files or software or as part of programming structures. "Geodata Package File Formats" typically include symbology and styling:
 
Don't confuse with package as a high-level bundling of files or software or as part of programming structures. "Geodata Package File Formats" typically include symbology and styling:
Zeile 9: Zeile 11:
  
 
Implementation:  
 
Implementation:  
* Specification: http://www.geopackage.org/ and http://www.ogcnetwork.net/geopackage
+
* 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 2. Juli 2015, 16:47 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.

 Homepage: http://www.geopackage.org/ 

Don't confuse with package as a high-level bundling of files or software or as part of programming structures. "Geodata Package File Formats" typically include symbology and styling:

Introduction

Implementation:

Other sources:

Software Support

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