https://github.com/thenick775/terbine-map
Fixed coordinate data from Terbine on an embedded interactive world map
https://github.com/thenick775/terbine-map
Last synced: 3 months ago
JSON representation
Fixed coordinate data from Terbine on an embedded interactive world map
- Host: GitHub
- URL: https://github.com/thenick775/terbine-map
- Owner: thenick775
- Created: 2019-12-11T22:45:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T20:14:45.000Z (over 4 years ago)
- Last Synced: 2025-01-22T09:32:57.520Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 101 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Terbine Static Location Map
This project was a fun exercise that has two main components, one to mine the data from Terbine, and one to preprocess and visualize the data on a world map.
Map Specifications
- The map currently includes fixed coordinate points, bounding boxes, and polygons.
- Zoom can get down to street level globally, as the map is now using the Open Street Map style.
- Independant traces can be selected using the legend, where a double click resets the map to show all traces.Tools Used:
- Data mining was done using Selenium in conjunction with headless chrome.
- Preprocessing of the data files was also done in python.
- The data visualization was accomplished using plotly and mapbox in R.To run and assemble the data, run the miner, then the assemble_widget.sh to process and visualize the data.
All scripts expect to be run in the directory where the resulting files are placed.To launch this project, you can potestaticmapboxv1.4.html and open it with your preferred browser,
or you can [try it live!](https://raw.githack.com/thenick775/Terbine-Map/master/potestaticmapboxv1.4.html)