-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: uncompressed AIPs need pointer files #324
Comments
Adding some context and additional detail following a brief discussion with @sromkey.... one of the reasons uncompressed AIPS did not have pointer files was due to a limitation in earlier versions of PREMIS, where you could only describe a bitstream, but not an intellectual entity. PREMIS 3 now allows for description of intellectual entity. I would add a further motivation for this fix... simple consistency. It would simply make more sense to have a pointer file for every AIP (one less 'exception' or special case for users to have to understand). Alternatively, the UI should explain why there isn't a pointer file, or at least not provide a button to view the pointer file when one doesn't exist (currently if you press that button for an uncompressed AIP you get a 404 message from the storage service which is not very user-friendly). |
@ross-spencer Assigning this to you for the future - it's for 1.12, but probably needs some analysis! |
I agree with @joel-simpson, more consistency for AIPs and less confusion for dashboard users.
|
Pointer files are needed to describe uncompressed AIPs. (They are already created for compressed AIPs.) Motivations:
The scope of fixing this issue should include introduction of METS/PREMIS validation using the validation already implemented in mets-reader-writer.
TODO: provide an estimate of what resolving this issue would entail.
The text was updated successfully, but these errors were encountered: