The software tools and data necessary for generating the Information Model including PDS4 ontology, data, and information model.
Please visit our website at https://nasa-pds.github.io/pds4-information-model/ for information about the modules that comrpise the information model.
Within the NASA Planetary Data System, we value the health of our community as much as the code. Towards that end, we ask that you read and practice what's described in these documents:
- Our contributor's guide delineates the kinds of contributions we accept.
- Our code of conduct outlines the standards of behavior we practice and expect by everyone who participates with our software.
Installation instructions are broken into sections for operational and development installations.
For operational installation of LDDTool, see the deployed documentation for installation instructions: https://nasa-pds.github.io/pds4-information-model/model-lddtool/install/index.html
For development installation, use maven:
$ # Package the software
$ mvn clean package
$ # Generate the site (must run package first)
$ mvn site:site site:stage
$ # To view generated docs
$ open target/staging/model/index.html
To update the site documentation, see each components src/site
directory (this is common for all Java Maven software):
Component | Site Directory | Online Documentation |
---|---|---|
Top-level Page | src/site |
https://nasa-pds.github.io/pds4-information-model/ |
LDDTool | model-lddtool/src/site |
https://nasa-pds.github.io/pds4-information-model/model-lddtool/ |
DMDocument | model-dmdocument/src/site |
https://nasa-pds.github.io/pds4-information-model/model-dmdocument/ |
Ontology | model-ontology/src/site |
https://nasa-pds.github.io/pds4-information-model/model-ontology/ |
See the deployed documentation for usage details for the various components: https://nasa-pds.github.io/pds4-information-model/
Please see the contribution guidelines but also be sure to see our code of conduct.
We use the SemVer philosophy for versioning this software.
The project is licensed under the Apache version 2 license.