Skip to content

eisenerz108/rudimentary-fire-detection-algorithm-for-the-VIIRS-sensor-onboard-Suomi-NPP-satellite

Repository files navigation

Rudimentary fire detection algorithm for the VIIRS sensor onboard Suomi-NPP satellite

Contents :

Task Information

  • Rudimentary fire detection algorithm for the VIIRS sensor onboard Suomi-NPP satellite

Tools Used

  • Pycharm Professional - For writing python scripts.
  • github - Version Controlling (Private Repository)
  • Python Packages used : Geopandas, Pandas, Matplotlib, KeplerGl.

Data Information

Satellite data was picked up from here

  • Each satellite overpass consists of two NetCDF files:
  1. File starting with VNP02 contains observation data (radiance recorded by the sensor)
  2. File starting with VNP03 contains geolocation data (the geographical coordinates of each pixel in the observation data file)

Understanding the data

  • The dataset (.nc) was comparatively very new for me, hence I had to understand the data and the satellite image. I used few references to understand the data. [1] [2] [3]
  • I found the bands information on Wikipedia [4] and NASA Website [5]. img1.png

Finding Hotspots

  • I tried to run a filter and store the image in the output\binarythreshold_image.png but my system was really low on memory and it started to freeze.
  • I converted all the data into a dataframe (And GeoDataFrame) and manually filtered the fire_radiance value >0.85 to detect hotspots.

Output

  • The output of the hotspots locations from the KeplerGL is stored in output\hotspots_locations.html.
  • The images of the hotspots locations from the KeplerGL is stored in output\hotspot_heatmap_densitybased.png, output\hotspot_heatmap_radiancebased.png and output\hotspot_points_keplergl.png
  • The hotspots location in the csv format is stored in output\hotspots_locations.csv.
  • The hotspots location in the geojson format is stored in output\hotspots_locations.geojson.

References

About

Rudimentary fire detection algorithm for the VIIRS sensor onboard Suomi-NPP satellite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published