act.discovery.get_improve_data

act.discovery.get_improve_data(site_id=None, parameter_id=None, start_date=None, end_date=None)[source]

Retrieve IMPROVE data for the given site and variable ids and store it in an xarray dataset. Documentation on the IMPROVE data can be found at https://vista.cira.colostate.edu/Improve/data-user-guide/

Also adds in metadata from the site summary page to the global attributes https://views.cira.colostate.edu/adms/Pub/SiteSummary.aspx?dsidse=10001&siidse=244

Parameters:
Returns:

ds (xarray.Dataset) – Returns an Xarray dataset object

Example

act.discovery.get_improve_data(site_id=’244’)