rossyndicate / nps_water_vulnerability

Workflow for the NPS climate change vulnerability assessment – security of park water supplies.
1 stars 3 forks source link

Incorporating my messy workflow! #52

Closed kathryn-willi closed 6 months ago

kathryn-willi commented 6 months ago

This PR is adding in:

1) My exploratory data workflow, "Exploring_Data_in_BRCA.Rmd" (before it gets too out of hand)! The first two thirds of the .Rmd is pulling in and munging all of the different data sets, including:

The actual analyses don't start until line 615, after which I run the cross-correlation function across all variables as they relate to our well levels, and have provided some code to plot variables against each other or as time series.

2) Some fixes/updates to functions that previously existed. Of note are two functions that are NOT currently working...

3) A new function for downloading park centroid climate data ('get_centroid_climate_data()and an in-development function for pulling in dayMET data (get_dayMET()`)

@KECognac , I'm sharing this PR with you in hopes you merge and start playing around with my Rmd. @ccmothes as mentioned above I could really use your help trying to figure out what the heck is going on with get_gridMET() - I've run out of ideas, and it might be a super easy fix with a fresh set of eyes on it. :)

Thanks in advance! Katie