cityofchicago/beach-water-and-weather-sensor-locations-g3ip-u8rb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 9 years ago
Indexed 2 hours ago

Beach Water and Weather Sensor Locations

The locations of the Chicago Park District water and weather sensors that feed https://data.cityofchicago.org/d/qmqz-2xku and https://data.cityofchicago.org/d/k7hf-8y75.

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 \"cityofchicago/beach-water-and-weather-sensor-locations-g3ip-u8rb\".\"beach_water_and_weather_sensor_locations\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • beach_water_and_weather_sensor_locations
     
     
     
     
     
Upstream Metadata