captest.clearsky.pvlib_location
- captest.clearsky.pvlib_location(loc)
Create a pvlib location object.
- Parameters:
loc (dict) –
Dictionary of values required to instantiate a pvlib Location object.
- loc = {‘latitude’: float,
’longitude’: float, ‘altitude’: float/int, ‘tz’: str, int, float, default ‘UTC’}
See http://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of valid time zones. ints and floats must be in hours from UTC.
- Return type:
pvlib location object.