cmu-lib / bridgesofPittsburgh

Code and documents associated with the Bridges of Pittsburgh DH project at CMU
7 stars 2 forks source link

Rearrange code source files #82

Closed mdlincoln closed 6 years ago

mdlincoln commented 6 years ago

Need to split out function definitions from drake architecture. This will make the sort of idiosyncratic drake build plan much more clear, and also let me eventually split off the more general osm->igraph->pathway functions into a package so others can do bridgefinding in their own cities.

  1. Function source files for
    1. graph definition
    2. pathfinding
    3. creating spatial objects
    4. map plotting
  2. Drake plan script
    1. Plan 1: graph construction
    2. Plan 2: pathwayfinding, sf, plotting (plan can only be configured based on results of plan 1)