Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
NYPD B Summons (Year to Date)
Moving violation summonses issued by the NYPD.</br>
This dataset documents the issuance of moving violations (B summonses) by the NYPD. The data is collected from members of service upon completion of the New York State form. Each record represents a summons (vioaltion). The data can be used for analyzing traffic enforcement activity by the NYPD.
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 \"cityofnewyork-us/nypd-b-summons-year-to-date-57p3-pdcj\".\"nypd_b_summons_year_to_date\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata