Skip to content

Commit

Permalink
adding fire and weather data
Browse files Browse the repository at this point in the history
  • Loading branch information
thesteve0 committed Aug 20, 2020
1 parent 2ef7dce commit 08f992a
Show file tree
Hide file tree
Showing 6 changed files with 17,342 additions and 0 deletions.
18 changes: 18 additions & 0 deletions calfire/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# CalFire historical perimeter data
This data contains perimeter boundaries for historical fires in California through the end of the 2019 fire season. We also include the table for the fire region names and 3 letter abbreviations.

The purpose of this data was to do predictive fire modeling with the weather data set. That data starts at March 3rd 1998. Therefore, to reduce file size, we removed all fire perimeters pre March 3rd 1998.

There was an obvious type in the original data set for one fire that we corrected the year
from 2106 to 2016.

We did not extract any of the prescribed fires or legacy fires from fire19_1.gdb nor did we extract any of the line data from cfadmin19_1.gdb

There was no dictionary provided to translate the integer for cause of fire to a text string.
All the data was downloaded as ESRI filegeodb and then translated in QGIS 3.14.15 to either direct import to PostGIS or PostgreSQL dump files.

The data is in EPSG:3310 which is valid for all of California and has units of meters so there was no reason to project to another CRS or use a Geometry type in Postgis.


All data is from this site:
https://frap.fire.ca.gov/mapping/gis-data/
Loading

0 comments on commit 08f992a

Please sign in to comment.