NatLabRockies / NatLabRockies/floris
Allow WindRose/TimeSeries to accept arbitrary input columns
Open
@misi9170 is already working on this.
Since Jan 17, 2024.
new-feature
v4
- Dominant language
- Python
- Stars
- 301
- Forks
- 188
- PR merge metrics
- No merged PRs in 30d
Description
Allow WindRose/TimeSeries to accept arbitrary input columns
Presently, the new WindRose/TimeSeries classes accept a fixed set of input signals (wd,ws,ti,price). Would like to augment this with a list of a arbitrary signals which are then shaped and passed as ti,price are now.
Checklist:
- Develop code to allow arbitrary time series to be assigned if they're passed
- Might break attrs rules, need to discuss what is the best approach (@bayc has experience with multidim tables)
- Update tests
- Add documentation
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.