modisExtent | R Documentation |
Get the extent of a MODIS tile from the h (horizontal; column number) and v (vertical; row number) identifier in the filename
modisExtent(f=NULL, h, v)
f |
character. filename that includes a h12v09 pattern |
h |
integer between 0 and 35 |
v |
integer between 0 and 17 |
SpatExtent
modisDate
f <- "MOD09A1.A2019137.h21v09.006.2019150085736.hdf"
modisExtent(f)
modisExtent(h=21, v=9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.