itsjpb / 470-avalanche-prediction

repository for ad470 team 3 spring 2020
MIT License
3 stars 0 forks source link

Get past x-timeframe of weather data #45

Closed alyoshenka closed 1 year ago

alyoshenka commented 1 year ago

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)