Five Bay Area County Boundaries for the Bay Area Regional Climate Action Planning Initiative Frontline Communities Map
Shapefile contains county boundaries for the five counties that are included in the Bay Area Regional Climate Action Planning Initiative Frontline Communities Map.
The original shapefile was downloaded from the California Air Resources Board, Geographical Information System (GIS) Library. The “Select Layer By Attribute” tool in ArcMap was used to select only those five counties that are part of the Bay Area Regional Climate Action Planning Initiative. No display filters were used to visualize the features in the final map. To learn more about the methodology behind the original dataset, please visit: https://ww2.arb.ca.gov/geographical-information-system-gis-library
The Frontline Communities Map is meant to help identify communities that are considered frontline communities for the purpose of the USEPA’s Climate Pollution Reduction Grant (CPRG) program’s planning effort, which is a five-county climate action planning process led by the Air District. USEPA refers to these communities as low-income and disadvantaged communities (LIDACs).
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"bayareametro-gov/five-bay-area-county-boundaries-for-the-bay-area-7e6x-iexa\".\"five_bay_area_county_boundaries_for_the_bay_area\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.