Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File to allow renaming of headers #21

Closed
rfrenchseti opened this issue Jul 8, 2024 · 1 comment · Fixed by #45
Closed

File to allow renaming of headers #21

rfrenchseti opened this issue Jul 8, 2024 · 1 comment · Fixed by #45

Comments

@rfrenchseti
Copy link
Collaborator

In pds4_create_xml_index, right now a header can be one of two strings:

  • The full XPath
  • The simplified XPath, assuming it is unambiguous

There are use cases where neither of these is desirable, such when XPaths are ambiguous but you don't want to include the full, long XPaths.

One solution is to allow an optional file for the renaming of XPaths. Its format would be something like:

<XPath>,<new name>
@matthewtiscareno
Copy link
Collaborator

This is needed internally, in order to create index files for Uranus Occs and Becker-Jarmak Occs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants