datapack icon indicating copy to clipboard operation
datapack copied to clipboard

Add Bagit serialization/Deserialization to the DataPackage class

Open ghost opened this issue 11 years ago • 3 comments

ghost avatar Sep 04 '14 18:09 ghost

Create a separate Bagit class

gothub avatar Aug 21 '15 22:08 gothub

Added serializeToBagit() to DataPackage.R in commit d43da665ffe4e1f75f1b3b8905a026aa98e26164

gothub avatar Oct 20 '15 21:10 gothub

Still need to add deserialization method that will take a BagIt archive file and create a DataPackage containing the payload files as DataObjects. A separate method will be used to perform the BagIt validation (optional operation) to compare the manifest checksums with the payload files.

gothub avatar Jul 06 '16 16:07 gothub