cdc-gov/500-cities-census-tractlevel-data-gis-friendly-kucs-wizg
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 1 hour ago

500 Cities: Census Tract-level Data (GIS Friendly Format), 2017 release

2015, 2014. Data were provided by the Centers for Disease Control and Prevention (CDC), Division of Population Health, Epidemiology and Surveillance Branch. The project was funded by the Robert Wood Johnson Foundation (RWJF) in conjunction with the CDC Foundation. 500 cities project census tract-level data in GIS-friendly format can be joined with census tract spatial data (https://chronicdata.cdc.gov/500-Cities/500-Cities-Census-Tract-Boundaries/x7zy-2xmx) in a geographic information system (GIS) to produce maps of 27 measures at the census tract level. Because some questions are only asked every other year in the BRFSS, there are 7 measures in this 2017 release from the 2014 BRFSS that were the same as the 2016 release.

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 \"cdc-gov/500-cities-census-tractlevel-data-gis-friendly-kucs-wizg\".\"500_cities_census_tractlevel_data_gis_friendly\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 500_cities_census_tractlevel_data_gis_friendly
     
     
     
     
     
Upstream Metadata