mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-07 19:18:30 +03:00
closes #17
This commit is contained in:
@@ -43,7 +43,6 @@ class JSONEncoder:
|
||||
self.state = []
|
||||
|
||||
def visitor(self, cluster_id, cluster):
|
||||
print(cluster_id)
|
||||
cluster_data = {"cluster_id": cluster_id, "points": []}
|
||||
|
||||
for record in cluster:
|
||||
|
||||
Reference in New Issue
Block a user