Currently, get_salt() includes a geometry = true argument that allows the returned data to include shapefiles. This behavior can be improved:
- Integrate appropriate shapefile returns into other functions? TIGRIS contains county and MSA data as well, which could be merged with CES and LAUS. OEWS data requires a bit more manipulation to match OEWS areas.
- Don't force a shift_geometry in get_salt. That should remain an option, so that people wanting to map the data differently may do so.
Currently, get_salt() includes a geometry = true argument that allows the returned data to include shapefiles. This behavior can be improved: