Spring_Main_Pilot_Meter_Policies_20150515
Parking meter policies from LADOT pilot new signage program. Attributes are block address, time limit, and hours of operation including tow-away, metered hours, passenger loading and overnight no parking.
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/springmainpilotmeterpolicies20150515-rg5w-ui4c\".\"springmainpilotmeterpolicies20150515\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.