Skip to content

Fix EXIF metadata extraction from documents and support other media type #13728

@sijandh35

Description

@sijandh35

Overview

GeoNode has a feature to extract EXIF data
from documents, specifically for JPG/JPEG files
(

if ext[1:] in {"jpg", "jpeg"}:

).

It is good to verify the functionality and fix it (since apparently it doesn't work well; e.g., the doc_file no longer in Document attribute
and location extraction need to be checked and fixed), and to extend it to other media type (e.g., PNG).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions