siphon icon indicating copy to clipboard operation
siphon copied to clipboard

how to add the Specify additional variables you want to include

Open paparao123 opened this issue 2 years ago • 1 comments

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

paparao123 avatar Jan 09 '24 10:01 paparao123

The code parsing the return from the Wyoming web service is here:

https://github.com/Unidata/siphon/blob/7c24f4003b738bd88d8bcf965b39992d1ee97c49/src/siphon/simplewebservice/wyoming.py#L70-L125

dopplershift avatar Jan 09 '24 21:01 dopplershift