Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Visgean/photos2geojson
html map gallery from photos
https://github.com/Visgean/photos2geojson
exif exif-data-extraction geolocation gps-location photo-mapping photomap photos
Last synced: 2 months ago
JSON representation
html map gallery from photos
- Host: GitHub
- URL: https://github.com/Visgean/photos2geojson
- Owner: Visgean
- License: mit
- Created: 2017-03-15T03:21:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T01:25:33.000Z (over 4 years ago)
- Last Synced: 2024-10-02T00:39:55.884Z (3 months ago)
- Topics: exif, exif-data-extraction, geolocation, gps-location, photo-mapping, photomap, photos
- Language: Python
- Homepage:
- Size: 4.77 MB
- Stars: 50
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://raw.githubusercontent.com/Visgean/photos2geojson/master/screen.png "Screenshot")