hrbrmstr / albersusa

Tools, shapefiles & data to work with an "AlbersUSA" composite projection in R
Other
77 stars 16 forks source link

Puerto Rico? #8

Open mbacou opened 7 years ago

mbacou commented 7 years ago

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 and state_sf?

hrbrmstr commented 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.

mbacou commented 7 years ago

Many thanks. The latest D3 implementation seems to be here https://github.com/d3/d3-geo/blob/master/README.md#geoAlbersUsa.

mbacou commented 7 years ago

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

NateMietk commented 4 years ago

Is this still in the works?

CrHvG commented 4 years ago

would love to see this!

jebyrnes commented 4 years ago

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.

NateMietk commented 4 years ago

@hrbrmstr is there a timeline for this enhancement? Thanks!

sdtaylor commented 3 years ago

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

image