nexrad-decode 0.1.2

Decoding functions and models for NEXRAD weather radar data.
Documentation
1
2
3
4
5
6
7
8
9
10
/// The possible RDA redundant channels.
#[derive(Debug, PartialEq, Eq, Clone, Copy, Hash)]
pub enum RedundantChannel {
    LegacySingleChannel,
    LegacyRedundantChannel1,
    LegacyRedundantChannel2,
    ORDASingleChannel,
    ORDARedundantChannel1,
    ORDARedundantChannel2,
}