Skip to content

Too many dimensions ISTP logging warning for support data #265

@sdhoyt

Description

@sdhoyt

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions