Chris Deline

Results 28 issues of Chris Deline

instead of copying some of the keys of sceneDict into a sceneDict2 and passing that to _makeSceneNxR, this updates the appropriate keys, and makes sure that _makeSceneNxR is working from...

On the dev branch, refactor `NSRDBWeatherData` function to be a more general `readWeatherData`. This splits the existing `readWeatherFile` function into two parts - the first half for reading different weather...

Passing a sceneDict into makeScene1axis that includes 'originx' or 'originy' doesn't get passed into the _makeSceneNxR subroutine. > sceneDict = {'originx':0.05, 'originy':0.05, 'pitch':pitch,'hub_height':hub_height, 'nMods': nMods, 'nRows': nRows} demo.makeScene1axis(module=mymodule,sceneDict=sceneDict) demo.trackerdict['2021-11-06_1100']['scene'].sceneDict: >...

v0_5_0

These functions in development are not covered by tests, and they need refactoring.

enhancement
v0_6_0

The docstring of MetObj is really scant (no list of attributes to call...) and no __repr__. Need a way to describe what data is available inside this thing..

v0_5_0

Starting in development branch, we are no longer aggregating bifacial gain in the top level Radiance Obj. This is now being recorded in the TrackerDict. This causes a lot of...

v0_5_0

In the recent push to 0.4.2, readthedocs is having issues rendering some of the example notebooks. In particular, the problem happens at the `` ordered list, which renders as a...

At the moment, performance is run on the entire RadianceObject, which means that a single module type is passed, even if you have multiple scenes with different module types. Solution:...

v0_5_0

Albedo is currently a fixed constant. It should be optionally entered as a 12x monthly or 8760x hourly vector.

enhancement

Minor update to eliminate DeprecationWarning, PerformanceWarning and SettingWithCopyWarning