biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 16 forks source link

Add exiftool dependency for geo-module #725

Open mtiessen1175 opened 6 months ago

mtiessen1175 commented 6 months ago

Since the native PHP-exiftool functions do not support all file-formats (see here), the use of exiftool would be helpful for extracting more specific metadata, like GeoTIFF-tags. Exiftool might also be helpful for metadata-extraction from videos #462.

Tasks:

mzur commented 6 months ago

This is related to https://github.com/biigle/geo/issues/44.

mtiessen1175 commented 5 months ago

Why do you need proj4php here? Can't you add it to the composer.json of biigle/geo?

Yes, you're right it will only be used in the geo-module. I did not think about this properly when I installed it into core previously.