tigris icon indicating copy to clipboard operation
tigris copied to clipboard

Download and use Census TIGER/Line shapefiles in R

Results 16 tigris issues
Sort by recently updated
recently updated
newest added

This is the updated scope of changes in this pull request: - Fixes #172 (and likely duplicate #182) - Fixes #151 - Fixes #184 (error message may need further customization)...

``` > library(tigris) To enable caching of data, set `options(tigris_use_cache = TRUE)` in your R script or .Rprofile. > king_tracts e2020 = erase_water(king_tracts, area_threshold = 0.9, year = 2020) Fetching...

`tigris::roads` returns errors for counties which do not have a road file on the census server. For example ```r > packageVersion('tigris') [1] ‘2.1’ > tigris::roads(state='60', county='030') Previous download failed. Re-download...

Hi, I don't work too often with CBSAs so I'm not sure if this is a known issue already. The Tiger database doesn't have 2022 CBSAs---they're not listed in the...

Hi! I'm interested in roadway data for the entire US from the early 2000s. When I attempted to retrieve those data within the tigris package, I got the error that...

Hey - the most recent geography for US counties doesn't include the new county-level equivalents in Connecticut. I believe Census has published these now - is it possible to get...

Hello, I have encountered an error when I run the function triggers::call_geolocator_latlon(), which is attached as a screenshot shown below. The error was "Bas Gateway (HTTP 502)", so I wonder...

Hi, I am trying to specify a vintage within call_geolocator_latlon() but receive an error each time, regardless of the year I input. For example, `call_geolocator_latlon(lat = 32.4, lon = -86.5)`...

Hi, thank you for your fantastic R and Python packages. I noticed that the [TIGER/Line Shapefiles](https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html) are available from 2006 to the present, but tigris and pygris don't include the...

Just added a `if stop()` in `tigris_cache_dir()` to check if the user input a correct path before writing it in `.Renviron`. This line: https://github.com/walkerke/tigris/blob/0f0d7992e0208b4c55a9fe8ac6c52f9e438a3b0c/R/helpers.R#L81 probably managed to avoid all the...