pyacs.gts.lib.primitive.get_values_at_date module

pyacs.gts.lib.primitive.get_values_at_date.get_values_at_date(self, date, data_type='data_xyz')[source]

return the values of the time series at a given date. date can be provided as a datetime, string, decimal year, modified julian day, or (doy,year) data_type can be ‘data’ or ‘data_xyz’

parameters:

date: datetime, string, float, tuple

the date to look for

data_type: string

‘data’ or ‘data_xyz’ depending on the type of data to return