ACTGOV Culvert Assets
<DIV STYLE="text-align:Left;"><DIV><DIV><P STYLE="margin:0 0 0 0;"><SPAN>This polyline dataset shows the locations of Stormwater Culverts in the Australian Capital Territory. </SPAN></P><P STYLE="margin:0 0 0 0;"><SPAN>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.</SPAN></P><P STYLE="margin:0 0 0 0;"><SPAN>Attributes include location description, suburb, ownership, maintained by, asset sub type (Corrugated Galvanised Steel: Multi Plate Pipe, Culvert Linked To Head And End Wall, Culvert Linked To Sump And End Wall, Culvert With Surcharge Sump And Gpt End, Precast Concrete: Crown + Base Culvert, Precast Concrete: Link Slab Culvert, Reinforced Concrete: Cast Insitu Culvert), material, length, width, height, grade, up and down invert levels and number of cells.</SPAN></P><P STYLE="margin:0 0 0 0;"><SPAN>These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.</SPAN></P><P STYLE="margin:0 0 0 0;"><SPAN>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).</SPAN></P></DIV></DIV></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-culvert-assets-umik-dsg6\".\"actgov_culvert_assets\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.