monSitesDE | R Documentation |
Data on average NO2 pollution levels for German monitoring sites for 2015 used in \insertCiteFritsch2021smooth;textualsmoothLUR. The dataset contains NO2 pollution concentration levels recorded at 403 monitoring sites and meta-data on the location and the area surrounding the monitoring sites. Details on the data sources and how the data were obtained are provided in \insertCiteFritsch2021diB;textualsmoothLUR.
data(monSitesDE)
A dataset with 403 rows and 25 variables containing:
code of monitoring site as in AirBase
mean NO2 concentration level
year
coordinate reference system of the geocoordinates longitude (AQeLon) and latitude (AQeLat)
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
type of monitoring site - information whether it is measuring background, industrial, or traffic related air pollution
area of monitoring site - information whether it is measuring air pollution in urban, suburban, rural, etc. environment
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 meta-data on the location include longitude, latitude, and altitude. The surrounding area is characterized by computing the fractions of various land cover classes, population density, and the length of the road traffic network.
European Environmental Agency: Air Quality e-Reporting
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(monSitesDE, package = "smoothLUR") pol <- monSitesDE$Y typ <- as.factor(monSitesDE$AQeType) \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.