Skip to content

Commit

Permalink
Updating documentation with example configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
esimpsons3ti committed Jul 17, 2024
1 parent 07761bb commit a05f7ab
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/pds4_create_xml_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,22 @@ Moreover, the configuration files can include content for label generation. This
allows you to add optional classes to the generated label file, such as
``Citation_Information``, ``Modification_History``, and more. Additionally, you can
override existing values within the generated label file using these configuration files.

Below is an example of a configuration file in ``YAML`` format:

```
"pds:ASCII_Integer":
inapplicable: -9999
missing: -9988
unknown: -9977
anticipated: -9966

"pds:ASCII_Real":
inapplicable: -9999.0
missing: -9988.0
unknown: -9977.0
anticipated: -9966.0
```

This will replace the values for nilled elements with the data types ``pds:ASCII_Integer``
and ``pds:ASCII_Real`` with alternate values.

0 comments on commit a05f7ab

Please sign in to comment.