SETI / rms-pds4indextools

PDS4 index tools Python module
Apache License 2.0
0 stars 0 forks source link

Should --config-file and --user-label-file be the same thing? #24

Closed rfrenchseti closed 2 months ago

rfrenchseti commented 3 months ago

In pds4_create_xml_index, currently we have two different ways of specifying configuration files. -config-file specifies things related to index file generation (like nillable elements and null constants) while --user-label-file specifies the contents of configurable portions of label files. On top of that, they are in different formations (.ini and YAML, respectively), requiring the user to learn two new file formats to use the tool.