Ensure soundings from RAOB files have location

This commit is contained in:
XANTRONIX 2025-03-26 23:14:06 -04:00
parent 27dff00c9d
commit 3d21477330

View file

@ -32,6 +32,7 @@ for path in getattr(args, 'raob-sounding-file'):
if station is not None: if station is not None:
sounding.station = station.code sounding.station = station.code
sounding.location = station.location
if not args.dry_run: if not args.dry_run:
db.add(sounding) db.add(sounding)