diff --git a/README.md b/README.md index a0b8bff..a5e4f3c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ The databases created from the gathered data will be and stay open-source! World Map Example ASN Chart Example - Net Tree Example ---- diff --git a/visualization/README.md b/visualization/README.md index 5c0328d..1e26c1e 100644 --- a/visualization/README.md +++ b/visualization/README.md @@ -11,7 +11,7 @@ Usage: 2. Generate the JSON file ```bash - python3 world_map_data.py -c ~/Downloads/country_asn.mmdb -4 ~/Downloads/risk_ip4_med.json -6 ~/Downloads/risk_ip6_med.json + python3 world_map.py -c ~/Downloads/country_asn.mmdb -4 ~/Downloads/risk_ip4_med.json -6 ~/Downloads/risk_ip6_med.json ``` 3. For testing - run the minimal python3 webserver to enable JS to access the JSON file: diff --git a/visualization/net_tree_data.py b/visualization/net_tree.py similarity index 100% rename from visualization/net_tree_data.py rename to visualization/net_tree.py diff --git a/visualization/world_map_data.py b/visualization/world_map.py similarity index 100% rename from visualization/world_map_data.py rename to visualization/world_map.py