Quantcast
Channel: QGIS – Digital Geography
Viewing all articles
Browse latest Browse all 87

The new flickr2qgis plugin for QGIS

$
0
0
In the last week I saw a post on the German ESRI page called GIS-IQ which featured a new widget for ArcGIS which needs you to have the “ArcGIS Web AppBuilder Developer Edition 1.2”. This widget lets you fetch images from flickr and probably show it on the map. I haven’t tried it yet but I thought: lets build something similar for QGIS… so here is my flickr API plugin for QGIS

The Beta of flickr2QGIS

So let’s get it straight: It’s far from perfect. But see for yourself:


There are plenty of issues at the moment and it most likely won’t work on 80% of your machines… But: it downloads images for keywords and regions/places, has a geocoder embedded and let’s you download found images right away.
flickr2qgis geo-search

Images taken in Berlin as fetched with flickr2qgis

Berlin images found with flickr2qgis

Images tagged with the keyword Berlin

Prerequisites

At the moment the plugin requires you to install the Python Flickr API called flickrapi and to get a flickr API key. The latter one is probably the simplest as you just need to register at the Flickr page and copy the keys into the plugin (tab “keys”).
flickr2qgis plugin

flickr2qgis plugin for QGIS

The plugin was build on the latest QGIS version 2.13.1 so there might be issues with older QGIS versions that I am not aware of. Furthermore there was no testing at this stage with Windows versions…

Known Issues

At the moment the implementation shows images after processing which might lead to an unresponsive qgis for quite a moment. Additionally all images are now shown as a categorized layer which is cartographic nonsense but I wasn’t able to implement the function proposed here by Nathan. And I just fought with symbols in QGIS the python way…! I won the fight but the war is not over yet. I also would like to mention two ressources which helped me a lot: But regarding the issues again: At the moment the result layer is stored in the local tmp folder as well as all the images.

Use, Test, Contribute

As for now, the plugin is only available via github and the official repository as experimental plugin.

The post The new flickr2qgis plugin for QGIS appeared first on Digital Geography.


Viewing all articles
Browse latest Browse all 87

Trending Articles