This application analyzes satellite imagery to generate comprehensive vegetation health reports.
- Place your company logo in the 'assets' directory as 'logo.png'
- Install dependencies using:
pip install -r requirements.txt - Run the application:
streamlit run app.py
- Upload Sentinel-2 satellite images (RGB, SWIR, NIR)
- Set the image acquisition date and location name
- Process images to calculate vegetation indices
- View the results and download a comprehensive PDF report
- RGB Image (True Color): 3-band image containing Red, Green, Blue bands
- SWIR Band: Single-band Short-Wave Infrared image
- NIR Band: Single-band Near-Infrared image
- NDVI (Normalized Difference Vegetation Index)
- NDMI (Normalized Difference Moisture Index)
- NDWI (Normalized Difference Water Index)
- MSAVI (Modified Soil-Adjusted Vegetation Index)
- CWSI (Crop Water Stress Index)
- EVI (Enhanced Vegetation Index)