how to add the Specify additional variables you want to include
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 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