GIS has been one of system that is changing the world in geographic data visualization. In our everyday task we get information from satellite either indirect from providers or through direct access to satellite images.
Here are python Libraries used for data analysis
We shall be using Rasterio and Earthpy to layerstack (rgb) and mask satellite data
Here are python Libraries used for data analysis
- RSGISLib
The RSGISLib library is a set of remote sensing tools for raster processing and analysis. To name a few, it classifies, filters and performs statistics on imagery.
Rasterio
deals with analysing satellite imagery
Earthpy
carries out mathematical analysis like layerstacking
We shall be using Rasterio and Earthpy to layerstack (rgb) and mask satellite data