Skip to contents

Download TIGER shapes for Estates (US Virgin Islands)

Usage

tt_estates(year = 2022)

Arguments

year

Integer year. Required. 2000 and 2010-2022 are currently supported.

Value

sf data.frame

Examples

# Wrapped in try due to false positive 304 errors
try(tt_estates()) # downloads slow on CRAN
#> Simple feature collection with 416 features and 15 fields
#> Geometry type: MULTIPOLYGON
#> Dimension:     XY
#> Bounding box:  xmin: -65.06434 ymin: 17.67393 xmax: -64.56519 ymax: 18.41538
#> Geodetic CRS:  NAD83
#> # A tibble: 416 × 16
#>    STATEFP COUNTYFP ESTATEFP ESTATENS GEOID   NAME  NAMELSAD LSAD  CLASSFP MTFCC
#>    <chr>   <chr>    <chr>    <chr>    <chr>   <chr> <chr>    <chr> <chr>   <chr>
#>  1 78      010      77100    02631827 780107… Stra… Estate … 52    Z1      G4050
#>  2 78      010      57530    01994438 780105… Mont… Estate … 52    Z1      G4050
#>  3 78      010      14840    01994174 780101… Cath… Estate … 52    Z1      G4050
#>  4 78      010      49700    02631811 780104… Jeru… Estate … 52    Z1      G4050
#>  5 78      010      07650    01994091 780100… Bett… Estate … 52    Z1      G4050
#>  6 78      010      66060    01994367 780106… Rose… Estate … 52    Z1      G4050
#>  7 78      010      63300    01994328 780106… Para… Estate … 52    Z1      G4050
#>  8 78      010      45050    01994218 780104… Gran… Estate … 52    Z1      G4050
#>  9 78      010      47600    01994235 780104… Herm… Estate … 52    Z1      G4050
#> 10 78      010      74400    01994249 780107… Sout… Estate … 52    Z1      G4050
#> # ℹ 406 more rows
#> # ℹ 6 more variables: FUNCSTAT <chr>, ALAND <dbl>, AWATER <dbl>,
#> #   INTPTLAT <chr>, INTPTLON <chr>, geometry <MULTIPOLYGON [°]>