https://github.com/tpltnt/flickr2geo
a simple scraper to extract geo-data from flickr
https://github.com/tpltnt/flickr2geo
Last synced: 2 months ago
JSON representation
a simple scraper to extract geo-data from flickr
- Host: GitHub
- URL: https://github.com/tpltnt/flickr2geo
- Owner: tpltnt
- License: agpl-3.0
- Created: 2014-02-03T17:59:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-04T08:21:26.000Z (over 11 years ago)
- Last Synced: 2025-01-23T00:41:15.345Z (4 months ago)
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
flickr2geo
==========A simple scraper to extract geo-data from flickr, nothing fancy. If you are up to a sophisticated use, check the [flickr API](https://secure.flickr.com/services/api/).
The output labels latitude and longiture explicitly and has a final [awk](https://en.wikipedia.org/wiki/Awk)-friendly line. The latitude for example can be extracted with ```./flickr2geo flickr-url | grep awk | awk '{print $3}'```. Released under [AGPLv3 (or later versions)](https://www.gnu.org/licenses/agpl-3.0.html).