Skip to content

Commit

Permalink
Add windcube instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoleskinen authored and siiptuo committed Feb 22, 2024
1 parent 03b3116 commit 121ee9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cloudnetpy/instruments/instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ class Instrument:
model="StreamLine",
)

WINDCUBE = Instrument(
manufacturer="Leosphere",
domain="lidar",
category="Doppler lidar",
model="WindCube",
)

PARSIVEL2 = Instrument(
manufacturer="OTT HydroMet",
domain="disdrometer",
Expand Down

0 comments on commit 121ee9d

Please sign in to comment.