knitr::opts_chunk$set(echo = TRUE)
These data keys represent annually/decadally changing Census FIPS codes, regional aggregation levels, RPA affiliations, MAPC subregions, Boston Globe Regions, MBTA and or RTA affiliation and information, and the different MAPC coalitions.
These data keys are available either as an entire set, or conveniently broken up into relevant groups.
mapcdatakeys::all_muni_data_keys
These data keys represent annually/decadally changing Census FIPS codes, regional aggregation levels, RPA affiliations, MAPC subregions, Boston Globe Regions, MBTA and or RTA affiliation and information, and the different MAPC coalitions.
head(mapcdatakeys::all_muni_data_keys)
mapcdatakeys::census_muni_keys
These data keys represent annually/decadally changing Census FIPS codes.
head(mapcdatakeys::census_muni_keys)
mapcdatakeys::mapc_data_keys
These data keys represent the MAPC affiliation for the 351 municipalities in Massachusetts. Other indicators such as MAPC Sub Regions, and coalitions such as the Metro Mayors' Coalition, and the North Shore Coalition are also indicated. A few are members of more than one Sub Region, and thus the 'subrg_alt' column indicates the secondary Sub Region in such cases.
head(mapcdatakeys::mapc_data_keys)
mapcdatakeys::community_type
In order to support planning, analysis, and policy development, the Metropolitan Area Planning Council has created a classification system of municipalities in Massachusetts. MAPC has identified five basic community types across the state, four of which can be subdivided further to yield nine sub-types. The criteria used to define Community Types include land use and housing patterns, recent growth trends, and projected development patterns. The Community Type system can be used to understand how demographic, economic, land use, energy, and transportation trends affect the Commonwealth's diverse communities.
head(mapcdatakeys::community_type)
mapcdatakeys::rpa_data_keys
These data keys represent the different RPA affiliations for the 351 municipalities in Massachusetts. A few are members of more than one RPA, and thus the 'rpa_alt' column indicates the secondary RPA in such cases.
head(mapcdatakeys::rpa_data_keys)
mapcdatakeys::mbta_data_keys
Most municipalities in Massachusetts are under a Regional Transit Authority, and/or the MBTA. Some are even under both the MBTA and a local RTA. As such, a 0/1 column is created for MBTA affiliation
head(mapcdatakeys::mbta_data_keys)
mapcdatakeys::census_xw_mu
This crosswalk provides 2020 & 2010 Massachusetts Municipalities level data on Housing Units and Population for easy cross-comparison.
head(mapcdatakeys::census_xw_mu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.