Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 9 months ago
Location of Publicly Owned Broadband Infrastructure in the Town of Dumfries
The Town of Dumfries has partnered with a local IT firm, TSI, to install broadband access in strategic areas to connect with neighborhoods for digital inclusivity.
The map shows the three access points in Cecil W. Garrison Park, Ginn Memorial Park, Merchant Park; and its surrounding areas in the Town of Dumfries.
Data on the parks, premise addresses , and parcel information comes from Prince William County GIS Data Portal: https://gisdata-pwcgov.opendata.arcgis.com/
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 \"dumfriesva-gov/location-of-publicly-owned-broadband-2b9n-cveg\".\"location_of_publicly_owned_broadband\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.