CityofToronto / bdit_traffic_prophet

Suite of algorithms for predicting average daily traffic on Toronto streets
GNU General Public License v3.0
1 stars 1 forks source link

Road and land use data for RoadKrige and LSVR #18

Open cczhu opened 4 years ago

cczhu commented 4 years ago

Aside from the output of PRTCS, KCOUNT reads in a number of road and land use predictors. In TEPs-I, these are stored as Excel spreadsheets and preprocessed by PRTCS functions like data_prep_kriging.m. We need to reproduce these processes in PostGIS and the roadkrige ETL pipeline.

cczhu commented 4 years ago

Created a prototype ETL pipeline in the sandbox branch that reads in shortest_path.zip, Landuse_pop_lane_speed.xlsx and poprate300.xlsx to produce:

Data inventory in the next comment.

cczhu commented 4 years ago

Data inventory for road properties, land use, etc. for KCOUNT and LSVR to be adapted for RoadKrige and LocalSVR:

AADT_landuse_2_2010 for LSVR:

Waiting for Arman to describe what the outstanding columns are.

distance_short for KCOUNT:

I've noticed a small number of road IDs not found in the current centreline. I'm not sure whether these are from an outdated version of the centreline or are roads not included within the centreline.

data_for_fit/pred for KCOUNT: