process_blackmarble_corners {amadeus} | R Documentation |
Process Black Marble corners
Description
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.
Usage
process_blackmarble_corners(hrange = c(5, 11), vrange = c(3, 6))
Arguments
hrange |
integer(2). Both should be in 0-35. |
vrange |
integer(2). Both should be in 0-17. |
Value
data.frame
with xmin, xmax, ymin, and ymax fields
Author(s)
Insang Song
References
Examples
process_blackmarble_corners(hrange = c(1, 2), vrange = c(1, 2))
[Package amadeus version 1.2.3 Index]