Build a selector such that we can get the past x-timeframe of weather data
API:
before_this_date: date of selection (ie the date of the avalanche danger rating)
how_far_back: how far back in time to get data points (day, week, month, etc. or could be number of data points)
get_weather_data(before_this_date, how_far_back)
Build a selector such that we can get the past x-timeframe of weather data
API:
before_this_date
: date of selection (ie the date of the avalanche danger rating)how_far_back
: how far back in time to get data points (day, week, month, etc. or could be number of data points)get_weather_data(before_this_date, how_far_back)