nsidc_south_ftp.Rd
NSIDC
nsidc_south_ftp(date, ..., .local_root = NULL) nsidc_north_ftp(date, ..., .local_root = NULL)
date | date-time, date, or convertible character string |
---|---|
... | Arguments passed on to |
.local_root | allows local use, to shortcut and use the local data library (under expert guidance) |
FTP url of NSIDC binary file
Details
nsidc_south_ftp("2010-01-01")#> [1] "ftp://sidads.colorado.edu/pub/DATASETS/nsidc0051_gsfc_nasateam_seaice/final-gsfc/south/daily/2010/nt_20100101_f17_v1.1_s.bin"nsidc_north_ftp("2010-01-01")#> [1] "ftp://sidads.colorado.edu/pub/DATASETS/nsidc0051_gsfc_nasateam_seaice/final-gsfc/north/daily/2010/nt_20100101_f17_v1.1_n.bin"