GreenScheduler / cats

CATS: the Climate-Aware Task Scheduler :cat2: :tiger2: :leopard:
https://greenscheduler.github.io/cats/
MIT License
50 stars 8 forks source link

Write function to take timeseries of carbon intensity, runtime and output optimal time #2

Closed abhidg closed 1 year ago

abhidg commented 1 year ago

Given a timeseries in the form of a CSV file with columns timestamp, carbon_intensity and a runtime, write a function that returns a timestamp that will minimize total carbon intensity.