-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
In case weather file doesn't have RH or Pwat, I would like to be able to use Tdew to calculate spectral mismatch
Describe the solution you'd like
This capability is already implemented in MetPy relative_humidity_from_dewpoint
Describe alternatives you've considered
reimplement in pvlib? import metpy and call it? ignore b/c most weather files already include RH or Pwat, or uncertainty in chain of conversions too much?
Additional context
I thought this topic came up somewhere else but I couldn't find it in google group, discussions, or issues/pr's