Auslaender_A
. Then, download the
data for the vacancy rate (German name: Leerstandsquote
)
using the same raster resolution. Make sure to properly define missing
values.
z11::z11_get_1km_attribute()
, and the one for listing all
attributes of this size is z11::z11_list_1km_attributes()
.
There, you can also see both of the layer names.
osmdata:getbb()
function and the argument
format_out = "sf_polygon"
to receive a proper polygon for
this purpose. Make sure only to extract the multipolygon
and convert it to EPSG:3035
.
terra::as.matrix(x)