/Incdient-Solar-Energy

Shaded Relief - Coolbaugh Algorithm

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Open In Colab

Daily Incident Solar Energy Modeling - Coolbaugh Algorithm - (Shaded Relief)

Theraml RS class of University of Tehran - Dr. Majid Kiavarz

This is an Unofficial Python Implemntaion based on: "Detection of geothermal anomalies using Advanced Spaceborne Thermal Emission and Reflection Radiometer (ASTER) thermal infrared images at Bradys Hot Springs, Nevada, USA - M.F. Coolbaugh el al."

2021-22 Second Semester

Student: Moien Rangzan

Data in Colab

Coolbaugh formula directly from Dr.Kiavarz notes

image.png

final resault

The final result (with Histogram Stretching):

image.png

Diffrence

one usfeul thing that I found is; now that we wrote our code in a functial way we can calculate ise for diffrent hours, days and seasons, and compare the Incdient solar energy:

the image below is the difrrence between two hours

plt.imshow(cb['ise_list'][1]-cb['ise_list'][2],cmap='gray')
plt.colorbar()
plt.show()

png