ACTGOV Sportsground Assets
<div style="text-align:Left;"><p style="margin:0 0 0 0;"><span><span>This polygon dataset shows the locations of Sportsgrounds in the Australian Capital Territory.</span></span></p><p style="margin:0 0 0 0;">These assets are either owned or managed by City Services, Transport Canberra and City Services Directorate (TCCS). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.</p><p style="margin:0 0 0 0;">A sportsground is the entire area of the ACT asset. A ground may contain one or more fields.</p><p style="margin:0 0 0 0;">Attributes include location description, suburb, ownership, maintained by, asset sub type (Community Recreation Irrigated Park, District Playing Field, Enclosed Oval, Informal Use Oval, Neighbourhood Oval, Special Purpose Area, Swimming Pool) and surface type (combination, cool season, synthetic, warm season).</p><p style="margin:0 0 0 0;">These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.</p><p style="margin:0 0 0 0;">For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).</p></div>
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 \"data-act-gov-au/actgov-sportsground-assets-kdyv-tvkt\".\"actgov_sportsground_assets\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.