winnipeg-ca/park-asset-inventory-dk7c-zxyd
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 days ago
Indexed 2 hours ago

Park Asset Inventory

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, gps location, 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 polygon shapes please see https://data.winnipeg.ca/Parks/Map-of-Park-Asset-Inventory/9qbp-pngj

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/park-asset-inventory-dk7c-zxyd\".\"park_asset_inventory\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • park_asset_inventory
     
     
     
     
     
Upstream Metadata