Y
Hacker News
new
|
ask
|
show
|
jobs
by
pj_mukh
2272 days ago
Right, so a simple mapping I'd want is given a Zip Code, what is the corresponding FIPS Code.
1 comments
tomrod
2272 days ago
Pick a lat/long, and you can map between. Or find the centroid of the zip code and map accordingly. Or you might consider unions between the geometry objects. Qgis3 has a lot of great packages for this.
link