siphon
siphon copied to clipboard
Fix WyomingUpperAir Missing Station Information bug
Description Of Changes
Fixed bug #749 which happens with some soundings that are missing Latitude, Longitude, and Elevation data.
Example:
df = WyomingUpperAir.request_data(datetime(2012, 1, 1, 0), '82244')
Checklist
- [X] Tests added