GeoPackage: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K (Software Support)
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
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]].
  
Zeile 20: Zeile 22:
 
* [[OGR]] since version 1.11
 
* [[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.3 (10.2.1: via SDK only? [http://blogs.esri.com/esri/arcgis/2014/04/14/support-for-ogc-geopackages-in-arcgis/])
 +
* [https://bitbucket.org/luciad/libgpkg/downloads libgpkg]
 +
* [http://www.eisenhutinformatik.ch/interlis/ili2gpkg/ ili2gpkg]  
  
  
 
[[Kategorie:Standard]] [[Kategorie:Dateiformat]]
 
[[Kategorie:Standard]] [[Kategorie:Dateiformat]]

Aktuelle Version vom 2. Dezember 2016, 00:56 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