Libraries
This data consists of a set of points representing the branch and building locations of the Pierce County Library System, Tacoma Library System, and JBLM Libraries. Data compiled from information provided by Community Outreach Services and Pierce County Library System. Please read metadata for additional information (https://matterhorn.piercecountywa.gov/GISmetadata/pdbis_libraries.html). Any data download constitutes acceptance of the Terms of Use (https://matterhorn.piercecountywa.gov/disclaimer/PierceCountyGISDataTermsofUse.pdf).
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-open-piercecountywa-gov/libraries-qa3i-y8k5\".\"libraries\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.