DownGOSIF

Download GOSIF v2 8-day dataset.

Examples

using Junimo

date_start = "2020-01-01"
date_end = "2021-01-01"
dir_output = "E:/var_SIF/GOSIF/8day"

DownGOSIF(date_start, date_end, dir_output)

APIs

Junimo.DownGOSIFFunction
DownGOSIF(start_date, end_date, out_dir)

Download GOSIF v2 8-day composites between start_date and end_date (inclusive) into out_dir. File naming uses day-of-year (DOY) as GOSIF_YYYYDDD.tif.gz.

Inputs

  • start_date: Date or date string (e.g. "2000-02-26")
  • end_date: Date or date string
  • out_dir: folder to store downloads

Behavior

  • If a target file already exists, it is skipped.
  • Downloads are attempted in 8-day steps.

Output

  • Named tuple with downloaded, skipped, failed file paths.

Source

  • https://data.globalecology.unh.edu/data/GOSIF_v2/8day/
source