In this project, I'll show you a simple method for collecting and analyzing data from the National Oceanic & Atmospheric Administration (NOAA) Visible Infrared Imaging Radiometer Suite (VIIRS) Active Fire Product. The Active Fire product is a Level 2 product that provides global information on fires detected by the VIIRS instrument. It offers spatial resolutions up to 375 meters, making it an ideal choice for detailed mapping and analysis of active fire locations.
References
| Links | Site |
|---|---|
| NOAA JPSS VIIRS Active Fires Environmental Data Record (EDR) from NDE | ncei.noaa.gov |
- Introduction Page 1Download AF product from NOAA AWS S3 Bucket Page 2
- Read NOAA VIIRS I-Band AF Products Page 3
- NOAA VIIRS Active Fire Spatial Aggregation Page 4
- Downloading NOAA GOES ABI Fire/Hot Spot Characterization FDC from AWS S3 using python Page 5
- 2023 Nova Scotia (Canada) WildFire Case Study: Download NOAA VIIRS Active Fire products Page 6
- Find the NOAA VIIRS L2 AF granules that cover the Nova Scotia region in Canada using python Page 7
- 2023 Nova Scotia (Canada) WildFire Case Study: Search and download geolocation files Page 8
- Use Python to plot the 2023 NOAA VIIRS L2 AF data for Nova Scotia, Canada Page 9