oturns / geosnap

The Geospatial Neighborhood Analysis Package
https://oturns.github.io/geosnap-guide
BSD 3-Clause "New" or "Revised" License
247 stars 32 forks source link

update census fetcher to use new cenpy api #87

Closed knaaptime closed 5 years ago

knaaptime commented 5 years ago

this resolves #76

knaaptime commented 5 years ago

I'm not sure why tests are failing. Travis is giving me a weird indentation error?

This function works but will intermittently throw Exception: A Valid http query passed through but failed to parse!

I'm guessing i'm being rate limited, but I cant insert a census api key into the new cenpy calls. still working on it, cc @ljwolf. Also, i'm not sure whether the new product api will include helpers like the old national_to_tract, but seems like the looping over states might go away if we can pass them all at once for the geoquery

knaaptime commented 5 years ago

also resolves #90

knaaptime commented 5 years ago

oh, i'm trippin... the tests are gonna fail until the cenpy products branch is officially released