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

CCB-42: Add Array_1D_Spectrum to File_Area_Ancillary, File_Area_Browse, and File_Area_Observational_Supplemental #831

Closed
jordanpadams opened this issue Nov 6, 2024 · 1 comment
Assignees
Labels

Comments

@jordanpadams
Copy link
Member

jordanpadams commented Nov 6, 2024

🦄 Sibling SCR

NASA-PDS/PDS4-CCB#42

💡 SCR Summary

Requested Changes

The proposed solution is to change Product_Collection from:
From

To:
To

Example new .xml:

<File_Area_Inventory>
    <File>
      <file_name>collection_data_inventory1.csv</file_name>
      <local_identifier>inventory_collection1.data</local_identifier>
    </File>
    <Inventory>
      <local_identifier>collection_inventory.data</local_identifier>
      <offset unit="byte">0</offset>
      <parsing_standard_id>PDS DSV 1</parsing_standard_id>
      <records>10000</records>
      <record_delimiter>Carriage-Return Line-Feed</record_delimiter>
      <field_delimiter>Comma</field_delimiter>

      <Record_Delimited>
        <fields>2</fields>
        <groups>0</groups>
        <maximum_record_length unit="byte">259</maximum_record_length>

        <Field_Delimited>
          <name>Member Status</name>
          <field_number>1</field_number>
          <data_type>ASCII_String</data_type>
          <maximum_field_length unit="byte">1</maximum_field_length>
          <description>
                        This columns specifies the Member Status of the files that 
                        comprise the collection.  
                    </description>
        </Field_Delimited>
        <Field_Delimited>
          <name>LIDVID_LID</name>
          <field_number>2</field_number>
          <data_type>ASCII_LIDVID_LID</data_type>
          <maximum_field_length unit="byte">255</maximum_field_length>
          <description>
                        This columns specifies the LIDVID of the files that 
                        comprise the collection.  
                    </description>
        </Field_Delimited>
      </Record_Delimited>

      <reference_type>inventory_has_member_product</reference_type>

    </Inventory>
  </File_Area_Inventory>
<File_Area_Inventory>
    <File>
      <file_name>collection_data_inventory2.csv</file_name>
      <local_identifier>inventory_collection2.data</local_identifier>
    </File>
    <Inventory>
      <local_identifier>collection_inventory2.data</local_identifier>
      <offset unit="byte">0</offset>
      <parsing_standard_id>PDS DSV 1</parsing_standard_id>
      <records>10000</records>
      <record_delimiter>Carriage-Return Line-Feed</record_delimiter>
      <field_delimiter>Comma</field_delimiter>

      <Record_Delimited>
        <fields>2</fields>
        <groups>0</groups>
        <maximum_record_length unit="byte">259</maximum_record_length>

        <Field_Delimited>
          <name>Member Status</name>
          <field_number>1</field_number>
          <data_type>ASCII_String</data_type>
          <maximum_field_length unit="byte">1</maximum_field_length>
          <description>
                        This columns specifies the Member Status of the files that 
                        comprise the collection.  
                    </description>
        </Field_Delimited>
        <Field_Delimited>
          <name>LIDVID_LID</name>
          <field_number>2</field_number>
          <data_type>ASCII_LIDVID_LID</data_type>
          <maximum_field_length unit="byte">255</maximum_field_length>
          <description>
                        This columns specifies the LIDVID of the files that 
                        comprise the collection.  
                    </description>
        </Field_Delimited>
      </Record_Delimited>

      <reference_type>inventory_has_member_product</reference_type>

    </Inventory>
  </File_Area_Inventory>

Added to parent epic?

Will do

@jordanpadams jordanpadams added requirement pending-scr Approved SCR queued for implementation B15.0 p.must-have labels Nov 6, 2024
@github-project-automation github-project-automation bot moved this to Sprint Backlog in B15.1 Nov 6, 2024
@jordanpadams jordanpadams removed this from B15.1 Nov 6, 2024
@github-project-automation github-project-automation bot moved this to Release Backlog in B15.0 Nov 6, 2024
@jordanpadams
Copy link
Member Author

closed per #811

@github-project-automation github-project-automation bot moved this from ToDo to 🏁 Done in EN Portfolio Backlog Nov 6, 2024
@github-project-automation github-project-automation bot moved this from Release Backlog to 🏁 Done in B15.0 Nov 6, 2024
jordanpadams added a commit that referenced this issue Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🏁 Done
Status: 🏁 Done
Development

No branches or pull requests

2 participants