-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to add the Specify additional variables you want to include #756
Labels
Comments
The code parsing the return from the Wyoming web service is here: siphon/src/siphon/simplewebservice/wyoming.py Lines 70 to 125 in 7c24f40
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi iam interested to add the the additional_variables such as potential_temperature, equivalent_potential_temperature, virtual_potential_temperature from university wyoming data currently
Index(['pressure', 'height', 'temperature', 'dewpoint', 'direction', 'speed',
'u_wind', 'v_wind', 'station', 'station_number', 'time', 'latitude',
'longitude', 'elevation'],
dtype='object')
currently these are variables exit in the code so i want the the above additional variables please suggest how to add and how to proceed
The text was updated successfully, but these errors were encountered: