From 779e52cfd9384dab22d8b6a0518804a6d553aa4b Mon Sep 17 00:00:00 2001 From: Josh Humphries Date: Mon, 30 Oct 2023 19:19:48 +0000 Subject: [PATCH] docs: add todo about aligning with AC (Audiovisual Core, used to be called Audobon Core until quite recently) --- dataimporter/emu/views/image.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dataimporter/emu/views/image.py b/dataimporter/emu/views/image.py index 35df76d..88431b8 100644 --- a/dataimporter/emu/views/image.py +++ b/dataimporter/emu/views/image.py @@ -70,6 +70,8 @@ def make_data(self, record: SourceRecord) -> dict: "type": "StillImage", "license": "http://creativecommons.org/licenses/by/4.0/", "rightsHolder": "The Trustees of the Natural History Museum, London", + # TODO: should we use PixelXDimension PixelYDimension for this to be aligned + # with AC? "width": get_first("ChaImageWidth"), "height": get_first("ChaImageHeight"), }