Kyle Walker
Kyle Walker
Yes, I think you might need to request it still.
Thank you! I'll take a look at this. I wonder if this is an issue on the Python side as well, I'll have to take a look.
Good catch - I don't know why they omitted CBSAs for 2022. I'll patch tigris to throw a descriptive error when 2022 is requested.
Appreciate the suggestion! I think that's something to consider if I find the time. We explored that a few months ago (see https://github.com/walkerke/mapboxapi/issues/39) but it led to breakages in the...
Thanks @gergness! As your work is a significant part of the book I really appreciate your feedback. This is an excellent suggestion and I think it's worth a mention in...
Those shapefiles have a different URL structure than the shapefiles 2011 and later, so they'd take some custom development to support them given the current infrastructure of the packages. I'm...
Thank you! I've been putting these types of warnings throughout the package, I should put one in there as well.
You are running into this error, which is an open issue in the mapboxapi repo: https://github.com/walkerke/mapboxapi/issues/34. mapboxapi doesn't support many-to-many matrices of that size at the moment, so you'd need...
I like this idea! Honestly I did it the way I did because that's how I did it in __tigris__. Would there be a way to set parquet as an...
Hi @jGaboardi! Yes, I need to do this. I'll try to tackle this month!