Skip to content

SeanMaday/usfsfiredata2geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

#U.S. Forest Service Active Wildfire Data to GeoJSON

##Background The U.S. forest service publishes a KMZ file with information on active wildfires happening in the United States. This KMZ file contains polygons and placemarks that denote detection footprints and centroids for each active wildfire. The KMZ format is great for visualizing the data in Google Earth, but not particularly handy for loading this wildfire data into a relational database.

##U.S. Forest Service Active Fire Mapping Program http://activefiremaps.fs.fed.us/

##Workflow

  1. Grab the conus.kmz file from the U.S. Forest Service website
  2. Unzip the KMZ in memory and read the KML file contained inside
  3. Parse out the centroids for wildfires detected over the last 12 hours
  4. Create a GeoJSON object

About

US Forest Service Fire Data Converted from KML to GeoRSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published