Getting Started
The Code
Contributing
Code of Conduct
Geometry
Bases: object
object
The geometry of the observation, all we need to calculate sensor, surface, and solar positions.
coszen
Return the cosine of the solar zenith.
sundist
Return the mean-relative distance to the sun as defined by the day of the year. Note that we use zero-indexed table, offset by one from the actual cardenality, per Python conventions…