gbif / portal-feedback

User feedback for the GBIF API, website and published data. You can ask questions here. 🗨❓
30 stars 16 forks source link

California Academy of Science (CAS) - images not displaying properly for part of dataset #4334

Open CecSve opened 2 years ago

CecSve commented 2 years ago

In the CAS Herpetology (HERP) dataset on GBIF.org some images are not displayed e.g., for this species.

It is probably because the images are displayed in a viewer at source instead of an image URL, like this one. So it appears to be an issue with the source archive which is not the same across the dataset.

MattBlissett commented 2 years ago

Either the format for the image should be set to text/html (probably easiest)

Or the individual images could be mapped, i.e. https://ia600609.us.archive.org/view_archive.php?archive=/26/items/catalogueofdepar17unse/catalogueofdepar17unse_jp2.zip&file=catalogueofdepar17unse_jp2%2Fcatalogueofdepar17unse_0192.jp2&ext=jpg and https://ia600609.us.archive.org/view_archive.php?archive=/26/items/catalogueofdepar17unse/catalogueofdepar17unse_jp2.zip&file=catalogueofdepar17unse_jp2%2Fcatalogueofdepar17unse_0193.jp2&ext=jpg

Or the format could be image/jp2 and the original images used: https://archive.org/download/catalogueofdepar17unse/catalogueofdepar17unse_jp2.zip/catalogueofdepar17unse_jp2%2Fcatalogueofdepar17unse_0192.jp2 & https://archive.org/download/catalogueofdepar17unse/catalogueofdepar17unse_jp2.zip/catalogueofdepar17unse_jp2%2Fcatalogueofdepar17unse_0193.jp2 . I think we can handle JPEG 2000 format.

Or any combination of these.

CecSve commented 2 years ago

Thank you for following up @MattBlissett - help desk will contact the publisher and see if it is possible to update the affected records.