Skip to content

NASA-PDS/pds4-information-model

Repository files navigation

🪐 NASA PDS4 Information Model Repo

DOI 🤪 Unstable integration & delivery 😌 Stable integration & delivery

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.

👥 Contributing

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

Installation instructions are broken into sections for operational and development installations.

Operational

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

Development

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/

Detect Secrets

The Planetary Data System's Engineering Node uses detect-secrets, specifically a version forked by the SLIM Team, called slim-detect-secrets. This tool replaces Git Secrets but serves the same purpose: it helps prevent committing information to a repository that should remain secret. Unlike Git Secrets, though, the kinds of secrets detect-secrets finds includes not just passwords or API keys, but also hostnames and email addresses. It also uses entropy analysis to detect randomized strings that could be passwords.

To install, see the wiki. To update a new .secrets.baseline file, run the custom script in the repo to generate the secrets. https://github.com/NASA-PDS/pds4-information-model/tree/main/bin. This is needed because there are numerous additional files that should be ignored in this repo.

💁‍♀️ Usage

See the deployed documentation for usage details for the various components: https://nasa-pds.github.io/pds4-information-model/

👥 Contributing

Please see the contribution guidelines but also be sure to see our code of conduct.

🔢 Versioning

We use the SemVer philosophy for versioning this software.

📃 License

The project is licensed under the Apache version 2 license.

About

The software tools and data necessary for generating the Information Model including PDS4 ontology, data, and information model.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages