Temp file contains text of Virtual Raster

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

nsidc_north_vrt(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

VRT tempfile, to be used by GDAL

Details

Details

Examples

nsidc_south_vrt("2010-01-01")
#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmptHf0Ah/fileaf060945cd7.vrt"
nsidc_north_vrt("2010-01-01")
#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmptHf0Ah/fileaf02c5b58ca.vrt"