"The methodology is available on the internet. It only requires inputs related to the latitude and altitude of the station, making it easy to compute. If you need it, I have it in a Python script that I can share. :)
print(f"Extraterrestrial Solar Radiation (RA): {RA:.2f} MJ/m²/day")
##This code will calculate RA for the given day of the year and latitude. You can modify the day_of_year and latitude variables for different scenarios.