DaylightingSociety / SocMap

Social Mapping Framework for Twitter
https://socmap.daylightingsociety.org/
BSD 3-Clause "New" or "Revised" License
18 stars 4 forks source link

Mixing networks implemented #24

Closed milo-trujillo closed 5 years ago

milo-trujillo commented 5 years ago

This pull request satisfies #17, providing functionality in analyze.py and a driver-tool called mergeMaps.py. It refactors a small amount of code to avoid duplicate file opening routines for igraph, and uses shutil to copy output files for networkx cytoscape patching, slightly improving performance.