get partial maps for divisions

get_divisions(divisions, level = "division")

Arguments

divisions

character vector for division names. Can take multiple divisions.

level

administrative level of bangladesh. Should be one of: "division", "district", "upazila","union'

Value

shapefile for given administrative level

Examples

get_divisions(divisions = "Sylhet",level =  "upazila")
#> Simple feature collection with 38 features and 8 fields
#> Geometry type: MULTIPOLYGON
#> Dimension:     XY
#> Bounding box:  xmin: 90.92778 ymin: 23.97537 xmax: 92.49673 ymax: 25.20736
#> Geodetic CRS:  WGS 84
#> First 10 features:
#>           Upazila ADM3_PCODE    District ADM2_PCODE Division ADM1_PCODE
#> 6      Ajmiriganj     603602    Habiganj       6036   Sylhet         60
#> 32        Bahubal     603605    Habiganj       6036   Sylhet         60
#> 37       Balaganj     609108      Sylhet       6091   Sylhet         60
#> 46     Baniachong     603611    Habiganj       6036   Sylhet         60
#> 53       Barlekha     605814 Maulvibazar       6058   Sylhet         60
#> 59    Beani Bazar     609117      Sylhet       6091   Sylhet         60
#> 82  Bishwambarpur     609018   Sunamganj       6090   Sylhet         60
#> 83     Bishwanath     609120      Sylhet       6091   Sylhet         60
#> 111       Chhatak     609023   Sunamganj       6090   Sylhet         60
#> 117   Chunarughat     603626    Habiganj       6036   Sylhet         60
#>        ADM0_EN ADM0_PCODE                       geometry
#> 6   Bangladesh         BD MULTIPOLYGON (((91.21907 24...
#> 32  Bangladesh         BD MULTIPOLYGON (((91.61038 24...
#> 37  Bangladesh         BD MULTIPOLYGON (((91.89032 24...
#> 46  Bangladesh         BD MULTIPOLYGON (((91.40726 24...
#> 53  Bangladesh         BD MULTIPOLYGON (((92.25078 24...
#> 59  Bangladesh         BD MULTIPOLYGON (((92.20756 24...
#> 82  Bangladesh         BD MULTIPOLYGON (((91.38848 25...
#> 83  Bangladesh         BD MULTIPOLYGON (((91.80297 24...
#> 111 Bangladesh         BD MULTIPOLYGON (((91.70384 24...
#> 117 Bangladesh         BD MULTIPOLYGON (((91.61443 24...