HI,
Create a GeoMap with nodes and lines
https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-GeoMap-with-nodes-and-lines/td-p/391449
Geographical visualizations in SAS Visual Analytics
( see the section at the bottom named "Routing, drivetime and geographic area" )
BR,
Koen
Hi Koen, thanks for this answer. It confirms that it's possible but I don't really have the solution to do it. I think that the solution is the polyline. But how to create a polyline
Maybe you find it here:
In the bottom you find:
Otherwise @FalkoSchulz and/or @GregTreiman can help you out.
Ciao,
Koen
Yes, that is correct! For your use case, you will want to use the Geo Line object, which takes polyline data as its input.
To make this work, you need to configure your geo data item to use a custom geo data provider linked to your polyline data. You can find detailed instructions on configuring a geo provider in the SAS documentation, but if you get stuck, just reply here and we’ll be happy to help!
Here is the high-level process:
Upload your data: Load your polyline data into a shared CAS library in SAS Viya.
Create a new provider: Open Visual Analytics (VA) and configure your geo data item. Change its type to "Geographical data provider" and create a new provider. (Note: You need admin privileges to do this).
Map your IDs: Select your uploaded data table and ensure the selected ID column matches the values in your geo data item. Each unique ID (e.g., route_1, route_2) represents a series of data points that make up your route. Because of this, your report's main data source only needs to contain the actual ID values.
Assign the visual: Once your custom data provider is created, apply it to your geo data item and verify the corresponding ID column is selected. Finally, assign that data item to the Geo Line object in your report.
Hope this helps!
Falko
Wonderful !!!
Thanks a lot. On last question.
I choose Polyline. Based on my route base
ID column : In my dataset. It's Tournee_ID. A unique ID far all points. Right?
Segment Column : it's what you say. I must have a unique ID for each point of my route
And after, it's X and Y
If you can confirm it
Nearly 200 sessions are now available on demand in the Innovate Hub.
Watch Now →See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.