gd_bbox | R Documentation |
Create a bounding box polygon Python object for use with gd_download()
. The coordinates of the bounding box are expressed in WGS84 decimal degrees ("OGC:CRS84"
).
gd_bbox(...)
... |
One or more |
Expecting total of 4 bounding box arguments, If arguments are unnamed they should be in the following order: "xmin", "ymax", "xmax", "ymin".
a list object describing a GeoJSON bounding rectangular polygon suitable for use as regions
argument to gd_download()
or gd_search()
gd_bbox(
xmin = 5.744140,
ymax = 50.18162,
xmax = 6.528252,
ymin = 49.44781
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.