Skip to content

Academic project aimed at detecting oil leaks using landsat 5 data

Notifications You must be signed in to change notification settings

Dunckleosteus/slick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slick

This is a project aiming to detect oil leaks in the ocean using Landsat 5 data

The oil leak

Deepwater Horizon oil spill, largest marine oil spill in history, caused by an April 20, 2010, explosion on the Deepwater Horizon oil rig—located in the Gulf of Mexico, approximately 41 miles (66 km) off the coast of Louisiana—and its subsequent sinking on April 22. (Britannica)

  • 28°44'17''N, 88°21'58'W

Landsat data

I tried to use Landsat 8 data but there was missing data. For this project we have 3 images. The first image was taken 13 days before the accident, the second one was taken 19 days after the accident and the last one 30 days after the accident.

Goals

As an academic project this project has 2 main objectives:

  1. See which combinations work best for detecting the oil leak
  2. Compare the evolution of oil spread over the time

Data analysis

We tried various indices to see if any of them showed any promise in detecting the oil spill.

RGB Images

Here are the RGB composition for the satellite pictures, the oil stain is visible in the right of the pictures taken after the accident. We can see that the stain seems to grow over time in visible light. SAVI.

Ferrous Minerals

SAVI. Does not seem to show much promise when it comes to detecting hydrocarbons.

VARI

SAVI.

NDVI

NDVI.

SAVI

SAVI.

MNDWI

SAVI. This composition seems to show promise when it comes to detecting the oil. That is why we did some stats on it:

Stats

Scatter

SAVI.

Correlation

SAVI.

Manual classification

I started by dividing the image into 2 classes:

  • Values over 0.75 that are either a landmass or oil infused water
  • Values under 0.75 that are probably clean sea water SAVI. We can also count the number of each class for each image: SAVI. Because we know that image 1 has no leak (normally), we can substract it's number of pixels over the threashold to have a better estimate of oil quantity. This is more or less the same as removing the number of pixels that represent a landmass as they also have a value over 0.75. We can see that the value seems to increase, wich seems normal.

Unsupervised classification

Tried a unsupervised classification SAVI.

About

Academic project aimed at detecting oil leaks using landsat 5 data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published