Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 11 months ago
Washington State Counties
This dataset contains FIPS (Federal Information Processing Standard), GNIS (Geographic Name Information System common) codes for identifying Washington state counties. This is an official list from OFM (Office of Financial Management).
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 \"wa-gov/washington-state-counties-f5pm-8x36\".\"washington_state_counties\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata