SETI / rms-pdsfile

pdsfile Python module
Apache License 2.0
0 stars 0 forks source link

Add pickle files for holdings/documents directory #14

Open rfrenchseti opened 7 months ago

rfrenchseti commented 7 months ago

From rms-webtools created by rfrenchseti: SETI/rms-webtools#76

Currently the documents directory does not have associated pickle files, which means any access by PdsFile needs to go to the filesystem instead of the pickle files. It would be more consistent to have pickle files for the documents directory as well. This involves updating the scripts in validation and also making any needed modifications to PdsFile.

rfrenchseti commented 7 months ago

Issue #75 is a stopgap that was necessary because this is not done. If and when this is done, consider reversing #75.