Description Usage Arguments Value References Examples
View source: R/maiac_downloadNorthAmerica.R
Download .hdf file of a MAIAC tile for a particular day.
1 2 3 4 5 6 7 8 |
tileNumber |
number code for tile (eg h01v04). |
date |
desired date (integer, character representing YYYYMMDD[HH] or datetime object) |
time |
UTC hour and minute for data (HHMM). Optional when only one file for the specified date. |
julianDate |
desired date on Julian calendar (YYYYDDD). Ignored if 'date' is specified. |
product |
product code (MAIACAAOT | MAIACABRF | MAIACRTLS | MAIACTAOT | MAIACTBRF) |
baseUrl |
base URL for data queries |
0 if successful.
Interagency Real Time Smoke Monitoring
1 2 3 4 5 | ## Not run:
setSatelliteDataDir("~/Data/Satellite")
maiac_downloadNorthAmerica( "h01v04", 20171009, 2150 )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.