Skip to main content

forecast

Creates, updates, deletes, gets or lists a forecast resource.

Overview

Nameforecast
TypeResource
Idgoogle.pollen.forecast

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
lookupexeclocation.latitude, location.longitude, days, pageSize, pageToken, languageCode, plantsDescriptionReturns up to 5 days of daily pollen information in more than 65 countries, up to 1km resolution.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
daysinteger (int32)
languageCodestring
location.latitudenumber (double)
location.longitudenumber (double)
pageSizeinteger (int32)
pageTokenstring
plantsDescriptionboolean

Lifecycle Methods

Returns up to 5 days of daily pollen information in more than 65 countries, up to 1km resolution.

EXEC google.pollen.forecast.lookup 
@location.latitude='{{ location.latitude }}',
@location.longitude='{{ location.longitude }}',
@days='{{ days }}',
@pageSize='{{ pageSize }}',
@pageToken='{{ pageToken }}',
@languageCode='{{ languageCode }}',
@plantsDescription={{ plantsDescription }};