Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

html map gallery from photos

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")