PHSKC-APDE / rads.data

Data for rads and general PHSKC analyses
1 stars 0 forks source link

fix #37, but for real #39

Closed dcaseykc closed 1 month ago

dcaseykc commented 1 month ago
library('sf')
library('mapview')
library('rads.data')

zipo = st_read("//dphcifs/APDE-CDIP/Shapefiles/ZIP/zipcode.shp")
olap = rads.data::spatial_zip_to_hra20_geog
mapview(zipo[zipo$ZIP %in% olap$source_id,])

to visualize

dcolombara commented 1 month ago

the new mapping is a thing of beauty!