Geolicious / flickr2qgis

flickr2qgis- a plugin for search and downloading flickr images
GNU General Public License v3.0
1 stars 1 forks source link

flickr2qgis

flickr2qgis- a plugin for search and downloading flickr images

Prerequisites

For a proper usage you need to install the flickrapi. And you need to get a flickr API key / secret key. This can be obtained easily at flickr.

flickrapi installation Windows

For Windows make sure to use the correct location of your QGIS Python version So Open up the OSGeo4W Shell and type easy_install flickrapi

flickrapi installation Ubuntu

Just install the easiest Python module installer Setuptools: sudo apt-get install python-setuptools and install flickrapi with: easy_install flickrapi