ACTGOV Horse Paddock Assets
<DIV STYLE="text-align:Left;"><P STYLE="margin:0 0 0 0;"><SPAN><SPAN>This polygon dataset shows the location of public horse holding paddocks owned by the ACT Government in the ACT. Areas may be managed by a contractor on behalf of the Government.</SPAN></SPAN></P><P /><P STYLE="margin:0 0 0 0;"><SPAN><SPAN>Data shows operational areas and should not be used to define legal boundaries.</SPAN></SPAN></P><P /><P STYLE="margin:0 0 0 0;"><SPAN><SPAN>Assets are either owned or managed by ACT Parks and Conservation Service (PCS), Environment and Sustainable Development Directorate (EPSDD). </SPAN></SPAN></P><P /><P STYLE="margin:0 0 0 0;"><SPAN><SPAN>Attributes include paddock name, location description, asset sub-type (paddock, yard, tree plantation, lane) and paddock size (sqm).</SPAN></SPAN></P><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 in response to boundary or land use changes.</SPAN></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-horse-paddock-assets-fevm-r9x6\".\"actgov_horse_paddock_assets\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.