DaylightingSociety / SocMap

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

Add tool for merging maps #17

Closed milo-trujillo closed 5 years ago

milo-trujillo commented 6 years ago

Say we have two data sets, such as Anonymous and Telecomix. We should be able to merge these in to a single "Hactivism" data set by looking for shared nodes (with the same name) and producing a third combined map joined at these points.

Shared nodes would inherit attributes from the lowest common denominator. For example:

Let's build a merging tool, with usage like:

$ mergeMaps.py anonymous.gml telecomix.gml combined_hactivism.gml
milo-trujillo commented 5 years ago

Closed with #24