WildMeOrg / Wildbook

Wild Me's first product, Wildbook supports researchers by allowing collaboration across the globe and automation of photo ID matching
https://www.wildme.org/wildbook.html
GNU General Public License v2.0
103 stars 64 forks source link

date/time from EXIF API #799

Open TanyaStere42 opened 1 week ago

TanyaStere42 commented 1 week ago

Context

When uploading images as part of an encounter, users should be able to leverage the information from the photographs to simplify their data entry experience. We want users to be able to see a list of date/times from their photos, so we need an API that pulls that information. (needed for #793)

Requirements

Non-Functional Requirement

Functional Requirement

naknomum commented 1 week ago

maybe worth investigating submit.jsp and its use of javascript/exif.js through exifFindLatLon() (this would be frontend-only implementation).

otherwise could be BE api that can return MediaAssetMetadata on already-uploaded files (from #750)