NatLabRockies / NatLabRockies/windwatts
Add Interpolation to Timeseries Endpoints
Open
@sameersk2k is already working on this.
Since Jul 24, 2026.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 10
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 6
Description
The timeseries endpoints that helps us to download the data using S3 Data Fetcher doesn't support interpolation at unavailable heights, the endpoints just return the data of available heights from S3. So the issue deals with maybe accepting additional height parameter for timeseries endpoints and apply interpolation at runtime, add the new height column to dataframe and serve to the user or the frontend.
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.