Multispectral Analysis of Satellite Imagery with Python
/Interesting tutorial with code of the treatment and interactive analysis of multispectral satellite images. The application is done over a Landsat image that has 11 bands.
This tutorial contents.
- Import of satellite images
- Convert images as numpy array
- Slice the images over a region of interest
- Creation of a multidimensional numpy array
- Calculation of NDVI
- Interactive plotting of NDVI and band values for every point
Animation
Video
Interesting tutorial with code of the treatment and interactive analysis of multispectral satellite images. The application is done over a Landsat image that has 11 bands. This tutorial contents.
Data
Download the required data for this tutorial on this link:
https://github.com/SaulMontoya/Multispectral-Analysis-of-Satellite-Imagery-with-Python.git
