process_blackmarble_corners | R Documentation |
Tile corner generator for Black Marble products.
Black Marble products are in HDF5 format and are read without
georeference with typical R geospatial packages.
This function generates a data.frame
of corner coordinates for assignment.
process_blackmarble_corners(hrange = c(5, 11), vrange = c(3, 6))
hrange |
integer(2). Both should be in 0-35. |
vrange |
integer(2). Both should be in 0-17. |
data.frame
with xmin, xmax, ymin, and ymax fields
Insang Song
process_blackmarble_corners(hrange = c(1, 2), vrange = c(1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.