From 62b7d337e18b89c619bba09a9d8d8825681704c8 Mon Sep 17 00:00:00 2001 From: blacktwin Date: Mon, 17 Jul 2017 08:57:53 -0400 Subject: [PATCH] Create readme.md --- maps/readme.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 maps/readme.md diff --git a/maps/readme.md b/maps/readme.md new file mode 100644 index 0000000..5a4c85a --- /dev/null +++ b/maps/readme.md @@ -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: + +