LCOGT/neoexchange

Mop-up inconsistencies in PDS XML files

Closed this issue · 0 comments

APL review of the 2023 May 15 delivered PDS data threw up some inconsistencies that should be tidied up:

The issues were:

for all the overview.xml:

   incorrect reference of SIS local identifier. SIS document XML shows logical ID is urn:nasa:pds:dart_teleobs:document_lcogt:lcogt_dart_uncalibrated_calibrated_sis.

 This same ID should be used in overview.xml  but instead the lid_reference is urn:nasa:pds:dart_teleobs:documentation_lcogt:las_cumbres_dart_uncalibrated_calibrated_sis. The difference is "lcogt_dart" vs "las_cumbres_dart" and "document_lcogt" vs "documentation_lcogt"

 for all collection*.xml files:

  incorrect reference to SIS (same as above)

incorrect reference to overview.xml. Ex. the LID for data_lcogtraw/overview.xml is data_lcogtraw:collection_data_lcogtraw_overview. Instead it showed “data_lcogtraw:overview”

for all collection*.csv files:

  missing entry for overview.xml. The csv file should contain a record for every XML in the collection except for the collection.xml.

  I added the reference to each overview.xml and incremented the collection*.xml files by 1 to account for this.