Skip to contents

Three sf dataframes containing all geometries of German NUTS1, NUTS2, and NUTS3 regions, respectively. The reference year is 2023.

Usage

bkg_nuts1

bkg_nuts2

bkg_nuts3

Format

For the dataframe format, see bkg_nuts.

An object of class sf (inherits from tbl_df, tbl, data.frame) with 38 rows and 7 columns.

An object of class sf (inherits from tbl_df, tbl, data.frame) with 400 rows and 7 columns.

See also

bkg_nuts

Other datasets: admin_data

Examples

bkg_nuts1
#> Simple feature collection with 16 features and 6 fields
#> Geometry type: MULTIPOLYGON
#> Dimension:     XY
#> Bounding box:  xmin: 280353.1 ymin: 5235878 xmax: 921261.6 ymax: 6101302
#> Projected CRS: ETRS89 / UTM zone 32N
#> # A tibble: 16 × 7
#>    OBJID            BEGINN        GF NUTS_LEVEL NUTS_CODE NUTS_NAME             
#>    <chr>            <date>     <int>      <int> <chr>     <chr>                 
#>  1 DEBKGNU5000000C8 2021-10-04     9          1 DE1       Baden-Württemberg     
#>  2 DEBKGNU5000000C9 2021-10-04     9          1 DE2       Bayern                
#>  3 DEBKGNU5000000CA 2021-10-04     9          1 DE3       Berlin                
#>  4 DEBKGNU5000000CB 2021-10-04     9          1 DE4       Brandenburg           
#>  5 DEBKGNU5000000CC 2021-10-04     9          1 DE5       Bremen                
#>  6 DEBKGNU5000000CD 2021-10-04     9          1 DE6       Hamburg               
#>  7 DEBKGNU5000000CE 2021-10-04     9          1 DE7       Hessen                
#>  8 DEBKGNU5000000CF 2021-10-04     9          1 DE8       Mecklenburg-Vorpommern
#>  9 DEBKGNU5000000CG 2021-10-04     9          1 DE9       Niedersachsen         
#> 10 DEBKGNU5000000CH 2021-10-04     9          1 DEA       Nordrhein-Westfalen   
#> 11 DEBKGNU5000000CI 2021-10-04     9          1 DEB       Rheinland-Pfalz       
#> 12 DEBKGNU5000000CJ 2021-10-04     9          1 DEC       Saarland              
#> 13 DEBKGNU5000000CK 2021-10-04     9          1 DED       Sachsen               
#> 14 DEBKGNU5000000CL 2021-10-04     9          1 DEE       Sachsen-Anhalt        
#> 15 DEBKGNU5000000CM 2021-10-04     9          1 DEF       Schleswig-Holstein    
#> 16 DEBKGNU5000000CN 2021-10-04     9          1 DEG       Thüringen             
#> # ℹ 1 more variable: geometry <MULTIPOLYGON [m]>