Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 851 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 851 Bytes

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