Closed ShahrzadBorjian2 closed 1 year ago
Thanks for looking into it!
gis.centreline_20220705
, so there might be some differences comparing to gis.centreline
.30361797
, there is no int_id because the px is located in the middle of 2 int_ids.
@ShahrzadBorjian2 Rusholme Park Cres and College is now fixed.
Currently backfilling daily and monthly data for the 4 affected segments, for more info on the steps of updating segments, see this commit. :meow_salute:
Also add direction in congestion.network_segments
Thanks Natalie. I also used gis.centreline_20220705
. Please see the flowing snapshots. Dufferin & Lindsey and
Dundas & Palmerston are in the congestion network but are not available in gis.centreline_20220705
. I even looked for the node_id and could not locate them.
Thanks for pointing them, int_id and px now added.
As we discussed, I tried to find the
segment_ids
of the segments within the following TTC- CafeTO study area by doing reverse look-up. I initially used in the newcongestion.network_segments
overlaid withgis_centerline
to identify the segments within the study area. I only pulled the intersection names of the start and end points (from thegis-centreline
layer) not thesegment_ids
(to avoid manual errors and also for network verification purposes).Then, I used the intersection names and tried to link it to the
centreline_intersection_20220705
to get int_idand joined it with
congestion.network_int_px_21_1
- which is the lookup table between here nodes and centreline intersection id to find the intersectionnode_id
. It should be noted that some intersections have multiplenode_ids.
After that, I used thenode_ids
to find the correspondingsegment_ids
incongestion.network_segments
. I used both sql and excel functions to create the look up queries.Here are the summary of findings:
I could pull the segments using the
node_ids
from the lookup tables. However, having multiple node_ids can make it confusing. Is there any reason for having multiplenode_ids
assigned to one intersection?I could not find node_ids for the following intersections in the lookup table:
Rusholme Park Cres and College
Dufferin and Lindsey
I think it would be useful to add direction, and segment and intersection names to
congestion.network_segments
.