gridDE | R Documentation |
Data on land use, population density, and road lengths for different types of roads employed in \insertCiteFritsch2021smooth;textualsmoothLUR. The dataset represents Germany on a 1\,x\,1\,km grid and contains 23 variables for 356,793 grid cells, which characterize the area covered by the grid cells. Details on the data sources and how the data were obtained are provided in \insertCiteFritsch2021diB;textualsmoothLUR.
data(gridDE)
A dataset with 356793 rows and 23 variables containing:
grid cell identifier
geocoordinate longitude (Gauss-Kr\"uger) at which the monitoring site is located
geocoordinate latitude (Gauss-Kr\"uger) at which the monitoring site is located
geocoordinate longitude (decimal degrees) at which the monitoring site is located
geocoordinate latitude (decimal degrees) at which the monitoring site is located
altitude (meter above sea level) at which the monitoring site is located
proportion of high density residential area within a buffer of radius 1km around the monitoring site
proportion of low density residential area within a buffer of radius 1km around the monitoring site
proportion of industrial area within a buffer of radius 1km around the monitoring site
proportion of area attributed to transport within a buffer of radius 1km around the monitoring site
proportion of area attributed to seaport within a buffer of radius 1km around the monitoring site
proportion of area attributed to airport within a buffer of radius 1km around the monitoring site
proportion of area attributed to construction within a buffer of radius 1km around the monitoring site
proportion of area attributed to urban green spaces within a buffer of radius 1km around the monitoring site
proportion of agricultural area within a buffer of radius 1km around the monitoring site
proportion of forestry area within a buffer of radius 1km around the monitoring site
population density (inhabitants per km^2) at municipality key level
primary roads (length in meter) within buffer of radius 1km around the monitoring site
secondary roads (length in meter) within buffer of radius 1km around the monitoring site
federal autobahn (length in meter) within buffer of radius 1km around the monitoring site
local routes (length in meter) within buffer of radius 1km around the monitoring site
German federal state in which the monitoring site is located
The data given for each grid cell include longitude, latitude, and altitude. Additional information which characterizes the area covered by the grid cells is given via fractions of various land cover classes, population density, and the length of the road traffic network.
European Environmental Agency: CORINE land cover (CLC) 2015 raster data - version 18.5.1 (09/2016)
EuroGeographics: Euroglobalmap (egm), v9.0
Federal Government for Geo-Information and Geodesy, DGM200 GK3 GRID-ASCII, GeoBasis-DE / BKG 2015
Federal Government for Geo-Information and Geodesy, VG250-EW Ebenen GK3 Shape, GeoBasis-DE /BKG 2015
## Not run: data(gridDE, package = "smoothLUR") pol <- gridDE$FedAuto typ <- as.factor(gridDE$IndRegions) \donttest{plot(y = pol, x = typ)} ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.