Unidata / siphon

Siphon - A collection of Python utilities for retrieving atmospheric and oceanic data from remote sources, focusing on being able to retrieve data from Unidata data technologies, such as the THREDDS data server.
https://unidata.github.io/siphon
BSD 3-Clause "New" or "Revised" License
216 stars 75 forks source link

how to add the Specify additional variables you want to include #756

Open paparao123 opened 10 months ago

paparao123 commented 10 months ago

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

dopplershift commented 10 months ago

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