Skip to content

Instantly share code, notes, and snippets.

@scspaeth
Last active August 28, 2018 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scspaeth/4268ec854b9e8efeb3edcb8698faf942 to your computer and use it in GitHub Desktop.
Save scspaeth/4268ec854b9e8efeb3edcb8698faf942 to your computer and use it in GitHub Desktop.
Fork of Levy data for Sankey analysis of San Francisco Mayoral Ranked Choice Voting from Preliminary 4 2018-6-5 to Final results 2018-6-27
{
"nodes":[
{"name": "Pass 2: Amy Farah Weiss" },
{"name": "Pass 2: Angela Alioto" },
{"name": "Pass 2: Ellen Lee Zhou" },
{"name": "Pass 2: Jane Kim" },
{"name": "Pass 2: London Breed" },
{"name": "Pass 2: Mark Leno" },
{"name": "Pass 2: Michelle Bravo" },
{"name": "Pass 2: Richie Greenberg" },
{"name": "Pass 3: Amy Farah Weiss" },
{"name": "Pass 3: Angela Alioto" },
{"name": "Pass 3: Ellen Lee Zhou" },
{"name": "Pass 3: Jane Kim" },
{"name": "Pass 3: London Breed" },
{"name": "Pass 3: Mark Leno" },
{"name": "Pass 3: Richie Greenberg" },
{"name": "Pass 4: Angela Alioto" },
{"name": "Pass 4: Ellen Lee Zhou" },
{"name": "Pass 4: Jane Kim" },
{"name": "Pass 4: London Breed" },
{"name": "Pass 4: Mark Leno" },
{"name": "Pass 4: Richie Greenberg" },
{"name": "Pass 5: Angela Alioto" },
{"name": "Pass 5: Ellen Lee Zhou" },
{"name": "Pass 5: Jane Kim" },
{"name": "Pass 5: London Breed" },
{"name": "Pass 5: Mark Leno" },
{"name": "Pass 6: Angela Alioto" },
{"name": "Pass 6: Jane Kim" },
{"name": "Pass 6: London Breed" },
{"name": "Pass 6: Mark Leno" },
{"name": "Pass 7: Jane Kim" },
{"name": "Pass 7: London Breed" },
{"name": "Pass 7: Mark Leno" },
{"name": "Pass 8: London Breed" },
{"name": "Pass 8: Mark Leno TestMod" }
],
"links":[
{"source": 0, "target": 8, "value": 982},
{"source": 1, "target": 9, "value": 11451},
{"source": 2, "target": 10, "value": 5987},
{"source": 3, "target": 11, "value": 34403},
{"source": 4, "target": 12, "value": 53720},
{"source": 5, "target": 13, "value": 39050},
{"source": 7, "target": 14, "value": 4553},
{"source": 6, "target": 8, "value": 38},
{"source": 6, "target": 9, "value": 132},
{"source": 6, "target": 10, "value": 59},
{"source": 6, "target": 11, "value": 59},
{"source": 6, "target": 12, "value": 78},
{"source": 6, "target": 13, "value": 83},
{"source": 6, "target": 14, "value": 46},
{"source": 9, "target": 15, "value": 11583},
{"source": 10, "target": 16, "value": 6046},
{"source": 11, "target": 17, "value": 34462},
{"source": 12, "target": 18, "value": 53798},
{"source": 13, "target": 19, "value": 39133},
{"source": 14, "target": 20, "value": 4599},
{"source": 8, "target": 15, "value": 121},
{"source": 8, "target": 16, "value": 93},
{"source": 8, "target": 17, "value": 331},
{"source": 8, "target": 18, "value": 109},
{"source": 8, "target": 19, "value": 190},
{"source": 8, "target": 20, "value": 77},
{"source": 15, "target": 21, "value": 11704},
{"source": 16, "target": 22, "value": 6139},
{"source": 17, "target": 23, "value": 34793},
{"source": 18, "target": 24, "value": 53907},
{"source": 19, "target": 25, "value": 39323},
{"source": 20, "target": 21, "value": 1122},
{"source": 20, "target": 22, "value": 540},
{"source": 20, "target": 23, "value": 273},
{"source": 20, "target": 24, "value": 748},
{"source": 20, "target": 25, "value": 624},
{"source": 21, "target": 26, "value": 12826},
{"source": 23, "target": 27, "value": 35066},
{"source": 24, "target": 28, "value": 54655},
{"source": 25, "target": 29, "value": 39947},
{"source": 22, "target": 26, "value": 1430},
{"source": 22, "target": 27, "value": 992},
{"source": 22, "target": 28, "value": 1668},
{"source": 22, "target": 29, "value": 840},
{"source": 27, "target": 30, "value": 36058},
{"source": 28, "target": 31, "value": 56323},
{"source": 29, "target": 32, "value": 40787},
{"source": 26, "target": 30, "value": 1797},
{"source": 26, "target": 31, "value": 4033},
{"source": 26, "target": 32, "value": 3060},
{"source": 31, "target": 33, "value": 60356},
{"source": 32, "target": 34, "value": 43847},
{"source": 30, "target": 33, "value": 7576},
{"source": 30, "target": 34, "value": 25231}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment