-
This project was an assignment for EDS 220 for the Master's of Environmental Data Science (MEDS) program at UCSB in November of 2024.
-
Using data from CAL FIRE, accessed via Data.gov, a boundary from the perimeter of the major wildfire that spread across the Thomas are in 2017 was created.
-
Near-infrared, shortwave infrared, and red band data from the Landsat 8 Satellite was utilized to create a false color map of the greater Sanata Barbara area that allows for ease of visualization of fire scars.
-
There are two .ipynb files in this repository that both contain detailed steps on how to create the aforementioned Thomas Fire boundary and false color map, contained in the 'hw4-task2-fire-perimeter-Enda.ipynb' and hw4-task2-false-color-Enda.ipynb' files respectively.
-
The data was complied into a folder labeled 'data' that was added to the .gitignore file so as to not overload github's capabilities, but links to the data will be provided below in the references section.
-
This dataset was last accessed on November 23, 2024 from the Data.gov website, but was originally complied from egis.CALFIRE. Please note that this file will contain the perimeters for many historic fires across California, not just the Thomas Fire.
-
From the Data.gov website, the historic fire data can be loaded in as a GEOJSON file, as seen in the .ipynb files in this repository, or can similarly be loaded in as a shapefile, or csv. There are other options available for utilizing the data on various GIS applications.
-
This dataset was last accessed on November 23, 2024 from the Microsoft Planetary Computer website. The two other organizations listed as the main producers of the data are NASA and USGS.
-
The 'Landsat Collection 2 Level-2' dataset has a wide array of spectral band data recorded from the Landsat 8 Satellite, with descriptions of each band listed on the website, as well as in the linked metadata. Although listed as public domain, for this project the data was taken from a private server beloning to the Bren School of Environmental Science and Management.
CAL FIRE, egis.CALFIRE.(2024). "California Fire Perimeters (all)", State of California Catalog. https://catalog.data.gov/dataset/california-fire-perimeters-all-b3436. date accessed: [11/23/2024]
NASA, USGS, Microsoft.(2024). "Landsat Collection 2 Level-2", Planetary Computer. https://planetarycomputer.microsoft.com/dataset/landsat-c2-l2. date accessed: [11/23/2024]
Galaz Garcia, C. (2024). Assignment #4, EDS 220 Working With Environmental Datasets, Masters of Environmental Data Science. University of California, Santa Barbara. https://meds-eds-220.github.io/MEDS-eds-220-course/assignments/assignment4.html. date accessed: [12/04/2024]