Тёмный

Python Geocoding - Address to Latitude & Longitude 

Techletters
Подписаться 3,4 тыс.
Просмотров 22 тыс.
50% 1

In this series we will combine Python Selenium, BeautifulSoup, Pandas, Requests & Folium to visualize the distribution of McDonald's & Burger King restaurants in Berlin, London & Paris.
In this video (3rd video) I will show how to transform addresses into Latitude and Longitude values. We will use MapquestAPI Geocoding API for this.
You can find the Code here:
github.com/cod...
You can follow along this series on Medium:
/ combining-web-scraping...
#Python #Folium #100daysofcode #beautifulsoup #geocoding #latitude #longitude

Опубликовано:

 

7 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 41   
@alihadimoghadam8931
@alihadimoghadam8931 8 месяцев назад
you have no idea how help-full this was for my job, thank you
@nyudha6919
@nyudha6919 Год назад
man this is what i seek, many time appear on my search but i ignore it, probably with better tumbnail video will be more catching for your content, thanks for sharing your knowledge
@eugenelow6449
@eugenelow6449 Год назад
You just helped me at my job, many many thanks! Map Quest has a great balance of accuracy and good amount of free transactions
@douglasbriske8332
@douglasbriske8332 3 года назад
Man, you just saved me many hours of work! Awesome content! Cheers!
@bingchenliu1854
@bingchenliu1854 3 года назад
It’s an awesome video! I spend so much time searched the solutions for this, and you gives me the answer exactly I want! Thank you a lot.
@tech-letters
@tech-letters 3 года назад
Thank you for the feedback :-)
@ameliali9489
@ameliali9489 3 года назад
omg this is soooo helpful. Thanks so much sir! very clear presentation
@sandrazaloznik2740
@sandrazaloznik2740 3 года назад
Thank you very, very much for all your videos - these videos are all very helpful for my exercise on TU Wien
@tech-letters
@tech-letters 3 года назад
Glad to hear that :-) Thank you for the feedback
@rominasepulveda570
@rominasepulveda570 Год назад
Thanks!
@debasisdas2292
@debasisdas2292 3 года назад
really helpful man.. thanks
@unverulas
@unverulas 3 года назад
Hi, We two friends have re-written your last two videos and enjoyed learning from these videos. We are looking forward your next video of these video series. When do you think you could share the next video? Thanks for all these videos and sharing.
@tech-letters
@tech-letters 3 года назад
Thanks for the feedback. The next video will be shared on Saturday. Can't manage to do it earlier :-(
@tech-letters
@tech-letters 3 года назад
Hi there, video upload is in progress :-) will be available in couple of hours!
@user-lf2cf9sq3y
@user-lf2cf9sq3y 2 года назад
Thank you very much!!!!!!!!!!!!!!!
@tech-letters
@tech-letters 2 года назад
welcome :-) Happy that I can help.
@solruizdevargas1298
@solruizdevargas1298 3 года назад
thanks ists wonderful, but i get keyerrorr with the label ?street'
@tech-letters
@tech-letters 3 года назад
Strange, can you post the full error?
@shuznut
@shuznut 2 года назад
Thank you
@tech-letters
@tech-letters 2 года назад
always welcome :-)
@luisdiego4355
@luisdiego4355 2 года назад
Great video, Do you have any video of how to calculate the distance with the coordinates from a file?
@juniperus7472
@juniperus7472 2 года назад
Hi. You done an amazing job. I have followed yours videos. It is a fun and pleasure. However regarding video above I have a question as in my code I could extract only longitude and latitude from one address despite of loop. I have compare with your code and could not find bug in main. Do you have some idea what it could be. Many thanks.
@tech-letters
@tech-letters 2 года назад
strange. Can you share your code here or on a github gist?
@saraefaf8496
@saraefaf8496 3 года назад
thanks for this viedeo,i have a list of latitude and longitude. i choose 2 geolocation from the map and how can know if my latitude and longitude is between these geolocation ?
@joenewton2298
@joenewton2298 2 года назад
Hi, Great video, I'm getting a KeyError on line 21 and 22 at the end of the video, could you assist?
@sdotlondonkid
@sdotlondonkid 2 года назад
I just get "" as a response in Jupyter Notebook. Can you help, please?
@walkertippett2675
@walkertippett2675 2 года назад
Thank you for the tutorial. Can this be automated in Azure by any chance?
@deltrex4613
@deltrex4613 11 месяцев назад
Where can i get the api key
@cd8247
@cd8247 3 года назад
If I would like to add categories, such as schools and restaurants, and have the option of displaying one or both categories on a tick box, is that possible to do so?
@tech-letters
@tech-letters 3 года назад
Hi, yep that's possible using Folium FeatureGroup and LayerControl. An example can be found here: stackoverflow.com/questions/61263787/folium-featuregroup-in-python
@marcocastelluccio2633
@marcocastelluccio2633 3 года назад
This video is great but I have a problem: everything works smoothly up to when I try to geocode through the loop (min 12). At that point it gives me always the same wrong coordinate for every entry. How can I solve it?? Thank you very much!!
@tech-letters
@tech-letters 3 года назад
Hmmm strange. Did you follow along with my code? Can you perhaps post your loop in here?
@azarmahmood7711
@azarmahmood7711 2 года назад
Hi there I have screen shot images and my question is can be latitude and longitude be extracted from the images with python coding
@tech-letters
@tech-letters 2 года назад
that's not easy. You can try with image recognition libraries like opencv.
@someshvemula9966
@someshvemula9966 3 года назад
Great video, I need reverse. Getting address from latitude and longitude values, can you suggest to me a good API, please.
@tech-letters
@tech-letters 3 года назад
Hey, in this video I am using mapquest api. Mapquest also offers reverse geocoding api to get address from laglong values. See here developer.mapquest.com/documentation/geocoding-api/
@someshvemula9966
@someshvemula9966 3 года назад
@@tech-letters thankyou so much.
@nandineeuma6659
@nandineeuma6659 Год назад
Hello, I have one request.. The program was successfully run still yesterday.. But now it throws error stating keyError: 'results'... Please help me here
@2124693
@2124693 2 года назад
I have attached the code. in my csv file I have 4 rows, factory, address, pincode , why i am getting same lat longs for each address?
@waisamlau4319
@waisamlau4319 3 года назад
Thanks for the video. Anyone can apply for the free API key??
@tech-letters
@tech-letters 3 года назад
Yes, of course
Далее
Python Folium - display restaurant address on a map
13:37
Fake watermelon by Secret Vlog
00:16
Просмотров 8 млн
Geocode with python in 5minutes
4:47
Просмотров 3,6 тыс.
Python - Create Maps with Folium and Leaflet
18:50
Просмотров 71 тыс.
These are the Worst Construction Mistakes Ever Made
12:52
GPS Location From Image Metadata in Python
11:48
Просмотров 24 тыс.
Using Folium with GeoPandas
20:18
Просмотров 18 тыс.
Fake watermelon by Secret Vlog
00:16
Просмотров 8 млн