NREL/flasc

[Feature]: Update heterogeneity_mapper to use HeterogeneousMap

Opened this issue · 0 comments

Description

heterogeneity_mapper in the module energy_ratio_heterogeneity_mapper.py currently includes a function generate_floris_hetmap but this yields a pandas dataframe and not yet the HeterogeneousMap object available in FLORIS v4. This object would be a good fit since it is also indexed by wind direction (and optionally wind speed) and can be provided conveniently to FLORIS simulations.

Related URLs

No response