Location
#
A location stores the geographic coordinates (latitude and longitude) and the address of a specific position on the earth. It is used to generate location dependent information like a sun rig.
Info
A location is created automatically when loading a weather file and can be retrieved by getting the sun rig property of the weather object and then the location property of the sun rig.
From Coordinates#
Creates a location from geographic coordinates and sets the time zone using the longitudinal coordinate.
Info
Latitudinal coordinates span from the south pole -90° to the north pole 90° and the longitudinal coordinates span from west of prime meridian -180° to east of prime meridian 180°.
From Properties#
Manually set all properties of the location including coordinates, address and time zone.