Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OGC GeoPackage (GPKG) format for Vector feature up/download #341

Closed
GoogleCodeExporter opened this issue May 10, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

GeoPackage (GPKG), see http://www.geopackage.org is the upcoming OGC standard 
for storing and exchanging both vector and raster (for now tiles) information 
in a single file. The file-format is based on SQLite. 
GPKG is touted as "The Shapefile of the Future": 
http://elogeo.nottingham.ac.uk/xmlui/handle/url/247

Ongoing implementation of the GPKG can be found in a.o. GDAL OGR (1.11 dev 
branch): 
http://www.gdal.org/ogr/drv_geopackage.html (work by Paul Ramsey). 

As Heron already support up/download via heron.cgi and heron.cgi is using 
ogr2ogr (from GDAL/OGR) already, it would be quite trivial to add support for 
GPKG. The requirement is to install the latest GitHub version of GDAL by 
compiling from source or using prefab downloads. 

Only some small changes are required in Heron:

- one/two-line addition to heron.cgi to recognize .gpkg
- extend config for some examples for FeaturePanel and Drawing and apps


Original issue reported on code.google.com by [email protected] on 11 Mar 2014 at 11:38

@GoogleCodeExporter
Copy link
Author

Most examples involving up/download now include GeoPackage. Probably Heron is 
the first viewer now to support GeoPackage! See the showcase app KadViewer for 
examples, e.g. download in drawing:

http://kadviewer.kademo.nl/

See also some general notes on GeoPackage, from my presentation, that triggered 
including GPKG in Heron.
http://www.justobjects.nl/jo/assets/presentation/geopackage1

Note: to use in your environment you need to install the very latest dev 
version of GDAL (v1,11dev)!!!

Original comment by [email protected] on 12 Mar 2014 at 1:11

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant