Method: monitorLandscape

Monitor landscape data at a given geographical location.

HTTP request

POST https://agriculturalunderstanding.googleapis.com/v1:monitorLandscape

The URL uses gRPC Transcoding syntax.

Request body

The request body contains data with the following structure:

JSON representation
{
  "locationSpecifier": {
    object (LocationSpecifier)
  }
}
Fields
locationSpecifier

object (LocationSpecifier)

Required. The location specifier of the monitored landscape.

Response body

Response message for v1.monitorLandscape method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "monitoredLandscape": {
    object (MonitoredLandscape)
  }
}
Fields
monitoredLandscape

object (MonitoredLandscape)

The monitored landscape data.

MonitoredLandscape

MonitoredLandscape data.

JSON representation
{
  "dataVersion": {
    object (DataVersion)
  },
  "geojson": string
}
Fields
dataVersion

object (DataVersion)

The version of the data.

geojson

string

The monitored landscape data as a GeoJSON string.