Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
EPB Form 477: June 2018
Form 477 data for EPB showing geographic internet access area by census blocks. Data is provided by https://opendata.fcc.gov. For more information please visit the Form 477 Resources page here: https://www.fcc.gov/economics-analytics/industry-analysis-division/form-477-resources.
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 \"internal-chattadata/epb-form-477-june-2018-ki5n-4muk\".\"epb_form_477_june_2018\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata