winnipeg-ca/parkassetinventorypoint-9t9k-ya8b
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 day ago
Indexed 5 hours ago

park_asset_inventory_point

A comprehensive database of assets managed by the Parks and Open Space division. The asset inventory includes everything from Parks down to fixtures in the park (such as benches and play structures). Includes asset ID, asset class, asset type, geometry, asset size, and whether it's the primary asset in that location. For example, in the case of athletic fields, asset size indicates whether the field is full or a reduced size. The Primary Field indicates whether that asset is the primary entity for that location. For tabular details please see https://data.winnipeg.ca/Parks/Park-Asset-Inventory/dk7c-zxyd

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 \"winnipeg-ca/parkassetinventorypoint-9t9k-ya8b\".\"parkassetinventorypoint\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • parkassetinventorypoint
     
     
     
     
     
Upstream Metadata