mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +00:00
parent
bd359fa7f2
commit
0952c0f90c
6 changed files with 100 additions and 10 deletions
|
|
@ -48,6 +48,7 @@ enum class Level3ProductCategory
|
|||
SpecificDifferentialPhase,
|
||||
CorrelationCoefficient,
|
||||
VerticallyIntegratedLiquid,
|
||||
EchoTops,
|
||||
HydrometeorClassification,
|
||||
PrecipitationAccumulation,
|
||||
Unknown
|
||||
|
|
|
|||
|
|
@ -70,6 +70,9 @@ public:
|
|||
float log_offset() const;
|
||||
float log_scale() const;
|
||||
|
||||
std::uint8_t data_mask() const;
|
||||
std::uint8_t topped_mask() const;
|
||||
|
||||
units::angle::degrees<double> elevation() const;
|
||||
|
||||
bool IsCompressionEnabled() const;
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ enum class DataLevelCode
|
|||
NoAccumulation,
|
||||
RangeFolded,
|
||||
Reserved,
|
||||
Topped,
|
||||
|
||||
// Hydrometeor Classification
|
||||
Biological,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue