You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,11 +28,11 @@ This directory contains automatically generated CSV reports that track the statu
28
28
| PDS_GEO | 0 | 16 |
29
29
| PDS_IMG | 0 | 64 |
30
30
| PDS_NAIF | 0 | 183 |
31
-
| PDS_PPI | 1 |274|
31
+
| PDS_PPI | 1 |4|
32
32
| PDS_RMS | 0 | 1 |
33
-
| PDS_SBN |26|142|
33
+
| PDS_SBN |25|136|
34
34
| PSA | 902 | 4171 |
35
-
|**Total**|**932**|**4881**|
35
+
|**Total**|**931**|**4605**|
36
36
37
37
<!-- METRICS_END -->
38
38
@@ -41,23 +41,19 @@ This directory contains automatically generated CSV reports that track the statu
41
41
### Missing Products
42
42
43
43
These reports identify products that are marked as missing in the registry (`found_in_registry: false`).
44
-
Three variants are generated per product type by comparing version numbers numerically within each LID:
44
+
Version status is determined by comparing version numbers numerically within each LID; the `superseded` column indicates whether a LIDVID is the latest version (`false`) or an older version that has been superseded by a newer one (`true`).
45
45
46
46
| File | Description |
47
47
|------|-------------|
48
-
|`missing_bundles_in_registry.csv`| All missing Product_Bundle records (overall) |
49
-
|`missing_bundles_latest_in_registry.csv`| Only the highest-versioned missing bundle per LID |
50
-
|`missing_bundles_superseded_in_registry.csv`| Older versions of missing bundles (superseded by a newer version) |
51
-
|`missing_collections_in_registry.csv`| All missing Product_Collection records (overall) |
52
-
|`missing_collections_latest_in_registry.csv`| Only the highest-versioned missing collection per LID |
53
-
|`missing_collections_superseded_in_registry.csv`| Older versions of missing collections (superseded by a newer version) |
48
+
|`missing_bundles_in_registry.csv`| All missing Product_Bundle records, with a `superseded` column |
49
+
|`missing_collections_in_registry.csv`| All missing Product_Collection records, with a `superseded` column |
@@ -216,7 +209,8 @@ Both queries return up to 2000 results per product type.
216
209
-**NODE_ID** - The PDS node responsible for the product (e.g., PDS_SBN, PDS_ENG, PDS_GEO)
217
210
-**LIDVID** - Logical Identifier with Version ID in the format `urn:nasa:pds:bundle_name::version`
218
211
-**PRODUCT_CLASS** - Type of product (Product_Bundle or Product_Collection)
219
-
-**HARVEST_DATE_TIME** - Timestamp when the product was harvested into the registry (ISO 8601 format, UTC)
212
+
-**SUPERSEDED** - (`true`/`false`) Whether this LIDVID has been superseded by a higher-versioned LIDVID for the same LID. `false` means it is the latest version; `true` means a newer version exists. Present only in missing-product CSVs.
213
+
-**HARVEST_DATE_TIME** - Timestamp when the product was harvested into the registry (ISO 8601 format, UTC). Present only in staged-product CSVs.
0 commit comments