JBOPS/maps/readme.md
2017-07-17 08:58:26 -04:00

44 lines
1.0 KiB
Markdown

# 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
## Matplotlib map examples:
<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>