-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tigris places() error - API Issues? #195
Comments
All the TIGER/Line datasets appear to be down as of this evening, unfortunately. tigris won't work as long as they are down, unless you have shapefiles previously cached. |
Ahh no worries. A sad day but we shall persist! Thanks for your work on this and let us know how we can support you and to maintain this incredible resource! |
For now, do this: mn_cities <- arcgislayers::arc_read("https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Places_CouSub_ConCity_SubMCD/MapServer/4", where = "STATE = '27'") If you want Census-designated places, use layer 5 instead of 4. |
Hi! I am also running into a similar issue today, and was wondering if you could also help me out? I am trying to retrieve county shapefiles from Yolo County, California. I usually use the tigris package before and had no issues, but today I am running into an error: "Error: Cannot open "C:\Users\Username\AppData\Local\Temp\RtmpuOgMFp"; The source could be corrupt or not supported. See This is my code: Thank you for your help! |
The Trump administration appears to have taken the files offline, so tigris won't work. I don't have a timeline for if, or when, they'll be back up. |
I understand, thank you for your help regardless. |
Just dumping some code for whoever might need states.
|
Anyone able to get county data from tigerweb.geo.census.gov? I'm getting 0 observations for anything I try to pull with arc_read or get_spatial_layer from arcpullr :( |
Hopefully this helps someone. I used folks' suggestions above with |
Seems the full FTP site is now back online (for now). |
Thanks all - it does appear to be working now. As a side question, does tigris automatically chache things for the future? I've set the options to TRUE so it will search inside the cache first, but IDK if I have to set something to cache everytime? Thanks! |
Hey there. I usually run this code as basic shapefile prep but today it's not working. I know a lot of federal sites have been going down so I'm just curious what might be going on or if the Census API is down? I don't think this code is wrong because I've run it hundreds of times but let me know.
The text was updated successfully, but these errors were encountered: