NREL / bifacial_radiance

Toolkit for working with RADIANCE for the ray-trace modeling of Bifacial Photovoltaics
https://bifacial-radiance.readthedocs.io
BSD 3-Clause "New" or "Revised" License
83 stars 46 forks source link

Add 'columns' and 'methods' introspection to RadObj, MetObj and GrounObj #495

Closed cdeline closed 7 months ago

cdeline commented 7 months ago

This allows you to view available methods more easily by calling radObj.columns or radObj.methods, similar to a dataframe. MetObj technically only gets .columns introspection. MetObj also gets a repr function if you want to print it.

cdeline commented 7 months ago

Again, weird coveralls error. I'm merging this. whatsnew.rst is updated and pytests are updated.