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 |
Required. The name of the grid to retrieve. Format: grid/{grid_type} Currently 'ef' is the only supported grid type |
Query parameters
Parameters | |
---|---|
bbox[] |
Optional. Boundaries of region to return, (lng_min, lat_min, lng_max, lat_max). |
time |
Required. Time of request [int: unix epoch; str: ISO 8601] |
aircraftType |
Optional. 4-character aicraft code e.g. A320. |
flightLevel[] |
Optional. Flight levels to return. |
format |
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.