Skip to contents

Download TIGER shapes for Point Landmarks

Usage

tt_point_landmarks(state, year = 2024)

Arguments

state

FIPS, postal codes, or full names of states.

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_point_landmarks("DE")) # downloads slow on CRAN
#> Simple feature collection with 5206 features and 5 fields
#> Geometry type: POINT
#> Dimension:     XY
#> Bounding box:  xmin: -75.78852 ymin: 38.45149 xmax: -75.05042 ymax: 39.83727
#> Geodetic CRS:  NAD83
#> # A tibble: 5,206 × 6
#>    STATEFP ANSICODE POINTID      FULLNAME MTFCC             geometry
#>  * <chr>   <chr>    <chr>        <chr>    <chr>          <POINT [°]>
#>  1 10      NA       110330069432 NA       C3061   (-75.582 39.72362)
#>  2 10      NA       110330069440 NA       C3061 (-75.58098 39.72348)
#>  3 10      NA       110330069442 NA       C3061 (-75.58004 39.72325)
#>  4 10      NA       110330070541 NA       C3061 (-75.70188 39.44609)
#>  5 10      NA       110330073459 NA       C3061 (-75.71771 39.57529)
#>  6 10      NA       110330073467 NA       C3061 (-75.72453 39.57754)
#>  7 10      NA       110330075139 NA       C3061 (-75.78852 39.67784)
#>  8 10      NA       110330075165 NA       C3061 (-75.78372 39.69201)
#>  9 10      NA       110330075191 NA       C3061 (-75.78509 39.69262)
#> 10 10      NA       110330075205 NA       C3061 (-75.77761 39.65732)
#> # ℹ 5,196 more rows