Questions tagged [tigris]

59 questions
0
votes
1 answer

FCC Census Block API timing out

I need to iterate over a couple thousand latitude and longitude pairs. I have written a for loop that only fills out the first 20 rows and then stops. I couldn't find any limit in the documentation, but I figured I could write a Sys.sleep to get…
Francisco
  • 169
  • 1
  • 9
0
votes
0 answers

Error could not find function "call_geolocator_latlon" in trying to use tigris to get census tract codes

I have a dataset with latitudes in one column and longitudes in another, and am trying to get the census tract for each location. I've downloaded the tigris package and have used a couple different code options, but I keep getting this following…
0
votes
2 answers

AnkhSVN error on updating solution: Can't write to connection: An operation was attempted on something that is not a socket

When I update solution in visual studio, I have got this error: SharpSvn.SvnSystemException: Can't write to connection: An operation was attempted on something that is not a socket. at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext…
Hamedb
  • 73
  • 10
0
votes
1 answer

How do I fix: Error in response$result$geographies$`2010 Census Blocks`[[1]] : subscript out of bounds for latitude/longitude data

Update: so in my dataset, one of the coordinate sets is (49.277298, -123.067902), and is not only the only one out of bounds, but also the only one wreaking havoc for the analysis. Hope this addition helps! I'm working on finding census codes for a…
0
votes
1 answer

simplify my us state shapefile with rmapshaper::ms_simplify gives error

I'm making chloropleth us state map on my shiny app using leaflet package. I found rendering the map is very slow. After googling , it seems like maybe the shapefile is too complex and simplifying that might make it a lot faster. According to this…
zesla
  • 11,155
  • 16
  • 82
  • 147
0
votes
1 answer

gganimate County map of census block groups float around between states

This may be difficult, because I cannot share my data, and when I tried to reproduce the error in another example it did not work. I am attempting to make a gganimate figure of census block groups to see how a variable changes over time. I'm having…
jamesguy0121
  • 1,124
  • 11
  • 28
0
votes
1 answer

How do I add more data for each census tracts in the map?

I was able to prepare census tracts map of a county (showing all census tracts) using tidycensus and tigris. I have some data in a separate dataframe called demography which contains 4 columns county,tract, x.foreclosure_filing, and…
Posh
  • 1
  • 4
0
votes
2 answers

After intersecting two shapefiles: `Error in vapply(g2, st_is_empty, logical(1))`

I run the following: library(dplyr) library(sf) library(tigris) library(tmap) options(tigris_class = 'sf') options(tigris_use_cache = TRUE) nj = tigris::states(cb = T, year = 2015) %>% filter(STUSPS == 'NJ') nj_msas =…
ardaar
  • 1,164
  • 9
  • 19
0
votes
1 answer

tigris R Maps: Issues with Guam and Mariana Islands Maps

I'm having trouble with the tigris shape files for Guam and the Mariana Islands: The tigris Guam map provides no municipality information however many census datasets include municipalities for Guam. The tigris documentation includes reference to…
RTS
  • 882
  • 1
  • 8
  • 13
0
votes
2 answers

Remove unused GEOID in geo_join

I am attempting to plot profitability on top of counties in Minnesota, Iowa, and Nebraska. Using leaflet and tigris, I have been able to plot ALL counties, whether or not I have data for it. This leaves me with a few counties with colors and the…
medavis6
  • 843
  • 10
  • 32
0
votes
0 answers

SVN Conflicts a new resource

I am completely at loss with this conflict in SVN with Eclipse. I am trying to merger a range revisions from branch. A brand new folder is being added and couple of xhtml files inside. What I am perplexed is, merge info says there is a conflict on…
SuriG
  • 17
  • 5
0
votes
1 answer

How to Tell Which Version of the Subversion Server Using Tigris Subclipse within Eclipse

I'm reading the Subversion book "Version Control with Subversion For Subversion 1.7." There are several sections in the book which state that this or that only works with version 1.x or greater of Subversion. So, this raises the question "how do I…
mbmast
  • 960
  • 11
  • 25
0
votes
2 answers

JavaHL on two separate JBoss Web Applications LinkageError: Already Loaded by another class loader

We have two separate instances of the same web application. One is a sandbox and one a live environment. Both are accessing subversion so we set up svnClientAdapter to use JavaHL. On the startup of the application we are calling…
Michael Schmidt
  • 391
  • 2
  • 14
-1
votes
1 answer

Cannot GeoCode with Tigris

I'm trying to generate census tracts geoids for a batch of addresses. When I use the "append_geoid" function in the tigris package, r returns "Error in call_geolocator(as.character(address$street[i]), as.character(address$city[i]), : Bad Request…
1 2 3
4