Skip to content

Commit

Permalink
Bugfix 2428 python csv input (#2450)
Browse files Browse the repository at this point in the history
Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
  • Loading branch information
hsoh-u and Howard Soh authored Feb 21, 2023
1 parent 75f0bb6 commit 911c312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/python/met_point_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ def convert_point_data(self):
obs_var_map = {}
obs_qty_map = {}

self.use_var_id = not self.is_grib_code()

index = 0
#names=['typ', 'sid', 'vld', 'lat', 'lon', 'elv', 'var', 'lvl', 'hgt', 'qc', 'obs']
for csv_point_record in self.point_data:
Expand Down

0 comments on commit 911c312

Please sign in to comment.