sf.tiles_elbe {hydflood}R Documentation

Tiling along the active floodplain of the River Elbe

Description

This dataset contains 49 rectangular polygons / tiles along the active floodplain along the German interior parts of the River Elbe from the Czech border to the weir in Geesthacht in the coordinate reference system ETRS 1989 UTM 33N.

The tiles represent the original tiling of the internally used digital elevation model (Weber 2020).

Usage

sf.tiles_elbe

Format

A sf containing 49 polygons with 18 attributes:

id

of the tile (type integer).

name

of the tile (type character).

river

of the tile (type character) in this case 'ELBE'.

name_km

of the tile (type character).

from_km

river kilometer of the tiles upper limit (type numeric).

to_km

river kilometer of the tiles lower limit (type numeric).

gs_upper

name of the tiles upper gauging station (type character).

gs_lower

name of the tiles lower gauging station (type character).

geometry

sfc_POLYGON column storing the geometries.

xmin

of the tile extent (type integer). Minimum of UTM Easting (m).

xmax

of the tile extent (type integer). Maximum of UTM Easting (m).

ymin

of the tile extent (type integer). Minimum of UTM Northing (m).

ymax

of the tile extent (type integer). Maximum of UTM Northing (m).

lon_min

of the tile extent (type numeric). Minimum of Longitude (decimal °).

lon_max

of the tile extent (type numeric). Maximum of Longitude (decimal °).

lat_min

of the tile extent (type numeric). Minimum of Latitude (decimal °).

lat_max

of the tile extent (type numeric). Maximum of Latitude (decimal °).

url

of the tile (type character).

References

Weber A (2020). “Digital elevation models of German waterway and navigation authorities - Version 0.1.0.” https://doi.org/10.5675/BfG-2011.

Weber A (2020). “Digital elevation model (DEM1) of the River Elbe floodplain between Schmilka and Geesthacht, Germany.” https://doi.org/10.1594/PANGAEA.919293.

See Also

sf.tiles, sf.tiles_rhine


[Package hydflood version 0.5.7 Index]