NREL / PVDegradationTools

Set of tools to calculate degradation responses and degradation related parameters for PV.
https://pvdegradationtools.readthedocs.io/
Other
26 stars 7 forks source link

integrate a mapping function for metadata and weather data variable names #80

Closed MDKempe closed 6 months ago

MDKempe commented 6 months ago

There should be a single mapping function to handle all of the variable mapping needs.

MDKempe commented 6 months ago

I finished writing this and putting it into the weather.py class. It can update meta data in a dictionary, and the column headings in pandas dataframe. I also modified weather.py to allow one to not do the update if desired. As of April 2, the changes were pushed and waiting to be put in the main.