EastCoastGreenwayAlliance / ecg-map

Interactive map and trip planner for the ECGA
https://map.greenway.org
7 stars 0 forks source link

Documentation and cleanup #3

Closed gregallensworth closed 7 years ago

gregallensworth commented 7 years ago

This is the result of my first looking-over of the data:

Desired review:

clhenrick commented 7 years ago

@gregallensworth not sure how busy @jbranigan is as he recently started a new job. To answer your question on the n_turn_type and s_turn_type fields: those are "normalized" direction values which can be used by the app to display an arrow icon next to cue text, so they are needed.

gregallensworth commented 7 years ago

Thanks for the feedback about those two fields. I'll update the docs.

clhenrick commented 7 years ago

@gregallensworth also, with the current data I'm not sure we can say for sure that with cue points pline_id is the northern most point of the corresponding line and that pline_id2 is the southern most point of the other corresponding line. In the screenshot below it seems to be the opposite. It could be that pline_id is south and pline_id2 is north for the whole route, but we haven't verified that.

screen shot 2017-05-24 at 5 17 23 pm Above is for the area outside of Providence, RI

clhenrick commented 7 years ago

For the final data schema it might make sense to name the fields pline_id and pline_id2 to something more semantic like line_id_n and line_id_s.

clhenrick commented 7 years ago

And here's a case where pline_id actually is north and pline_id actually is south to confirm that they don't have explicit associations with the start or end of a line in a particular direction.

screen shot 2017-05-24 at 5 30 54 pm

gregallensworth commented 7 years ago

Thanks for the review. 3daf09b updates a few things:

clhenrick commented 7 years ago

Going to merge this in, if there's more data QA SQL or notes to add in later we can add that directly to the repo.