All Projects → Visgean → photos2geojson

Visgean / photos2geojson

Licence: MIT license
html map gallery from photos

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to photos2geojson

slack-metabot
Extract metadata (EXIF) from uploaded files on Slack
Stars: ✭ 15 (-61.54%)
Mutual labels:  exif, exif-data-extraction, gps-location
Aphotomanager
Manage local photos on Android: gallery, geotag with photomap, privacy, tags, find, sort, view, copy, send, ... .
Stars: ✭ 164 (+320.51%)
Mutual labels:  photos, geolocation, exif
picsort
Organize your photos by date in one click 👏
Stars: ✭ 22 (-43.59%)
Mutual labels:  photos, exif
exif-loader
Extract EXIF- & IPTC-data from your JPGs during build-time.
Stars: ✭ 14 (-64.1%)
Mutual labels:  exif, exif-data-extraction
Magicalcamera
A library to take picture easy, transform your data in different format and save photos in your device
Stars: ✭ 327 (+738.46%)
Mutual labels:  photos, exif
Elodie
An EXIF-based photo assistant, organizer, manager and workflow automation tool.
Stars: ✭ 840 (+2053.85%)
Mutual labels:  photos, exif
Exifer
A lightweight Exif meta-data decipher.
Stars: ✭ 290 (+643.59%)
Mutual labels:  photos, exif
TinyEXIF
Tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG.
Stars: ✭ 87 (+123.08%)
Mutual labels:  exif, exif-data-extraction
Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (+412.82%)
Mutual labels:  photos, exif
facebook-data-image-exif
UI tool to add EXIF data back to images in a Facebook data export
Stars: ✭ 39 (+0%)
Mutual labels:  photos, exif
exiftool-json-db
Maintain a JSON database of photos and videos with their metadata
Stars: ✭ 18 (-53.85%)
Mutual labels:  photos, exif
flickrsavr
A preservation experiment to save photos from Flickr to your disk with the metadata embedded.
Stars: ✭ 17 (-56.41%)
Mutual labels:  photos
IP2Location-PHP-Module
This module is a PHP module that enables the user to find the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage types, address type, IAB category, etc that any IP address or host name originates from.
Stars: ✭ 154 (+294.87%)
Mutual labels:  geolocation
aaf-easyphotomap
📷 Easy Photo Map is a photomap application that displays the location of the photo on the map using the location information included in the photo.
Stars: ✭ 36 (-7.69%)
Mutual labels:  photomap
xuber2
An example ridesharing app built with Elixir
Stars: ✭ 24 (-38.46%)
Mutual labels:  geolocation
Litrato
Android photo editing app with various filters and tools. Included advanced features like masking, histogram, color picker, EXIF viewer...
Stars: ✭ 54 (+38.46%)
Mutual labels:  exif
google-photos-api-client-go
Google photos api client in go
Stars: ✭ 35 (-10.26%)
Mutual labels:  photos
osx-location
🌎 Utility for polling OS X Location Services for current geographic coordinates. Works on Lion or better.
Stars: ✭ 31 (-20.51%)
Mutual labels:  geolocation
ip2location-cakephp
IP2Location CakePHP plugin enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation, usage type, IP address type and IAB advertising category from IP address using IP2Location database.
Stars: ✭ 17 (-56.41%)
Mutual labels:  geolocation
jekyll-photos
Dead simple solution to add a photo gallery to a Jekyll site.
Stars: ✭ 47 (+20.51%)
Mutual labels:  photos

Photos Geojson (Map)

Searches recursively for photos and generates geojson map

Install:

$ pip3 install photos2geojson --user

Usage:

$ photos2geojson ~/Dropbox/

This will create file map.html that you can view in Browser (Firefox preferably as chrome might not display image orientation correctly).

Alternatively you might wish to create a Github Gist which will render the geojson:

$ photos2geojson ~/Dropbox/ -g

If you only want the geojson you can do it like this:

$ photos2geojson ~/Dropbox/ -o data.geojson

Screenshot of leaflet:

screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].