usa-npn / cales-thermal-calendars

Estimating trends in phenology in the northeastern US
https://usa-npn.github.io/cales-thermal-calendars/spatial-trends-report.html
MIT License
0 stars 0 forks source link

Faster custom prism downloading function #15

Closed Aariq closed 4 months ago

Aariq commented 4 months ago

Removes dependency on prism package and implements a custom prism download function using httr2. This gets all of the filenames at once and initiates all the necessary downloads at once (sequentailly), saving a bit of time, I think. It also checks if there are provisional files that need to be replaced with stable files, which I don't think prism does.