AB617 "Path to Clean Air" - Restaurants
Locations of commercial restaurants within the source domain of Richmond/North Richmond/San Pablo area that were modeled in support of the AB617 "Path to Clean Air" CERP. The restaurant list obtained from InfoUSA in 2019 excludes establishments that do not cook meat such as bakeries, sandwich shops and pizza parlors.
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 \"bayareametro-gov/ab617-path-to-clean-air-restaurants-h28x-ywyp\".\"ab617_path_to_clean_air_restaurants\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.