Open jimk-bdrc opened 3 years ago
yes, I think this is a good idea. i'm in favor of storing them in the meta
folder.
sure, works for me
Juste realized, we'll have to add them all before Elie can use it. Scheduling is the issue.
A better way would be to leave them out of the images stream, and only recombine them when DIPping to the s3://archive.tbrc.org/Works stream.
See buda-base/volume-manifest-builder/48
As part of researching how to fix archive-ops 506, I realize we should think about using a different repository from the images to store information about them. There are two reasons for this:
We could just use a different folder under the same work (
meta/
or a new one, perhapsmanifest
The work would be straight forward, just simultaneously changing/images/
with/manifest
(or equivalent) in:buda-iiif-presentation.ImageInfoListService.java
ImageRepositoryBase.getPathFromLocators
fromThere's a little more work on the Python side, because v_m_b assumes its input and output folders are the same, but that's not big deal.
There will be a short migration process while we move all the existing
dimensions.json
and 'fileList.json` to their new homes.wdyt?