It would be neat if we had some code here to generate a few geodata assets for working with the BDC data:
- H3 resolution-8 hexagons overlapping a given geometry (e.g. a state)
- Intersections between census blocks and H3 resolution-8 hexagons within a given geometry (I've been calling these "BDC atoms" 🤷♂️)
I used h3-pg to create hexagons in a Postgres/PostGIS database, but it would be awesome to be able to do this from our Python code base!
It would be neat if we had some code here to generate a few geodata assets for working with the BDC data:
I used h3-pg to create hexagons in a Postgres/PostGIS database, but it would be awesome to be able to do this from our Python code base!