Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 11 months ago
Historical - ccgisdata - Parcel 2019
The Parcel 2019 feature contains tax parcel polygons for the 2019 property tax assessment at the County. This feature reflects tax parcel polygons as they existed from 1/1/2019 through 12/31/2019. An ESRI Service is available at: https://hub-cookcountyil.opendata.arcgis.com/datasets/3d3375ac11d147308815d5cf4bb43f4e_0
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 \"datacatalog-cookcountyil-gov/historical-ccgisdata-parcel-2019-c5mi-ck9v\".\"historical_ccgisdata_parcel_2019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata