jnioche / carbonintensity-api

A simple Rust library to retrieve data from https://api.carbonintensity.org.uk/
Apache License 2.0
9 stars 0 forks source link

day skipped when querying a date range straddling 2 years #6

Open jnioche opened 10 months ago

jnioche commented 10 months ago

Currently goes straight from

2022-12-31 23:00:00

to

2023-01-02 22:30:00

jnioche commented 9 months ago

bug with the carbon API itself

curl "https://api.carbonintensity.org.uk/regional/intensity/2022-12-28T00:01Z/2023-01-07T00:01Z/postcode/bs7" | jq

does not go beyond

 {
        "from": "2022-12-31T23:00Z",
        "to": "2022-12-31T23:30Z",
        "intensity": {
          "forecast": 190,
          "index": "moderate"
        },
jnioche commented 9 months ago

Mostly fixed in 200eb35 Missing a 30 mins slot