Darren Erik Vengroff

Results 19 comments of Darren Erik Vengroff

I'm not sure if you have seen it, but [`censusdis`](https://github.com/censusdis/censusdis) does quite a bit with U.S. Census metadata to help users discover and explore data sets, groups, and variables and...

I presented a tutorial on censusdis at PyData Seattle 2023. The demo notebooks I used are at https://github.com/vengroff/censusdis-tutorial.

My colleagues and I had been using this project until it stopped being maintained. We built [censusdis](https://github.com/censusdis/censusdis) as an alternative. One of its features is that it does not require...

If you want to try [censusdis](https://github.com/vengroff/censusdis) it is pretty straightforward to get the data in the link you posted. Something like the following code does the trick. ``` import censusdis.data...

If you are interested in learning more about `censusdis` there is a tutorial video at https://www.youtube.com/watch?v=3vyC7ON0Tvg. It includes a demo notebook that you can launch and run as you follow...

The PR is now merged. See the demo notebook at https://github.com/vengroff/censusdis/blob/main/notebooks/Renter%20Costs.ipynb.

Hi @MorganWeiss. The geography to which each row of data corresponds is included right in the row in the data table that is returned. For example, following up on the...

We have worked around this in 1.2.0 and later, but it still might we worth really understanding why rasterio 1.3.10 was not able to convert between certain pairs of CRS's...

Thanks, Audrey. If codecov works well than we may be able to retire the existing `coverage-report.yml`. So what I would do is just try to follow the codecov integration directions...

Fair point on the dependencies. Hopefully that becomes less of a problem as we get nearer to the official 3.13 release.