omeka-s-modules / Collecting

GNU General Public License v3.0
2 stars 6 forks source link

Extracting embedded metadata upon upload #88

Open agharbeia opened 3 months ago

agharbeia commented 3 months ago

We have a use-case where we can only accept submission of photos if they are properly annotated with geospatial and timestamp information.

We could ask contributors to do that manually using the included mapping applet, but it would be great if the upload form could extract the metadata that is embedded in the image file, if any.

I'm not sure how this could be implemented, since in necessarily entails a pre-uploading of the file, perhaps partially, which means HttpRequest etc.

While there are extensions that can facilitate the extraction of embedded metadata, it would be great if this can be done while uploading in order to:

jimsafley commented 3 months ago

I see how this would be a useful feature for your particular requirements, but I'm not sure it's something we'd consider. It doesn't seem generally applicable to many collecting projects, at least not enough to justify the significant development work it would need. Even so, I'll keep this issue open in the event that the feature grows more interest.

agharbeia commented 3 months ago

Understood.

Perhaps we could allocate the resources needed to contribute a patch.