Blacktwin
ed8213774b
cleaning special characters from region, city, and friendly names.
...
removed unused get_platform function
2018-06-12 09:56:13 -04:00
Blacktwin
454aa9e2d0
Fixes for matplotlib==2.2.2:
...
fillcontinents > drawlsmask
remove Latitude and Longitude grid for World map
Other:
Added choice for including/excluding a legend
Changed arg -l location to -m map
2018-06-12 09:56:12 -04:00
Blacktwin
c0888d81ba
cleaning special characters from region, city, and friendly names.
...
removed unused get_platform function
2018-06-12 09:55:19 -04:00
Blacktwin
cb0368f18b
updated
2018-04-09 08:36:12 -04:00
Blacktwin
2a1f94f51f
updated
2018-03-29 09:49:28 -04:00
Blacktwin
bdff121f5b
PlexPy names to tautulli. Agent_id to notifier_id.
2018-03-29 09:48:21 -04:00
Blacktwin
3b5ed79505
maps update. pep8 edits
2018-03-29 09:48:19 -04:00
blacktwin
738d45c881
Update ips_to_maps.py
2017-07-29 15:48:50 -04:00
blacktwin
3fd41aaf4d
Update readme.md
2017-07-29 08:35:21 -04:00
blacktwin
8731610506
Update readme.md
2017-07-21 11:42:17 -04:00
blacktwin
5a0503fd01
headless support
2017-07-21 11:35:49 -04:00
blacktwin
4de951428f
Update readme.md
2017-07-21 10:32:21 -04:00
blacktwin
657ea2f3e7
check PLATFORM_COLORS
...
if platform is missing from PLATFORM_COLORS then default to DEFAULT_COLOR.
2017-07-21 10:31:29 -04:00
blacktwin
85a06c62db
Update readme.md
2017-07-21 10:23:10 -04:00
blacktwin
9ec06f6b0c
correction
2017-07-21 10:22:33 -04:00
blacktwin
b54c88f13a
todo list udpate
...
Add arg to allow for runs in headless (mpl.use("Agg"))
2017-07-21 10:22:01 -04:00
blacktwin
e3550aea81
check for total user count
...
Add check for user count in user_table to allow for greater than 25 users
2017-07-21 10:20:35 -04:00
blacktwin
c3da536347
Update readme.md
2017-07-21 09:43:43 -04:00
blacktwin
9a2515bcd7
resolve n/a returns from geolite2
...
Passing on errors in get_geoip_info function instead of [returning it](https://github.com/blacktwin/JBOPS/blob/master/maps/ips_to_maps.py#L151 ).
Changing the [get_geo_dict function's exception](https://github.com/blacktwin/JBOPS/blob/master/maps/ips_to_maps.py#L195-L198 ) to catch and return culprit.
```python
except AttributeError:
print('User: {} IP: {} caused error in geo_dict.'.format(a.friendly_name, a.ip_address))
pass
except Exception as e:
print(e)
pass
return geo_dict
```
2017-07-21 09:29:32 -04:00
blacktwin
eac7d38e32
Update readme.md
2017-07-19 09:35:45 -04:00
blacktwin
667d07d798
todo list, feature updates
2017-07-19 09:31:20 -04:00
blacktwin
439f190795
Update readme.md
2017-07-17 08:58:26 -04:00
blacktwin
62b7d337e1
Create readme.md
2017-07-17 08:57:53 -04:00
blacktwin
e9331861aa
Update ips_to_maps.py
2017-07-14 14:32:24 -04:00
blacktwin
fe523c19ef
Create geojson_example.geojson
2017-07-14 13:53:52 -04:00
blacktwin
cec4698120
Add files via upload
2017-07-14 13:53:03 -04:00
blacktwin
fc5705d68b
Delete states_map_gist.PNG
2017-07-14 13:52:39 -04:00
blacktwin
0966f1cb4f
Add files via upload
2017-07-13 10:28:51 -04:00
blacktwin
fb150957c2
Create ips_to_maps.py
2017-07-13 10:26:31 -04:00