How to find the road distance between two cities? We can use Azure databricks and azure map.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 01:18 AM
We will be given an excel file, in which we can see column sender_city and destination_city. We have to find the distance between these two cities and the distance calculated should be written in a column total_distance. All these processes should be automated. If we upload file, every process should be done automatically.
TO find distance we want map, SO we should use Azure Map.
we should not use latitude and longitude because it is calculating flight distance.
Can someone help me regarding the same.
My mailid is dpkrj11.l@gmail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 09:12 AM
hey
without using latitude and longitude it is hard to find out but you can try some distance-based algorithm

