Obtain metadata form image

Hi, i want to create an app that when the users uploads the images the app displays a map with a point on the location that the photo was taken (all the photos are taken by a drone so they have longitude an latitude in their metadata). The problem is that when dcc.upload is used the metadata gets lost. ¿Is there a way to extract the metadata when uploading images to dash?

You could try to upload the images as files instead, for example, using du.Upload from dash-uploader (I am the author of the package).

2 Likes