Creating Map using folium in Azure Data Studio what Python library is best to get data using address information

Pratapa, Ram 0 Reputation points
2023-06-16T03:23:11.2166667+00:00

Hi, I am trying to do POC using notebook and wanted to know what python library parses the response for Bing MAP route API and provided needed data to map routes from once origin to multiple destinations. I have From and TO addresses. Wanted to plot them on a MAP for analysis. Please let me know if you need more information.

Thanks

Ram

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
832 questions
{count} votes

1 answer

Sort by: Most helpful
  1. rbrundritt 20,836 Reputation points Microsoft Employee Moderator
    2023-06-16T19:09:35.84+00:00

    Also worth noting, if you use the Azure maps v2 search service for geocoding, the response is in geojson format which is a widely supported file format that many map libraries can read in directly, so you could simply pass the json response into these libraries without needing to do any parsing.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.