CityScope / CSL_HCMC

Repository for the CityScope project related to Ho Chi Minh City Collaboration
6 stars 12 forks source link

Validate OSM road network OR map the road network shapefiles to node table and link table format #35

Open doorleyr opened 3 years ago

doorleyr commented 3 years ago

OSM road networks are currently used in analysis because the road network shapefiles are not available in node and link table format. If the road network shapefile can be converted to this format, then these can be used in the analysis. The node table should be a dataframe with the columns: node_id, longitude and latitude. The link table should be a dataframe with (at minimum) the columns from_node_id, to_node_id, length, max_speed.

Alternatively, please review the OpenStreepMap network data for HCMC and confirm if it is accurate enough for the models.

Leon-Carto commented 3 years ago

Hi @doorleyr , I will convert the shapefile to format in node and link table, send you asas.