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.
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
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