Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.29 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.29 KB

Overview

The NASA Planetary Data System PDS4 Data Dictionaries Repo is used for managing schemas and local data dictionaries for the PDS4 Information Model.


Documentation

The documentation can be found in the docs/source directory. Feel free to update and provide pull requests as you see fit.


Build

Install Python dependencies (preferable within a Python virtual environment)

pip install -r requirements

Make the docs

cd docs
make clean html

# preview the html in your browser
open build/html/index.html

Support

Found a bug? Have a question? Or in need of any other support regarding PDS4 Data Dictionaries? Please file a report in our issue tracker.


Contribute