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 ( |
Fields | |
---|---|
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 ( |
Fields | |
---|---|
monitoredLandscape |
The monitored landscape data. |
MonitoredLandscape
MonitoredLandscape data.
JSON representation |
---|
{
"dataVersion": {
object ( |
Fields | |
---|---|
dataVersion |
The version of the data. |
geojson |
The monitored landscape data as a GeoJSON string. |