GPS Location From Image Metadata in Python

Sdílet
Vložit
  • čas přidán 21. 07. 2022
  • Today we learn how to retrieve and display the GPS information, which is contained in an image's metadata.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • Věda a technologie

Komentáře • 29

  • @oguzhantopaloglu9442
    @oguzhantopaloglu9442 Před rokem +2

    I love how honest you are when you say you have no idea where that equation came from since you just googled it

  • @GuruKal
    @GuruKal Před rokem +4

    honestly love how straight to the point you are. thanks for the great video, man

  • @67hutch
    @67hutch Před rokem +1

    Perfect timing! I was legit trying to do this yesterday :)

  • @piotrmazgaj
    @piotrmazgaj Před rokem +2

    Yes! OSINT! Please do more!

  • @JaimeBayes
    @JaimeBayes Před 8 měsíci +1

    Thanks, really useful. Just a small fix, simply add a flag when the 1 and 3 parameters are 'S' or 'W', it must be multiplyed by -1.0 to get the correct location.

  • @drooten
    @drooten Před rokem +1

    Really good info. Thanks!

  • @thomasgoodwin2648
    @thomasgoodwin2648 Před rokem +1

    Also useful if you want to alter evidence or confuse training neural networks.

  • @mgreek31
    @mgreek31 Před rokem

    Love Your Vids.
    Thanks.

  • @TheFFreak
    @TheFFreak Před rokem +2

    The correct conversion is (1) lat = north[0] + north[1]/60 + north[2]/3600 and (2) long = east[0]+east[1]/60+east[2]/3600

  • @alonh.4968
    @alonh.4968 Před rokem +1

    in Jupyter Lab:
    settings > advanced settings editor > look for "notebook" in large text and click > auto closing brackets - on

  • @alphacentauri3452
    @alphacentauri3452 Před rokem

    I've just found "solarsystem" module. It's very nice and easy to use..
    Would you like to make a video about it? Or maybe "skyfield"?

  • @trapOrdoom
    @trapOrdoom Před rokem

    I came here purely security focused, thinking this could be done the other way around, and I was spooked. Sick shit though!!!

  • @APPAROOTME
    @APPAROOTME Před rokem +1

    amazing

  • @neatcomrade8537
    @neatcomrade8537 Před rokem +3

    omg, just what i needed. thanks brother! also if you can please make a tutorial on neovim lua configs.

    • @UpIp-ld8oz
      @UpIp-ld8oz Před 5 měsíci

      it doesn't work for me can you help me

  • @Lord1Helmchen
    @Lord1Helmchen Před rokem +5

    Exception has occurred: AttributeError
    'NoneType' object has no attribute 'items'
    (...), line 10, in
    for k, v in img._getexif().items()

    • @vinaygupta8183
      @vinaygupta8183 Před rokem

      same you got the solutions?

    • @msaid1410
      @msaid1410 Před rokem

      @@vinaygupta8183 same

    • @youyou9146
      @youyou9146 Před 6 měsíci

      for anyone in the future, I had the same problem, and it was because the photo didn't have any locational data. I then swapped it for another one that I took and it worked

  • @guilherme5094
    @guilherme5094 Před rokem +1

    Nice👍

  • @rasydev
    @rasydev Před rokem +2

    Cool❤

  • @vedanshugatade
    @vedanshugatade Před rokem

    Heyy can this be done in basic idle python???

  • @brightaneva6282
    @brightaneva6282 Před rokem +4

    Dee Python God

  • @dwaipayanbandyopadhyay6110

    Is it possible to download photos from Internet which has exif data like Location ? I can't find any..

  • @iniquitousreads
    @iniquitousreads Před rokem +1

    People on python 3 do pip3 install pillow

  • @s.hensel8485
    @s.hensel8485 Před rokem

    Have a comment, but think I may be shadow banned? If this sticks a real comment follows.