LimnoDataScience / plume_bloom_drivers

Using classified raster images and meteo drivers to try to better understand what is causing sediment plumes and blooms in Lake Superior
1 stars 1 forks source link

Pull all prism dates #7

Closed lindsayplatt closed 1 year ago

lindsayplatt commented 1 year ago

Fixes #4. Adjusted to pull all the dates between 1981-01-01 and 2022-09-30. According to their website, it takes 6 months to get the new dates in their "Recent years" service, but if we want 2022-10-01 and onward, we could manually pull the "Prior 6 months" and combine with the others.

Since this takes so long to download (multiple days!), I zipped up the prism_data folder and uploaded to Box. Those with access can follow the instructions in the README to use the zip file and skip downloading from the service themselves. The resulting p2_prism_data dataset has 365k rows based on how the 12 grid cells we are currently set up to use (note that this will change with #5). Please note that even with this zipfile to bypass the download, the pipeline will still take a few hours to build (p2_prism_plots takes 1.5 hrs alone :smile:)

targets::tar_read(p4_prism_summary)

image