Skip to content

RallypointOne/WildfireData.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Docs Build Stable Docs Dev Docs

WildfireData.jl

A Julia package for accessing wildfire and fire-related geospatial data from U.S., Canadian, and global sources.

Data Sources

Module Source Description
WFIGS NIFC Wildland Fire Interagency Geospatial Services
IRWIN NIFC Integrated Reporting of Wildland-Fire Information
FPA-FOD USDA Fire Program Analysis Fire-Occurrence Database
MTBS USGS/USDA Monitoring Trends in Burn Severity
FIRMS NASA Fire Information for Resource Management System
LANDFIRE USGS/USDA Landscape Fire and Resource Management Planning Tools
FEDS NASA Fire Events Data Suite (satellite-derived fire tracking)
CWFIS NRCan Canadian Wildland Fire Information System
HMS NOAA Hazard Mapping System (fire detections & smoke plumes)
GWIS Copernicus Global Wildfire Information System (fire danger & burnt areas)
EGP NIFC Enterprise Geospatial Portal (operational boundaries)

Installation

using Pkg
Pkg.add(url="https://github.com/RallypointOne/WildfireData.jl")

Quick Start

using WildfireData

# List available WFIGS datasets
WFIGS.datasets()

# Get info about a specific dataset
WFIGS.info(:current_perimeters)

# Download data
data = WFIGS.download(:current_perimeters; limit=10)

See the documentation for more details.

About

Wildfire-related data access from various agencies

Resources

License

Stars

Watchers

Forks

Contributors

Languages