NSIDC

nsidc_south_ftp(date, ..., .local_root = NULL)

nsidc_north_ftp(date, ..., .local_root = NULL)

Arguments

date

date-time, date, or convertible character string

...

Arguments passed on to nsidc_south_files

.local_root

allows local use, to shortcut and use the local data library (under expert guidance)

Value

FTP url of NSIDC binary file

Details

Details

Examples

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"