Skip to content

Commit

Permalink
fix MWX sonde type retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Sep 23, 2024
1 parent b44c76b commit 814faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysonde/sounding.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def generate_sounding_id(self, config):

def get_sonde_type(self):
"""Get sonde type"""
if self.level0_reader == "MWX":
if self.level0_reader == "MW41":
# Check if "SondeTypeName" exists in meta_data
if "SondeTypeName" in self.meta_data:
if self.meta_data["SondeTypeName"] == "RS41-SGP":
Expand Down

0 comments on commit 814faa1

Please sign in to comment.