[QGIS-Developer] Support to loading GIS projects from an extended OWC geopackage in the QGIS core

Paul van Genuchten paul.vangenuchten at geocat.net
Fri Dec 15 05:40:07 PST 2017


Hi list, great to see so much enthusiasm for the suggested feature.
As you may know the GeoPackage standard itself by now already has quite a number of extensions. 

http://www.geopackage.org/extensions.html <http://www.geopackage.org/extensions.html>

It is to be expected that quite some of these extensions will also require a qgis plugin to access the extended data. Some of these extensions may act optimally if they are notified of a geopackage being opened (and are allowed to take over control of the thread). By allowing such a mechanism, developers may even write plugins that allow formats to be opened using qgis of which qgis before was not aware.

The suggested  plugin falls in this category, the functionality to open OWC-geopackage is either moved to core (check if the geopackage contains a qgis-projects table else check if it contains an OWC table else … finally open as plain tables). Alternatively core could provide a mechanism that allows plugins to hook in the file-open event.

I have no clue of the impact of such a change, just wanted to raise the topic to hear your thoughts.

Related to the auxiliary storage discussion. This sounds like a cool feature for which I sure see a use case. OGC is working on a similar initiative called the “table joining service” (http://www.opengeospatial.org/standards/tjs/ <http://www.opengeospatial.org/standards/tjs/>) and I even recently read a thread about someone suggesting to put queries (with joins and filters) as a base for an OWS Context layer. However since auxiliary storage currently is very specific for QGIS, this will not be in the scope of our work, which is targeting moving full GIS projects between GIS environments by using standards. However I invite everyone to join in the initiative and create an extension that specifically targets this use case.

We have to consider that the QGIS project file has a lot of fancy things which will not be present anymore after being converted to an OWS Context. So when users are exporting their project the interface should guide them in selecting the best format for their use case.

Regards, Paul.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20171215/d7157eb1/attachment.html>


More information about the QGIS-Developer mailing list