Publicly-Owned Properties
This dataset contains all properties in the City of Los Angeles owned by the following public entities: Federal GSD, State of California, Los Angeles County, City of Los Angeles, LAUSD, and Metro.
This data on property ownership was derived from the data made available by the Los Angeles County Assessor's Office, here: https://data.lacounty.gov/Parcel-/Assessor-Publicly-Owned-Parcels-Listing/a9jw-tqfp/data
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/publiclyowned-properties-bawf-ixme\".\"publiclyowned_properties\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.