Aggregative Weather Maps

The Aggregative Tiles API lets you request a single tile that aggregates a field across a time range using one of four operations: min, max, sum, or avg.

Path Params
string
required
Defaults to 5

The zoom level for the map, 1-12

string
required
Defaults to 2

The “x” coordinate for the map

string
required
Defaults to 3

The “y” coordinate for the map

string
required
Defaults to windSpeed

A field from our data layers

string
required
Defaults to png

Specifies the format of the returned tiles (defaults to .png)

string
enum
required
Defaults to max
Allowed:
string
required

Start timestamp in ISO 8601 format.

string
required

End timestamp in ISO 8601 format.

Query Params
string

Defines custom color gradient for the map. i.e "1:93e4dd4d, 2:94d6ab4d, 3:9bca864d". The key represents the position as an integer and the value is the color code in HEX format.

Headers
string
required
Defaults to deflate, gzip, br
Response

Language
Credentials
Query
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain