cdc-gov/500-cities-citylevel-data-gis-friendly-format-2017-djk3-k3zs
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 6 hours ago

500 Cities: City-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 city-level data in GIS-friendly format can be joined with city spatial data (https://chronicdata.cdc.gov/500-Cities/500-Cities-City-Boundaries/n44h-hy2j) in a geographic information system (GIS) to produce maps of 27 measures at the city-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-citylevel-data-gis-friendly-format-2017-djk3-k3zs\".\"500_cities_citylevel_data_gis_friendly_format_2017\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 500_cities_citylevel_data_gis_friendly_format_2017
     
     
     
     
     
Upstream Metadata