NASA-PDS / pds4-information-model

The software tools and data necessary for generating the Information Model including PDS4 ontology, data, and information model.
https://nasa-pds.github.io/pds4-information-model/
Other
11 stars 7 forks source link

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

Closed jordanpadams closed 2 hours ago

jordanpadams commented 2 hours ago

🦄 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 commented 2 hours ago

closed per #811