I'm trying to represent in QGIS a flow map (time series) for a CSV file which contains the following info:
- field_1 = the number of the trip
- field_2 = Date of the trip
- field_3 = (morning) time interval
- field_4 = latitude of the Orig_X (Primary Origin)
- field_5 = longitude of the Orig_X (Primary Origin)
- field_7 = starting time from Orig_X (Start of the Trip)
- field_9 = latitude of the Destination_Y1 (First destination)
- field_10= longitude of the Destination_Y1 (First destination)
- field_11= time of arrival in Destination_Y1
10.field_12= latitude of the Destination_Y2 (Second destination)
11.field_13= longitude of the Destination_Y2 (First destination)
12.field_14= time of arrival in Destination_Y2
13.field_17= total time of the flow for the distance Orig_X to Destination_Y1 + Destination_Y2
I would like to have a map showing the flows between OriginX to Destination Y1+Y2. The map should show, depending on the total distance which varies daily, different flows from the minimum 9 minutes to the maximum of 37 minutes.
I'm attaching a sample of the CSV file from the QGIS session
.