powered by
An AOI (Area of Interest) is created based on two points (topleft and bottomright) using a coordinate reference system.
createAoi(topleft, bottomright, EPSG)
a vector with topleft x,y coordinates
a vector with bottomright x,y coordinates
Coordinate reference system EPSG code
object of class SpatialPolygons
Other support functions: checkSRTMgrids, prepareSRTMdata
checkSRTMgrids
prepareSRTMdata
# NOT RUN { tl <- c(493300, -3592700) br <- c(557200, -3700000) aoi <- createAoi(topleft = tl, bottomright=br, EPSG=32619) plot(aoi) # }
Run the code above in your browser using DataLab