Attendees

Links

Agenda

  1. Inputs to running model
  2. Inputs to training model


Notes by Shannon Bradley

Have been able to run model - but only in a very specific sense

Fortan Model code discussion:

Inputs to model code - how can we generalize it so we can use any region/location any year or date range

Start with State and Climate Division first and time range

One piece of code that can run on any of those selections

Training Model with R code - Surendra working on this - it will return coefficients

Marcus has broken code up - Nancy's code review (2017)

What files are we opening- week days 2016 csv and that is the cdc weeks - calling that year in specific

Iowa may be next - has the best data of the group

Do all states to at least climate division level

Mosquito season starts in April? The start looking in June for a concentrated effort

Never ran model before May 1


Notes by Marcus Slavenas

week_days_2016.csv
use algorthm http://www.angulartutorial.net/2017/09/calculate-epi-week-from-date-convert.html

use 1109n use as is

1109 prism update daily

forecaste ILCD_<year><month><day>
daily file only for current year

CD_Daylight.csv
static for every year
will need to get for other states
Navy observatory site - send Bill climate division shape file and he can pull data

Weekly_MIRavg_05_12.csv (05_12 is range of years of average data)
update before mosquito season
real trap data
use from data as far back as we have to previous year to running model year
get all trap data
calculate from actual

Weekly_MIR_2012.csv
not necesary for model - pull from database and don’t load to model

CD_ACT_mir_2005_13.csv
actual data that users would load
Bill sent set of instructions for creating extractor

CD_Coef_2017.csv 
use static when running on cron
create file when running though app