ESD Broadband Awarded Census Blocks Phase 2
Awarded Census Blocks (CB) in Phase 2 of the New NY Broadband Program, including the number of homes connected and whether or not the entire CB was served.
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/esd-broadband-awarded-census-blocks-phase-2-r6tx-ax9t\".\"esd_broadband_awarded_census_blocks_phase_2\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.