Software for the Planetary Data System to generate Archive Information Package (AIP) and Submission Information Package (SIP) products, based upon Open Archival Information System standards.
Installing this package will give you two different executable Python programs:
pds-deep-archive
for making Deep Archives of local, on-disk PDS products.pds-deep-registry-archive
for making Deep Archives of proucts in a PDS Registry server.
See the online documentation for Installation instructions.
You should then be able to run the deep archive utilities:
(pds-deep-archive) bash> pds-deep-archive --help
(pds-deep-archive) bash> pds-deep-registry-archive --help
π Note: The above commands demonstrate typical usage with a command-line prompt, such as that provided by the popular bash
shell; your own prompt may appear differently and may vary depending on operating system, shell choice, and so forth.
See the Development Guide for more information.
Installation and Usage information can be found in the documentation online at https://nasa-pds.github.io/deep-archive/ or the latest version is maintained under the docs
directory.
To build the Sphinx HTML documentation:
$ python3.9 -m venv venv
$ venv/bin/python setup.py develop
$ venv/bin/python setup.py build_sphinx
running build_sphinx
β¦
The HTML pages are in build/sphinx/html.
This product has not been translated into any other languages than US English.
All users and developers of the NASA-PDS software are expected to abide by our Code of Conduct. Please read this to ensure you understand the expectations of our community. For information on how to contribute to NASA-PDS codebases please take a look at our Contributing guidelines.
- Issue Tracker: https://github.com/NASA-PDS/deep-archive/issues
- Source Code: https://github.com/NASA-PDS/deep-archive
- Wiki: https://github.com/NASA-PDS/deep-archive/wiki
If you need to mirror a part of a website to add to the test data, try this handy invocation of wget
:
$ wget \
--quiet \
--execute robots=off \
--cut-dirs=2 \
--reject='index.html*' \
--no-host-directories \
--mirror \
--no-parent \
--relative \
--timestamping \
--no-check-certificate \
--recursive \
"https://whatever/some/path"
Note β΄: Although the author typically reaches for curl
, it lacks a direct mirroring optionβhence wget
here.
Note β΅: This is mostly a "note-to-self" for the author of this subsection π.
If you are having issues file a bug report in Github: https://github.com/NASA-PDS/deep-archive/issues
Or you can reach us at https://pds.nasa.gov/?feedback=true
The project is licensed under the Apache License, version 2. See the LICENSE.txt
file for details.