![]() |
0.1.22
|
Geographic location for solar position and radiation calculations. More...
Geographic location for solar position and radiation calculations.
Mirrors latitude in degrees (+N / -S), longitude in degrees
(+W / -E per Helios convention), UTC offset in hours (+moving West), and altitude of the local Cartesian origin in meters above sea level (default 0).
Definition at line 859 of file DataTypes.py.
Public Member Functions | |
| __init__ (self, float latitude=38.55, float longitude=121.76, float utc_offset=8.0, float altitude=0.0) | |
| __setattr__ (self, name, value) | |
| str | __repr__ (self) |
| bool | __eq__ (self, other) |
| bool | __ne__ (self, other) |
| int | __hash__ (self) |
Public Attributes | |
| latitude = other.latitude and | |
| longitude = other.longitude and | |
| utc_offset = other.utc_offset and | |
| altitude = other.altitude) | |
| pyhelios.wrappers.DataTypes.Location.__init__ | ( | self, | |
| float | latitude = 38.55, | ||
| float | longitude = 121.76, | ||
| float | utc_offset = 8.0, | ||
| float | altitude = 0.0 ) |
Definition at line 862 of file DataTypes.py.
| bool pyhelios.wrappers.DataTypes.Location.__eq__ | ( | self, | |
| other ) |
Definition at line 886 of file DataTypes.py.
| int pyhelios.wrappers.DataTypes.Location.__hash__ | ( | self | ) |
Definition at line 897 of file DataTypes.py.
| bool pyhelios.wrappers.DataTypes.Location.__ne__ | ( | self, | |
| other ) |
Definition at line 894 of file DataTypes.py.
| str pyhelios.wrappers.DataTypes.Location.__repr__ | ( | self | ) |
Definition at line 882 of file DataTypes.py.
| pyhelios.wrappers.DataTypes.Location.__setattr__ | ( | self, | |
| name, | |||
| value ) |
Definition at line 878 of file DataTypes.py.
| pyhelios.wrappers.DataTypes.Location.altitude = other.altitude) |
Definition at line 892 of file DataTypes.py.
| pyhelios.wrappers.DataTypes.Location.latitude = other.latitude and |
Definition at line 889 of file DataTypes.py.
| pyhelios.wrappers.DataTypes.Location.longitude = other.longitude and |
Definition at line 890 of file DataTypes.py.
| pyhelios.wrappers.DataTypes.Location.utc_offset = other.utc_offset and |
Definition at line 891 of file DataTypes.py.