Description Usage Arguments Value Examples
Read MCD19A2 HDF-4 files
1 | readMCD19A2(file.name, latlong.range = NULL, border.shp = NULL)
|
file.name |
the name of input HDF file with an absolute path |
latlong.range |
the lat/long range with the structure |
border.shp |
a shapefile (class SpatialPolygonsDataFrame), cannot be used with |
A list with time stamps and MAIAC AOD data in multiple bands
1 2 3 4 | # Using lat/long coordinates to clip the data
readMCD19A2(file.name = '/path/file.HDF', latlong.range = c(132, 133, 56, 57))
# Using a polygon to clip the data
readMCD19A2(file.name = '/path/file.HDF', border.shp = myshp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.