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
Data
Download the required data for this tutorial on this link:
https://github.com/SaulMontoya/Multispectral-Analysis-of-Satellite-Imagery-with-Python.git

FloPy is the Python library that builds and executes MODFLOW models; this library has been enhanced to provide full support of MODFLOW 6 with most of its recent development is related to functionality for MODFLOW 6, tools to use vector and raster spatial data and common plotting and export functionality.