Learn R Programming

amadeus (version 1.2.3)

process_blackmarble_corners: 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))

Value

data.frame with xmin, xmax, ymin, and ymax fields

Arguments

hrange

integer(2). Both should be in 0-35.

vrange

integer(2). Both should be in 0-17.

Author

Insang Song

References

Examples

Run this code
process_blackmarble_corners(hrange = c(1, 2), vrange = c(1, 2))

Run the code above in your browser using DataLab