Method: grid.get

Get a grid of contrail predictions.

HTTP request

GET https://contrails.googleapis.com/v1/{name=grid/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the grid to retrieve. Format: grid/{grid_type} Currently 'ef' is the only supported grid type

Query parameters

Parameters
bbox[]

number

Optional. Boundaries of region to return, (lng_min, lat_min, lng_max, lat_max).

time

string

Required. Time of request [int: unix epoch; str: ISO 8601]

aircraftType

string

Optional. 4-character aicraft code e.g. A320.

flightLevel[]

integer

Optional. Flight levels to return.

format

string

Optional. Requested format. Passing in a value other than 'netcdf4' will raise an UNIMPLEMENTED error since polygons are not supported.

Request body

The request body must be empty.

Response body

If successful, the response is a generic HTTP response whose format is defined by the method.