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

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

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)

![](mapex3v3.gif)