kingcounty-gov/king-county-gis-open-data-site-and-ftp-download-z5nu-zs2r
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 6 years ago
Indexed 4 hours ago

King County GIS - Open Data site and FTP Download portal

King County GIS data is at:

https://gis-kingcounty.opendata.arcgis.com/ (new KCGIS Open Data site)

OR

http://www5.kingcounty.gov/gisdataportal/ (legacy KCGIS data FTP download portal)

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 \"kingcounty-gov/king-county-gis-open-data-site-and-ftp-download-z5nu-zs2r\".\"king_county_gis_open_data_site_and_ftp_download\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • king_county_gis_open_data_site_and_ftp_download