zhulabgroup / phenology-website

1 stars 1 forks source link

Preload phenology data of selected genera #4

Open yiluansong opened 10 months ago

yiluansong commented 10 months ago
  1. Adapt phenowatch/updateNPNdata.R to download data from NPN for the selected genera below. genus_list <- c("Acer", "Quercus", "Betula", "Populus")
  2. Save downloaded data to our AWS S3 bucket. bucket_name <- "phenoobservers" download_folder_path <- 'PhenoWatch/NPN/'
  3. Implement a way to automatically update the database in S3 every day or week.