2017-07-17 12:57:53 +00:00
|
|
|
|
|
|
|
# Maps
|
|
|
|
|
|
|
|
Maps are created with either Matplotlib/Basemap or as a geojson file on an anonymous gist.
|
|
|
|
|
|
|
|
Choose which map type you'd like by using the `-l` argument:
|
|
|
|
|
|
|
|
```
|
|
|
|
-l , --location Map location. choices: (NA, EU, World, Geo)
|
|
|
|
(default: NA)
|
|
|
|
```
|
|
|
|
|
|
|
|
# Requirements
|
|
|
|
|
|
|
|
- [ ] [Matplotlib](https://matplotlib.org/1.2.1/users/installing.html)
|
|
|
|
- [ ] [Basemap](https://matplotlib.org/basemap/users/installing.html)
|
|
|
|
|
|
|
|
\* not required if creating geojson maps
|
|
|
|
|
|
|
|
|
2017-07-17 12:58:26 +00:00
|
|
|
## Matplotlib map examples:
|
2017-07-17 12:57:53 +00:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><details>
|
|
|
|
<summary>NA_map_example</a></summary>
|
|
|
|
|
|
|
|
![NA_map_example](https://github.com/blacktwin/JBOPS/raw/master/maps/NA_map_example.PNG "NA_map_example")
|
|
|
|
|
|
|
|
</details></li>
|
|
|
|
|
|
|
|
<li><details>
|
|
|
|
<summary>EU_map_example</a></summary>
|
|
|
|
|
|
|
|
![EU_map_example](https://github.com/blacktwin/JBOPS/raw/master/maps/EU_map_example.PNG "EU_map_example")
|
|
|
|
|
|
|
|
</details></li>
|
|
|
|
|
|
|
|
<li><details>
|
|
|
|
<summary>World_map_example</a></summary>
|
|
|
|
|
|
|
|
![World_map_example](https://github.com/blacktwin/JBOPS/raw/master/maps/World_map_example.PNG "World_map_example")
|
|
|
|
</details></li>
|
|
|
|
</ul>
|
2017-07-19 13:31:20 +00:00
|
|
|
|
|
|
|
## TODO LIST:
|
|
|
|
|
2017-07-21 14:22:33 +00:00
|
|
|
- [x] Add check for user count in user_table to allow for greater than 25 users - [Pull](https://github.com/blacktwin/JBOPS/pull/3)
|
2017-07-21 14:32:21 +00:00
|
|
|
- [x] If platform is missing from PLATFORM_COLORS use DEFAULT_COLOR - [Pull](https://github.com/blacktwin/JBOPS/pull/4)
|
2017-07-21 15:42:17 +00:00
|
|
|
- [x] Add arg to allow for runs in headless (mpl.use("Agg"))
|
2017-07-21 14:23:10 +00:00
|
|
|
- [x] Add pass on N/A values for Lon/Lat - [Pull](https://github.com/blacktwin/JBOPS/pull/2)
|
2017-07-19 13:31:20 +00:00
|
|
|
|
|
|
|
### Feature updates:
|
|
|
|
|
|
|
|
- [ ] Add arg for legend (best, none, axes)
|
|
|
|
- [ ] Add arg for tracert visualization from server to client
|
|
|
|
- [ ] Animate tracert visualization? gif?
|
|
|
|
|
|
|
|
|
|
|
|
|