Silvana Ovaitt
Silvana Ovaitt
@williamhobbs I added a rolling method. Whenever you get an opporutnity can you re-try your surfrad data? Thanks!
There's also a pytest for half of it. [https://github.com/NREL/bifacial_radiance/blob/main/tests/test_mismatch.py#L51-L63 ](https://github.com/NREL/bifacial_radiance/blob/main/tests/test_mismatch.py#L51-L63 )
Which module do you envision this function to live?
starttime format causing funny things in Solargis as well,. maybe related to #439 ? Accroding to documentation starttime : str Limited start time option in 'YYYY-mm-dd_HHMM' or 'mm_dd_HH' format Dont...
demo.calculateResults saves a dataframe with all of the results, and also cleans it. The issue with that original way of calculating bifacial gain is that it did not clean for...
did this got finished to merge ?
@cdeline I see you removed removed **hub_height** from the dictionary. Is it still being saved somewhere? # we no longer need sceneDict['hub_height'] - it'll be replaced by 'clearance_height' below sceneDict.pop('hub_height',None)...
Workaround so I can finish AgriPV simulations. Tips: -Instead of using Gfront for scanning ground, use Gback -Pass agriPV=True to calculateResults. then RadObj.CompiledResults['Wm2Back'] will show the ground irradiance. -Bugs found:...
#435 related to
calculateResults() failing with multi scene and multi result objects...