# 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: ## TODO LIST: - [ ] Add check for user count in user_table to allow for greater than 25 users - [ ] If platform is missing from PLATFORM_COLORS use DEFAULT_COLOR - [ ] Add arg to allow for runs in headless (mpl.use("Agg")) - [ ] Add `try` to pass on N/A values for Lon/Lat ### Feature updates: - [ ] Add arg for legend (best, none, axes) - [ ] Add arg for tracert visualization from server to client - [ ] Animate tracert visualization? gif?