A Spectral Index Raster Calculator For Satellite Image Processing
For more information visit the Rindcalc documentation
Rindcalc is an open source python library built on numpy and gdal aiming to provide seamless and accurate raster index calculations and composites of satellite and aerial imagery.
It currently consists of index calculation, composite and utility functions for Landsat-8 and USDA NAIP imagery, with Sentinel-2 and MODIS satellite functionality in the works
Install with pip
Dependencies:
- GDAL - need to build from .whl file
- NumPy
pip install rindcalc
Install with conda
conda install -c rindcalc rindcalc
If rindcalc is not importing after conda install on Windows 10 then rindcalc files need to be moved from Lib/pythonX.X/site-packages/ to Lib/site-packages within the conda env folder.