GENPLAN_PLY
California State Law requires every city and county to adopt a comprehensive General Plan to guide its future development. The General Plan to guide its future development. The General Plan essentially serves as "constitution for development". This document serves as the foundation for all land use decisions. The General Plan includes seven (7) required "Elements" that are mandated by State law. Local governments adopt additional optional elements to address local priorities and planning goals.
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 \"lacity/genplanply-c3g2-yzgc\".\"genplanply\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.