powered by
Takes a a ROI and produces a list of MGRS tiles intersecting it
sits_roi_to_mgrs(roi)
tiles Character vector with names of MGRS tiles
Valid ROI to use in other SITS functions
Felipe Carvalho, felipe.carvalho@inpe.br
Felipe Carlos, efelipecarlos@gmail.com
if (sits_run_examples()) { # Defining a ROI roi <- c( lon_min = -64.037, lat_min = -9.644, lon_max = -63.886, lat_max = -9.389 ) # Finding tiles tiles <- sits_roi_to_mgrs(roi) }
Run the code above in your browser using DataLab