https://github.com/switz/gamehendge
https://github.com/switz/gamehendge
drone exif gatsby gps photography typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/switz/gamehendge
- Owner: switz
- License: mit
- Created: 2019-07-26T16:54:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T23:05:22.000Z (over 4 years ago)
- Last Synced: 2025-06-09T15:45:52.572Z (about 1 year ago)
- Topics: drone, exif, gatsby, gps, photography, typescript
- Language: TypeScript
- Homepage: https://switz.github.io/gamehendge/
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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/).