Latino Historical Sites
Public places and spaces highlighting the history and contributions of L.A.'s diverse Latinx communities. Access the Controller's story map for all the public places mentioned here:
https://storymaps.arcgis.com/stories/af99ea8efdef4790a4c8b151b30dfb27
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 \"controllerdata-lacity/latino-historical-sites-8tiv-seqc\".\"latino_historical_sites\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.