Python Geocoding - Address to Latitude & Longitude

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 41

  • @alihadimoghadam8931
    @alihadimoghadam8931 11 หลายเดือนก่อน +1

    you have no idea how help-full this was for my job, thank you

  • @eugenelow6449
    @eugenelow6449 ปีที่แล้ว +1

    You just helped me at my job, many many thanks! Map Quest has a great balance of accuracy and good amount of free transactions

  • @beritayudha
    @beritayudha 2 ปีที่แล้ว +1

    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

  • @briske-dr
    @briske-dr 3 ปีที่แล้ว +4

    Man, you just saved me many hours of work! Awesome content! Cheers!

  • @bingchenliu1854
    @bingchenliu1854 4 ปีที่แล้ว +2

    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  4 ปีที่แล้ว

      Thank you for the feedback :-)

  • @ameliali9489
    @ameliali9489 3 ปีที่แล้ว +1

    omg this is soooo helpful. Thanks so much sir! very clear presentation

  • @sandrazaloznik2740
    @sandrazaloznik2740 3 ปีที่แล้ว +1

    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

  • @debasisdas2292
    @debasisdas2292 3 ปีที่แล้ว +1

    really helpful man.. thanks

  • @unverulas
    @unverulas 4 ปีที่แล้ว +1

    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  4 ปีที่แล้ว +1

      Thanks for the feedback. The next video will be shared on Saturday. Can't manage to do it earlier :-(

    • @tech-letters
      @tech-letters  4 ปีที่แล้ว +2

      Hi there, video upload is in progress :-) will be available in couple of hours!

  • @rominasepulveda570
    @rominasepulveda570 ปีที่แล้ว +1

    Thanks!

  • @solruizdevargas1298
    @solruizdevargas1298 3 ปีที่แล้ว +3

    thanks ists wonderful, but i get keyerrorr with the label ?street'

    • @tech-letters
      @tech-letters  3 ปีที่แล้ว

      Strange, can you post the full error?

  • @sdotlondonkid
    @sdotlondonkid 2 ปีที่แล้ว +1

    I just get "" as a response in Jupyter Notebook. Can you help, please?

  • @徐雨涵-g2b
    @徐雨涵-g2b 3 ปีที่แล้ว +1

    Thank you very much!!!!!!!!!!!!!!!

    • @tech-letters
      @tech-letters  3 ปีที่แล้ว

      welcome :-) Happy that I can help.

  • @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?

  • @azarmahmood7711
    @azarmahmood7711 3 ปีที่แล้ว +1

    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  3 ปีที่แล้ว

      that's not easy. You can try with image recognition libraries like opencv.

  • @cd8247
    @cd8247 3 ปีที่แล้ว +1

    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

  • @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?

  • @marcocastelluccio2633
    @marcocastelluccio2633 3 ปีที่แล้ว +1

    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?

  • @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 ?

  • @deltrex4613
    @deltrex4613 ปีที่แล้ว +1

    Where can i get the api key

  • @luisdiego4355
    @luisdiego4355 2 ปีที่แล้ว

    Great video, Do you have any video of how to calculate the distance with the coordinates from a file?

  • @walkertippett2675
    @walkertippett2675 2 ปีที่แล้ว

    Thank you for the tutorial. Can this be automated in Azure by any chance?

  • @juniperus7472
    @juniperus7472 3 ปีที่แล้ว +1

    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  3 ปีที่แล้ว

      strange. Can you share your code here or on a github gist?

  • @shuznut
    @shuznut 3 ปีที่แล้ว +1

    Thank you

  • @someshvemula9966
    @someshvemula9966 3 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      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 ปีที่แล้ว +1

      @@tech-letters thankyou so much.

  • @waisamlau4319
    @waisamlau4319 3 ปีที่แล้ว +1

    Thanks for the video. Anyone can apply for the free API key??