Skip to content

This dictionary supports data from the Voyager missions.

License

Notifications You must be signed in to change notification settings

pds-data-dictionaries/ldd-vgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<My_NS_Name (prefix)> <Discipline|Local> Namespace

The <My_NS_Name (prefix)> <Discipline/Local> Namespace does x, y, z.

Steward: add-steward-name-here, add-node-id-here Node

Documentation

See this namespace's online documentation at https://pds-data-dictionaries.github.io/ldd-template for a User Guide and Detailed Documentation on this namespace.

Latest Release

Using This Repository

In this repo you will find...

  • src - The managed IngestLDD file that defines this namespace. This is where changes to the namespace itself are made.
  • build - The generated schema files for this namespace. The .xsd and .sch files can be found here, among other LDDTool output
  • test - The regression tests for this namespace.
  • logs - Logs generated by the GitHub-automated build and test processes of LDDTool and Validate
  • examples - Code samples for using this namespace
  • .github - Internal files used to manage the automated build processes

Implement

See the tutorial on updating and building an IngestLDD and the LDD Update Process for more details.

Contribute

Propose Updates

See the LDD Update Process

Contribute

Have a bug or feature request? Create one in the PDS4 Issue Repo.

Support

See the PDS Data Dictionaries Support page for more Support information.

Notes

Each build is auto-generated using Github Actions, PDS4 LDDTool, and Validate Tool.

You can manually run LDDTool on the IngestLDD using the following command:

lddtool -lpsnJ MY_IngestLDD.xml

Generating Namespace Documentation

This is auto-generated by Github Actions, but if you would like to generate on your laptop:

`. Install Python dependencies (preferable within a Python virtual environment)

pip install -r requirements

Generating HTML

  1. Make the docs
cd docs
make clean html
  1. Preview the html in your browser
open build/html/index.html

Generating PDF

  1. Install additional dependencies:

On a Mac:

brew install texlive

On Linux:

apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended 
  1. Make the PDF
cd docs
make latexpdf
  1. Preview the PDF
# filename will vary depending upon the project name specified in conf.py
open build/latex/pdsexamplenamespace.pdf

About

This dictionary supports data from the Voyager missions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published