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

https://github.com/switz/gamehendge


https://github.com/switz/gamehendge

drone exif gatsby gps photography typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Gamehendge

## What is this

A friend of mine shoots a lot of drone photography. He wanted a simple tool that he can use in the field to quickly map image exif GPS data to a map so he can be sure no photos corrupted before heading home.

Click "Choose Files" and select multiple images w/ exif data. It'll place red dots onto the map. Refresh the page if you want to start fresh.

Visit https://saewitz.com/gamehendge to give it a swirl.

#### Screenshot

![website](https://i.imgur.com/w3SBPis.png)

That's it. That's all it does. Nothing more.

## Contributing

You want a new feature? Feel free to send a PR. You don't know how to code? Open an issue, and maybe I'll implement it. Maybe not. Enjoy.

## Developing

A nodejs >= 6.0.0 setup with [yarn](https://yarnpkg.com/) is recommended.

```bash
# install dependencies
yarn

# serve with hot reload at localhost:8000
npm start

# build for production
npm run build
```

## Credits

Built with [Gatsby](https://www.gatsbyjs.org/) - the blazing-fast static site generator for [React](https://facebook.github.io/react/).