Crane Operator Certificate of Competence
The dataset includes a comprehensive list of crane operator certificates that have been issued to individuals for connection with construction, demolition, and excavation work anywhere in New York State, outside of the City of New York, and is a state-mandated license that both satisfies and is required by, OSHA's new crane certification standard. The dataset includes the individual’s classification of crane information such as Class A- Unrestricted, Class B -Hydraulic, Class C – Boom Truck, Class D -Restricted Boom Truck, Class E- Reserved, Class F- Line Truck
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 \"ny-gov/crane-operator-certificate-of-competence-bu6a-ty84\".\"crane_operator_certificate_of_competence\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.