mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-16 04:55:38 +00:00
Create readme.md
This commit is contained in:
parent
09eb07499d
commit
62b7d337e1
43
maps/readme.md
Normal file
43
maps/readme.md
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
|
||||||
|
# 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>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</details></li>
|
||||||
|
|
||||||
|
<li><details>
|
||||||
|
<summary>EU_map_example</a></summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</details></li>
|
||||||
|
|
||||||
|
<li><details>
|
||||||
|
<summary>World_map_example</a></summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details></li>
|
||||||
|
</ul>
|
||||||
Loading…
Reference in New Issue
Block a user