lacity/posted-street-sweeping-routes-krk7-ayq2
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 3 years ago
Indexed 3 hours ago

Posted Street Sweeping Routes

Motor sweeping program: route #s, boundaries and times for posted routes only. Maps are available as downloadable PDFs under the Attachments section of the About tab.

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/posted-street-sweeping-routes-krk7-ayq2\".\"posted_street_sweeping_routes\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • posted_street_sweeping_routes
     
     
     
     
     
Upstream Metadata