From 61ea9e3133146c4d34ffec12bafeb02f456cb0fc Mon Sep 17 00:00:00 2001 From: Ovidiu Date: Mon, 21 Jul 2025 15:32:31 +0300 Subject: [PATCH 1/3] Added CADIP extension --- fields.json | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/fields.json b/fields.json index 1ae7115..7105dad 100644 --- a/fields.json +++ b/fields.json @@ -3,6 +3,7 @@ "alternate": "Alternative Access Methods", "anon": "Anonymized Location", "auth": "Authentication", + "cadip": "CADIP", "card4l": { "label": "CARD4L", "explain": "CEOS Analysis Ready Data for Land" @@ -1680,6 +1681,104 @@ "cbers:path": "Reference Grid Path", "cbers:row": "Reference Grid Row", + "cadip:id": { + "label": "CADIP Session UUID", + "ext": "cadip", + "format": "String", + "explain": "UUID for the Session instance within CADIP.", + "summary": "v" + }, + "cadip:acquisition_id": { + "label": "Acquisition ID", + "ext": "cadip", + "format": "String", + "explain": "Acquisition ID code from the acquisition plan.", + "summary": "v" + }, + "cadip:num_channels": { + "label": "Number of Channels", + "ext": "cadip", + "format": "Number", + "explain": "Number of channels in the session (1–4).", + "summary": "r" + }, + "cadip:station_id": { + "label": "Station ID", + "ext": "cadip", + "format": "String", + "explain": "Identifier distinguishing the acquisition station.", + "summary": "v" + }, + "cadip:station_unit_id": { + "label": "Station Unit ID", + "ext": "cadip", + "format": "String", + "explain": "2-digit X-band station unit identifier.", + "summary": "v" + }, + "cadip:antenna_id": { + "label": "Antenna ID", + "ext": "cadip", + "format": "String", + "explain": "Identification of the antenna used.", + "summary": "v" + }, + "cadip:front_end_id": { + "label": "Front-End Processor ID", + "ext": "cadip", + "format": "String", + "explain": "FEP identifier; stations may use dual acquisition chains.", + "summary": "v" + }, + "cadip:planned_data_start": { + "label": "Planned Data Start", + "ext": "cadip", + "format": "Timestamp", + "explain": "Planned start of the downlink from the SAPF plan.", + "summary": "r" + }, + "cadip:planned_data_stop": { + "label": "Planned Data Stop", + "ext": "cadip", + "format": "Timestamp", + "explain": "Planned stop of the downlink from the SAPF plan.", + "summary": "r" + }, + "cadip:retransfer": { + "label": "Retransfer Session", + "ext": "cadip", + "format": "Boolean", + "explain": "True if the session corresponds to a retransfer.", + "summary": "v" + }, + "cadip:antenna_status_ok": { + "label": "Antenna Status OK", + "ext": "cadip", + "format": "Boolean", + "explain": "Quality flag for the acquired pass at antenna level.", + "summary": "v" + }, + "cadip:front_end_status_ok": { + "label": "Front-End Status OK", + "ext": "cadip", + "format": "Boolean", + "explain": "Quality flag for the acquired pass at FEP level.", + "summary": "v" + }, + "cadip:downlink_status_ok": { + "label": "Downlink Status OK", + "ext": "cadip", + "format": "Boolean", + "explain": "Overall status of the downlink.", + "summary": "v" + }, + "cadip:delivery_push_ok": { + "label": "Delivery Push OK", + "ext": "cadip", + "format": "Boolean", + "explain": "Evaluation of data dissemination to the DDP.", + "summary": "v" + }, "card4l:specification": { "label": "Specification", "mapping": { From 442789944c2da252c5128ebcfc214a0fc55e2892 Mon Sep 17 00:00:00 2001 From: Ovidiu Date: Mon, 21 Jul 2025 16:32:19 +0300 Subject: [PATCH 2/3] Removed summary --- fields.json | 42 ++++++++++++++---------------------------- 1 file changed, 14 insertions(+), 28 deletions(-) diff --git a/fields.json b/fields.json index 7105dad..adced0d 100644 --- a/fields.json +++ b/fields.json @@ -1685,99 +1685,85 @@ "label": "CADIP Session UUID", "ext": "cadip", "format": "String", - "explain": "UUID for the Session instance within CADIP.", - "summary": "v" + "explain": "UUID for the Session instance within CADIP." }, "cadip:acquisition_id": { "label": "Acquisition ID", "ext": "cadip", "format": "String", - "explain": "Acquisition ID code from the acquisition plan.", - "summary": "v" + "explain": "Acquisition ID code from the acquisition plan." }, "cadip:num_channels": { "label": "Number of Channels", "ext": "cadip", "format": "Number", - "explain": "Number of channels in the session (1–4).", - "summary": "r" + "explain": "Number of channels in the session (1–4)." }, "cadip:station_id": { "label": "Station ID", "ext": "cadip", "format": "String", - "explain": "Identifier distinguishing the acquisition station.", - "summary": "v" + "explain": "Identifier distinguishing the acquisition station." }, "cadip:station_unit_id": { "label": "Station Unit ID", "ext": "cadip", "format": "String", - "explain": "2-digit X-band station unit identifier.", - "summary": "v" + "explain": "2-digit X-band station unit identifier." }, "cadip:antenna_id": { "label": "Antenna ID", "ext": "cadip", "format": "String", - "explain": "Identification of the antenna used.", - "summary": "v" + "explain": "Identification of the antenna used." }, "cadip:front_end_id": { "label": "Front-End Processor ID", "ext": "cadip", "format": "String", - "explain": "FEP identifier; stations may use dual acquisition chains.", - "summary": "v" + "explain": "FEP identifier; stations may use dual acquisition chains." }, "cadip:planned_data_start": { "label": "Planned Data Start", "ext": "cadip", "format": "Timestamp", - "explain": "Planned start of the downlink from the SAPF plan.", - "summary": "r" + "explain": "Planned start of the downlink from the SAPF plan." }, "cadip:planned_data_stop": { "label": "Planned Data Stop", "ext": "cadip", "format": "Timestamp", - "explain": "Planned stop of the downlink from the SAPF plan.", - "summary": "r" + "explain": "Planned stop of the downlink from the SAPF plan." }, "cadip:retransfer": { "label": "Retransfer Session", "ext": "cadip", "format": "Boolean", - "explain": "True if the session corresponds to a retransfer.", - "summary": "v" + "explain": "True if the session corresponds to a retransfer." }, "cadip:antenna_status_ok": { "label": "Antenna Status OK", "ext": "cadip", "format": "Boolean", - "explain": "Quality flag for the acquired pass at antenna level.", - "summary": "v" + "explain": "Quality flag for the acquired pass at antenna level." }, "cadip:front_end_status_ok": { "label": "Front-End Status OK", "ext": "cadip", "format": "Boolean", - "explain": "Quality flag for the acquired pass at FEP level.", - "summary": "v" + "explain": "Quality flag for the acquired pass at FEP level." }, "cadip:downlink_status_ok": { "label": "Downlink Status OK", "ext": "cadip", "format": "Boolean", - "explain": "Overall status of the downlink.", - "summary": "v" + "explain": "Overall status of the downlink." }, "cadip:delivery_push_ok": { "label": "Delivery Push OK", "ext": "cadip", "format": "Boolean", - "explain": "Evaluation of data dissemination to the DDP.", - "summary": "v" + "explain": "Evaluation of data dissemination to the DDP." }, "card4l:specification": { "label": "Specification", From 34956e2a16188e8429b2c2cc80feaec1e1941448 Mon Sep 17 00:00:00 2001 From: Ovidiu Date: Mon, 21 Jul 2025 17:37:17 +0300 Subject: [PATCH 3/3] Corrected values --- fields.json | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/fields.json b/fields.json index adced0d..298bc3d 100644 --- a/fields.json +++ b/fields.json @@ -1684,86 +1684,93 @@ "cadip:id": { "label": "CADIP Session UUID", "ext": "cadip", - "format": "String", - "explain": "UUID for the Session instance within CADIP." + "explain": "UUID for the Session instance within CADIP.", + "summary": false }, "cadip:acquisition_id": { "label": "Acquisition ID", "ext": "cadip", - "format": "String", - "explain": "Acquisition ID code from the acquisition plan." + "explain": "Acquisition ID code from the acquisition plan.", + "summary": false }, "cadip:num_channels": { "label": "Number of Channels", "ext": "cadip", - "format": "Number", - "explain": "Number of channels in the session (1–4)." + "explain": "Number of channels in the session (1–4).", + "summary": "r" }, "cadip:station_id": { "label": "Station ID", "ext": "cadip", - "format": "String", - "explain": "Identifier distinguishing the acquisition station." + "explain": "Identifier distinguishing the acquisition station.", + "summary": "v" }, "cadip:station_unit_id": { "label": "Station Unit ID", "ext": "cadip", - "format": "String", - "explain": "2-digit X-band station unit identifier." + "explain": "2-digit X-band station unit identifier.", + "summary": "v" }, "cadip:antenna_id": { "label": "Antenna ID", "ext": "cadip", - "format": "String", - "explain": "Identification of the antenna used." + "explain": "Identification of the antenna used.", + "summary": "v" }, "cadip:front_end_id": { "label": "Front-End Processor ID", "ext": "cadip", - "format": "String", - "explain": "FEP identifier; stations may use dual acquisition chains." + "explain": "FEP identifier; stations may use dual acquisition chains.", + "summary": "v" }, "cadip:planned_data_start": { "label": "Planned Data Start", "ext": "cadip", "format": "Timestamp", - "explain": "Planned start of the downlink from the SAPF plan." + "explain": "Planned start of the downlink from the SAPF plan.", + "summary": "v" }, "cadip:planned_data_stop": { "label": "Planned Data Stop", "ext": "cadip", "format": "Timestamp", - "explain": "Planned stop of the downlink from the SAPF plan." + "explain": "Planned stop of the downlink from the SAPF plan.", + "summary": "v" }, "cadip:retransfer": { "label": "Retransfer Session", "ext": "cadip", "format": "Boolean", - "explain": "True if the session corresponds to a retransfer." + "explain": "True if the session corresponds to a retransfer.", + "summary": "v" }, "cadip:antenna_status_ok": { "label": "Antenna Status OK", "ext": "cadip", "format": "Boolean", - "explain": "Quality flag for the acquired pass at antenna level." + "explain": "Quality flag for the acquired pass at antenna level.", + "summary": "v" }, "cadip:front_end_status_ok": { "label": "Front-End Status OK", "ext": "cadip", "format": "Boolean", - "explain": "Quality flag for the acquired pass at FEP level." + "explain": "Quality flag for the acquired pass at FEP level.", + "summary": "v" }, "cadip:downlink_status_ok": { "label": "Downlink Status OK", "ext": "cadip", "format": "Boolean", - "explain": "Overall status of the downlink." + "explain": "Overall status of the downlink.", + "summary": "v" }, "cadip:delivery_push_ok": { "label": "Delivery Push OK", "ext": "cadip", "format": "Boolean", - "explain": "Evaluation of data dissemination to the DDP." + "explain": "Evaluation of data dissemination to the DDP.", + "summary": "v" }, "card4l:specification": { "label": "Specification",