cenpy-devs / cenpy

Explore and download data from Census APIs
Other
183 stars 44 forks source link

explore pygris migration/integration #154

Open ljwolf opened 1 year ago

ljwolf commented 1 year ago

@walkerke's pygris package was just released. Something that I was quite concerned before about in Python is the fragmentation of effort across many different census data packages, so I think that we need to explore consolidating work around a few better-supported packages.

So, I'm hoping to explore pygris to see how/whether we can offer migration and/or integration examples of the two packages.

walkerke commented 1 year ago

Hi @ljwolf! Thanks for the ping and checking out pygris. It would be great to brainstorm ways to collaborate. A few thoughts:

Regarding integration, I think there could be some interesting directions to look at. One potential area is pygris as an optional geometry engine for cenpy, similar to how I have it set up in tidycensus. As pygris uses the shapefiles from the FTP server instead of the TigerWeb API, it has a few nice features:

It might also be interesting to explore some updates to the detailed usage vignette that show how the packages could work together. For example, censusapi and tigris work quite well together on the R side.