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

PDS3 to PDS4 label transformations: Capitalize the first letter of each word in the value instead of all lowercase. #7

Open
jordanpadams opened this issue Aug 2, 2019 · 0 comments
Labels
enhancement New feature or request icebox

Comments

@jordanpadams
Copy link
Member

From Daniel Politte and Susie Slavney:

Minor quibble: Keyword values in the PDS3 label are in all uppercase, and are transmitted to the PDS4 label in all lowercase.
Examples:
   " <Observing_System>
        <Observing_System_Component>
            <name>mars science laboratory</name>
            <type>Spacecraft</type>
        </Observing_System_Component>
      <Observing_System_Component>
           <name>sample analysis at mars</name>
            <type>Instrument</type>
      </Observing_System_Component>
    </Observing_System>
    <Target_Identification>
         <name>mars</name>
         <type>Planet</type>
    </Target_Identification>"
We would prefer these values to be transmitted with the first letter of each word capitalized, e.g. Mars Science Laboratory, Sample Analysis at Mars, and Mars (planet name).
@jordanpadams jordanpadams added the enhancement New feature or request label Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request icebox
Projects
Status: ToDo
Development

No branches or pull requests

1 participant