Description Usage Arguments Details Value Examples
Specify a rectangular target area for dem data
1 | bem_target(xmin, xmax, ymin, ymax)
|
xmin |
The left boundary of the target rectangle |
xmax |
The right boundary of the target rectangle |
ymin |
The lower boundary of the target rectangle |
ymax |
The upper boundary of the target rectangle |
EPSG: 25833
A Bounding Box
1 2 3 4 5 6 | bem_target(
xmin = 384000,
xmax = 386000,
ymin = 5806000,
ymax = 5808000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.