Skip to content

Zones API

The API allows custom Thermal and Thermal Moisture Zones data requests.

  • All parameters are available in their original source spatial resolution.
  • Meteorological parameters are derived from the NASA's GMAO MERRA-2 assimilation model.

Formats

Formats Point Regional Global
JSON Yes No No
NETCDF Yes Yes Yes

Request Structure

  • A range of at least two years is required.
  • The request arguments can be in any order after the question mark.
  • A single parameter can be requested or a list of Parameters can be selected with one of the following list separators: ',' or '%2C'.

To help construct and test your API requests please use the API Pages for the POWER Zones API.

Examples

To help construct and test your API requests please use the API Pages for the POWER Zones API and POWER Manager API.

1
/api/application/zones/point?longitude=-84.43&latitude=33.64&start=1984&end=2013&format=JSON
1
/api/application/zones/regional?latitude-min=50&latitude-max=55&longitude-min=50&longitude-max=55&start=1984&end=2013&format=NetCDF
1
/api/application/zones/global?start=2010&end=2013&format=NetCDF