jclbrooks / MD_Stream_Salamanders

MIT License
0 stars 0 forks source link

What DAYMET data should we use (temp/pcip) in the Mid-Atlantic model? #16

Open jclbrooks opened 4 years ago

jclbrooks commented 4 years ago

Over what time period should data be collected/averaged? Should there be averages/maximums/minimums?

jclbrooks commented 4 years ago

Covariates on occupancy:

Covariate on detection:

djhocking commented 4 years ago

############## STILL NEED TO PUT IN DAILY COVARIATES INTO THE 3D ARRAYS BELOW - will only work if add western maryland separately or have pass in long format with dates to join in with daily covariates then spread

---- potential easy strategy would be to get for non-maryland as a vector with a left join by featureid and date, the replicate that 4 times into a matrix that's the same for each pass. Then create maryland separately and bind_rows. I have all the daily covariates in the tempData object (should rename - used old code)