CPA_PLY
Subdivisions of parts of the City of Los Angeles for the purpose of promoting sound planning practices and fostering a reasonable mix of land uses. There are 36 Community Planning Areas including the Port of Los Angeles. Thirty-five (35) were defined by City ordinance in the early 1960's. Community Planning Area names are generally designated by hyphenated groupings of neighborhoods and communities.
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/cpaply-sq3x-ijwy\".\"cpaply\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.