Skip to content

aimanrashid/Photovoltaic-Solar-Panel

Repository files navigation

Photovoltaic Solar Panel

Python code for reading temperature for FLIR camera radiometric images.

Required library

Install matplotlib for vizulaization, numpy for data manipulation, open-cv for manipulating images and statsmodels for statistical analysis.

pip install matplotlib, numpy, opencv-python, satsmodels

Install flyr library for data extraction and pvimage for solar panel detection

pip install flyr, pvimage