Open mbacou opened 7 years ago
totally doable (I just went with a copy of what D3 folks had done a while back). Let me see if I can carve out time this weekend to add the shapefile.
Many thanks. The latest D3 implementation seems to be here https://github.com/d3/d3-geo/blob/master/README.md#geoAlbersUsa.
Actually, on second thought would be good to have a version that include all U.S. territories as in this example http://bl.ocks.org/rveciana/ce5936de720ebb83aafecb35dfd9531a / https://bl.ocks.org/rveciana/5040be82aea528b6f785464f8816690f
Is this still in the works?
would love to see this!
Indeed - the NY Times covid data has Guam, Puerto Rico, and the USVIs in - would be nice to have a one stop shop for this for easy map making. See the covid19nytimes package to grab the data and see what's there, if you want to test it out.
@hrbrmstr is there a timeline for this enhancement? Thanks!
Hey all, I'm in need of this so I made a version by combing the current composite states version along with territory vectors from natural earth. If there is any feedback let me know. If @hrbrmstr likes it I can submit a PR
Thanks for these composite maps and tools, very useful! I sometimes get requests for including Puerto Rico on Albers USA composite maps. I'm not sure if there's a more official way to represent this, maybe something like https://bl.ocks.org/mbostock/5629120? Could this be added to
counties_sf
andstate_sf
?