usmap icon indicating copy to clipboard operation
usmap copied to clipboard

🗺 Create US maps including Alaska and Hawaii in R

Results 16 usmap issues
Sort by recently updated
recently updated
newest added

Love the package -- great for quick/easy mapping. Would it be straightforward to add support for [Public Use Microdata Area](https://www.census.gov/programs-surveys/geography/guidance/geo-areas/pumas.html) (PUMA) geography? That would allow for mapping of PUMA-level values...

enhancement

**Is your feature request related to a problem? Please describe.** Users have requested the ability to define visual properties of the defined US Census Bureau regions such as borders and...

enhancement
needs refinement

**Is your feature request related to a problem? Please describe.** There should be a way to plot both states and counties simultaneously. For example, plotting Alaska as a state with...

needs refinement
new feature

Please correct me if I am wrong here, but the only spatial features I see in the maps are to obtain the CRS, and transform the object to a data...

enhancement
needs refinement

**Describe the bug** As I understand it, currently the only way to have county data and state data in the same map is to create the maps separately, extract their...

bug

There are now a lot more functions within `usmap` than when the project was started. There should be some thought given to the naming of these functions going forward (before...

enhancement

User should be able to add other shape file layers superimposed on the US map (e.g. roads, rivers, temperature data, etc.). One way this could work is as follows: ```...

needs refinement
new feature

US territories are frequently excluded from US maps. In the spirit of this package, which is to include often forgotten Alaska & Hawaii, it may be a good idea to...

needs refinement
new feature

See https://r-spatial.org/r/2022/04/12/evolution.html. From pkgapi analysis https://github.com/r-lib/pkgapi, this package uses `elide()` methods, which is used in `R/transform.R`. The `maptools::elide()` methods could be moved to **sp**, but I don't know whether this...

bug

Hello, I recently ran into this error running the `plot_usmap` function. The function does not seem to be working with any data and I'm not quite sure what the issue...

bug