-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
Description
I'm getting the following ISTP compliance warnings from cdflib
WARNING:cdflib.logging:ISTP Compliance Warning: direct_events is listed as the DEPEND_1 for variable de_time, but de_time does not have that many dimensions
WARNING:cdflib.logging:ISTP Compliance Warning: direct_events is listed as the DEPEND_1 for variable esa_step, but esa_step does not have that many dimensions
WARNING:cdflib.logging:ISTP Compliance Warning: direct_events is listed as the DEPEND_1 for variable mode, but mode does not have that many dimensions
WARNING:cdflib.logging:ISTP Compliance Warning: direct_events is listed as the DEPEND_1 for variable tof0, but tof0 does not have that many dimensions
WARNING:cdflib.logging:ISTP Compliance Warning: direct_events is listed as the DEPEND_1 for variable tof1, but tof1 does not have that many dimensions
WARNING:cdflib.logging:ISTP Compliance Warning: direct_events is listed as the DEPEND_1 for variable tof2, but tof2 does not have that many dimensions
WARNING:cdflib.logging:ISTP Compliance Warning: direct_events is listed as the DEPEND_1 for variable tof3, but tof3 does not have that many dimensions
WARNING:cdflib.logging:ISTP Compliance Warning: direct_events is listed as the DEPEND_1 for variable cksm, but cksm does not have that many dimensions
WARNING:cdflib.logging:ISTP Compliance Warning: direct_events is listed as the DEPEND_1 for variable pos, but pos does not have that many dimensions
WARNING:cdflib.logging:ISTP Compliance Warning: direct_events is listed as the DEPEND_1 for variable direct_events, but direct_events does not have that many dimensions
Each of the variables is a 1 dimensional support_data type variable that is not tied to an Epoch, so DEPEND_0 is left undefined and the index coordinate is set to DEPEND_1. This way of defining this passed the SKTEditor check, so I think it should be ok from an ISTP perspective.
Reactions are currently unavailable