Weather

The weather resource allows the user to request a radar or satellite image (to be overlayed on a map image) with the supplied parameters:

Weather Request

GET

URL Parameters

Required parameters are highlighted in yellow.

Request Parameters

Data Element Description Data Type Value/Example
corner1 Geographic coordinates used to be the map view port bounding box top left corner. Double Array
corner2 An enumeration of WeatherAlertUrgency representing a particular urgency level. Double Array
width Indicates the width of a map tile in pixels. Int
height Indicates the height of a map tile in pixels. Int
projection The projection in which the coordinates are interpreted. String Possible values are:
EPSG:900913 - Web Mercator Projection (Default)
EPSG:4326 - Fixed LonLat Projection
display The type of image to display either Radar or Satellite. Enum Radar
Satellite

Response

Loading...