1 year ago
#367464

Joshua Giwa
importing csv into QGIS
So I am trying to transfer OSM data contained in a CSV document with OSM_way_id, OSM_start_node, OSM_end_node as columns, to QGIS. I want to represent this open street map data contained in the CSV as a map in QGIS. How do I do this? Please I need help.
Below is an example of the CSV when opened with Microsoft Excel. The CSV contains numerous rows and these columns:
Year | Month | Day | Hour | osm_way_id | osm_start_node | osm_end_node | speed_mph_mean | speed_mph_stddev |
---|---|---|---|---|---|---|---|---|
2020 | 03 | 08 | 18 | 8179128 | 1343922650 | 108500 | 9.599 | 2.439 |
csv
openstreetmap
qgis
0 Answers
Your Answer