I have a question regarding solar radiation data. We need this data in our application to calculate photovoltaic energy capacities for a given location. However, the solar radiation can depend highly on the exact location. How accurate is the solar radiation data in terms of the location? Does it incorporate geographical elements like mountains that prevent direct solar radiation for specific areas? For us the question is, if we really query the solar radiation data for all exact locations or if we can make some approximations like using a postcode location that we then can use multiple times? If the data is anyway not very location specific, this would reduce our api requests a lot.
Thanks for any help.