A couple of minor issues with the range coordinate variable specification in section 5.2.2 (page 25):
- The
long_name attribute value is styled as a standard_name. Long names are intended to be human readable (suitable for plot / axis titles). Suggest we change it to "Range to measurement volume".
- The
spacing_is_constant, meters _to_center_of_first_gate and meters_between_gates are technically redundant since this data can be obtained from the array itself. I'm worried about what happens if these values disagree with the array. Do we really need them?
A couple of minor issues with the
rangecoordinate variable specification in section5.2.2(page 25):long_nameattribute value is styled as astandard_name. Long names are intended to be human readable (suitable for plot / axis titles). Suggest we change it to "Range to measurement volume".spacing_is_constant,meters _to_center_of_first_gateandmeters_between_gatesare technically redundant since this data can be obtained from the array itself. I'm worried about what happens if these values disagree with the array. Do we really need them?