cityofchicago/alternative-fuel-locations-f7f2-ggz5
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

Alternative Fuel Locations

List of locations in NE Illinois, NW Indiana, and SE Wisconsin where alternative vehicle fuels are available. For a Chicago-only filtered view, see https://data.cityofchicago.org/d/fi3z-jc3f. For more detailed descriptions of fields, see http://developer.nrel.gov/docs/transportation/alt-fuel-stations-v1.

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/alternative-fuel-locations-f7f2-ggz5\".\"alternative_fuel_locations\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • alternative_fuel_locations
     
     
     
     
     
Upstream Metadata