https://github.com/alrico88/drophash
Code for DropHash website. Drop a GeoJSON and find the geohashes inside. Copy them to the clipboard or just check how the geohashes cover your map.
https://github.com/alrico88/drophash
filereader geohash javascript leaflet vue website
Last synced: about 1 month ago
JSON representation
Code for DropHash website. Drop a GeoJSON and find the geohashes inside. Copy them to the clipboard or just check how the geohashes cover your map.
- Host: GitHub
- URL: https://github.com/alrico88/drophash
- Owner: alrico88
- Created: 2018-02-17T16:10:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T11:12:14.000Z (about 8 years ago)
- Last Synced: 2025-10-11T17:22:15.027Z (8 months ago)
- Topics: filereader, geohash, javascript, leaflet, vue, website
- Language: JavaScript
- Homepage: http://drophash.herokuapp.com
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DropHash
Code for DropHash website. Drop a GeoJSON and find the geohashes inside. Copy them to the clipboard or just check how the geohashes cover your map.
To use, just drag and drop a GeoJSON file to the file input, and it will look for the geohashes inside it. After it has loaded, the map will show them.

Default precision is 6. You can easily change it using the dropdown. Be aware that more precision means more resource usage, so be careful with big GeoJSONs.
If you click over the list of GeoJSONs they will be copied to clipboard.

To run:
```
npm i
npm run start
```
Server runs on port 5000