v1

latestOpenAPI 3.1.0Open Government Licence v32026-07-2351213.5 KB
ags_export_by_polygon

Export a number of boreholes in .ags format in a polygon

Export a number of boreholes in .ags format from AGS data held by the National Geoscience Data Centre, using a polygon using Well-Known-Text.

get/v7/ags_export_by_polygon/

Query parameters

polygonstring required

A polygon expressed in Well Known Text

A polygon expressed in Well Known Text

count_onlyboolean

Return count of found boreholes only

Return count of found boreholes only

Response

Return a zip containing .ags file and metadata .txt file or a json response containing the borehole ID count

msgstring required
typestring required
selfstring required
countinteger required

Example response

{
  "msg": "Example response",
  "type": "success",
  "self": "http://example.com/apis/query",
  "count": 4
}