Overview
The Wildland Fire Emissions Information System (WFEIS) is an Internet-accessible data system designed to produce estimates of fuel consumption and emissions from wildfire in a variety of standard geospatial data formats.
Resources
WFEIS allows users to query the database for the following resources:
- A list of Data Sources
- A specific Data Source
- A list of Data Source Groups
- A specific Data Source Group
- A list of Areas Burned (1)(2)
- A specific Area Burned
- A list of Fuel Loading estimates for Areas Burned (1)(2)
- A Fuel Loading estimate for a specific Area Burned
- A list of Fuel Consumption estimates for Areas Burned (1)(2)
- A Fuel Consumption estimate for a specific Area Burned
- A list of Emissions Produced estimates for Areas Burned (1)(2)
- Emissions Produced estimates for a specific Area Burned
Footnotes:
(1) Data Source options: MODIS MCD45A1 / MTBS / MODIS Giglio
(2) Output Format options: online map, KML, SHP
Filters
Many of the requested resources can be filtered using the following options. This filters are added to the query string portion of the URL.
Start Date
Limit data to those on or after the specified date.
start=yyyy-mm-ddThh:mm:ssZ
End Date
Limit data to those on or before the specified date.
end=yyyy-mm-ddThh:mm:ssZ
Bounding Box
Limit data to those falling within the coordinates of a bounding box. Coordinates are assumed to be in decimal degrees (WGS84).
BBOX=[bboxWest],[bboxSouth],[bboxEast],[bboxNorth]
BBOX=-121.6,48.8,-121.5,48.9
Bounding Polygon
Limit data to those falling within the coordinates of a bounding polygon. Coordinates are assumed to be in decimal degrees (WGS84).
POLYGON(([x1] [y1],[x2] [y2],[x3] [y3],[x1] [y1]))
POLYGON((-121.6 48.9, -121.6 48.8, -121.5 48.85, -121.6 48.9))
Full Examples
For full examples, see the following web page: http://geodjango.mtri.org
