SEL-Columbia / networkplanner.R

Various post-processing scripts for networkplanner
1 stars 1 forks source link

Update sequence output field names #41

Closed chrisnatali closed 10 years ago

chrisnatali commented 10 years ago

To be consistent with inception code.

In the main library, these are defined as:
data.frame(distance=distance, mv_v_dmd=mv_v_dmd, sum_distance=sum_distance, sum_dmd_yr=sum_dmd_yr, sum_mv_v_dmd=sum_mv_v_dmd)

What should these be so that other processes that use these fields don't break?

chrisnatali commented 10 years ago

Looks like these are here

chrisnatali commented 10 years ago

More info from @carbz

Fields needed: id: Unique vertex identity (the ID of the segment in the input proposed network shapefile?) root: effectively the Branch ID (could this be based on the id?) far.sighted.sequence: sequence id (assigned here) dist: distance between this vertex and its "parent"

chrisnatali commented 10 years ago

See Field Definitions in README