GET https://contrails.googleapis.com/v2/attributions:GetAttributionMetrics:
Get aggregated contrail attribution metrics by bounds, timestamp, and
attribution method.
If successful, the response will return an AttributionMetrics object which
contains:
- A
flight_attributed_length_metresfield that represents length, in meters, of the subset(s) of the flight paths within the specified bounds to which contrails were attributed. - An
effective_energy_forcing_joulesfield that represents Effective Energy Forcing, in joules, of all the contrails within the specified boundary. Effective Energy Forcing is derived by extracting Effective Radiative Forcing from gridded CoCiP forecast outputs and linearly interpolating them. - A
rf_erf_conversion_factorfield that represents the conversion constant used to obtain Effective Radiative Forcing (ERF) from Radiative Forcing (RF).
Query parameters
| Parameters | |
|---|---|
bounds[] |
Required. List of string pairs, each of which must be in a "latitude,longitude" format, specifying the vertices for a bounding polygon representing the geographic area. At least three bounds must be specified. The bounds must form a valid S2Polygon polygon (e.g. no duplicate vertices, no self-intersection); for more on S2Polygon, refer to S2Geometry documentation. Example: |
startTime |
Required. Start time for the requested attributed contrail detections. Format: ISO 8601 datetime string Example: |
endTime |
Required. End time for the requested attributed contrail detections (inclusive). Note
that Format: ISO 8601 datetime string Example: |
attributionMethod |
Required. The method used for attributing contrails to flight segments. Format: Must be either |