QGIS PlugIn to load and display Open Data from CKAN enabled data portals.
Sponsors:
DISCLAMER
This plugin has been tested with various CKAN servers (API v3 supported only), but each and everyone has its own quirks which might result in failed downloads.
The plugin queries the provided CKAN server, parse its response and tries to download resources according to the links provided in the response. If the provided metadata contains invalid links the plugin of course fails to download the selected resources.
Before opening an issue about a failed download please try to download the failing resource with a browser. If the download works in the browser then it might be a bug in the plugin.
Bonus points for including log messages in the issue:
CKAN Browser Settings -> Miscellaneous -> Check "Show debug information in the 'Log Messages' panel"
Plugins -> Manage and Install Plugins -> All -> Search: CKAN-Browser -> Install plugin
QGIS -> Manage and Install Plugins -> Install from ZIP
...
Install Plugin
git clone https://github.com/BergWerkGIS/QGIS-CKAN-Browser.git
cd QGIS-CKAN-Browser/CKAN-Browser
make clean
make derase
make deploy
After successful install there is a new toolbar available (click on
Settings
):
Save
settings and close<ENTER>
or click on 3
5
, 6
and
7
7
and copy to
clipboard in case automatic download does not work 6.2. Check the
box of the resource (or several, if supported by server) to
select for downloadLoad Data
to download the selected resources and automatically
open themThe list of available CKAN server intances gets prepopulated on every start from https://ckan.org/about/instances/ but is limited to those which provide an API URL.
Custom CKAN server instances can be added manually as well.
v3/
Delete
context menu to remove
the instance from the list. Only custom instances can be
deleted.