cdc-gov/500-cities-census-tractlevel-data-gis-friendly-k86t-wghb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 9 months ago
Indexed 2 hours ago

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

2017, 2016. 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. There are 7 measures (all teeth lost, dental visits, mammograms, Pap tests, colorectal cancer screening, core preventive services among older adults, and sleep less than 7 hours) in this 2019 release from the 2016 BRFSS that were the same as the 2018 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-k86t-wghb\".\"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