get-contour-maps-by-geographic-bounding-box-pm25
Generate PM2.5 contour maps in KML format for a specified geographic bounding box and date. Access current or historical air quality data to analyze fine particulate matter levels in a defined area.
Instructions
Get current or historical PM2.5 contour maps in KML by geographic bounding box.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bbox | Yes | Geographic bounding box of the area of interest in latitude and longitude. Format: minX,minY,maxX,maxY. Example: -118,34,-71,42 | |
date | Yes | The date and hour of the data (in UTC). Time represents the beginning of the measurement period. Format: yyyy-mm-ddTHH. Example: January 1, 2012 at 1PM would be formatted as: 2012-01-01T13 and represents data measured between 1:00 PM-1:59 PM UTC | |
srs | Yes | The coordinate system of the bounding box. Format: The well-known text or EPSG code. Default: EPSG:4326. Example: EPSG:4326 |