JBOPS/maps
Palshee f1ed5fb174
Update ips_to_maps.py
leg.draggable() needs to now be leg.set_draggable(state=True) due to update with matplotlib
2021-03-10 10:57:55 -08:00
..
EU_map_example.PNG Add files via upload 2017-07-14 13:53:03 -04:00
geojson_example.geojson Create geojson_example.geojson 2017-07-14 13:53:52 -04:00
ips_to_maps.py Update ips_to_maps.py 2021-03-10 10:57:55 -08:00
NA_map_example.PNG Add files via upload 2017-07-14 13:53:03 -04:00
readme.md Massive style cleanup 2019-06-20 23:55:11 -07:00
requirements.txt Massive style cleanup 2019-06-20 23:55:11 -07:00
World_map_example.PNG Add files via upload 2017-07-14 13:53:03 -04: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

* not required if creating geojson maps

Matplotlib map examples:

  • NA_map_example

    NA_map_example

  • EU_map_example

    EU_map_example

  • World_map_example

    World_map_example

TODO LIST:

  • Add check for user count in user_table to allow for greater than 25 users - Pull
  • If platform is missing from PLATFORM_COLORS use DEFAULT_COLOR - Pull
  • Add arg to allow for runs in headless (mpl.use("Agg"))
  • Add pass on N/A values for Lon/Lat - Pull

Feature updates:

  • Add arg for legend (best, none, axes, top_left, top_center, etc.)
  • UI, toggles, interactive mode
  • Add arg to group legend items by city and/or region
  • Find server's external IP, geolocation. Allow custom location to override
  • Add arg for tracert visualization from server to client
  • Animate tracert visualization? gif?