You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data (totalCo2Export and totalCo2Import) isn't available for a CO2 net exchange chart with 30d+ views, so it's only presented for the 24h and 72h views. This was surprising to me since totalExport and totalImport is around. Is not calculating the CO2 equivalent to totalExport and totalImport data not done due to a bug, or is it a feature not yet developed?
Analysis
I'm not sure why totalCo2Export and totalCo2Import isn't calculated because I don't yet understand where it gets done. I figure parsers needs to acquire the info which it does for hourly levels, and then the hourly data needs to be processed to daily / monthly / yearly aggregates and that isn't getting done.
The text was updated successfully, but these errors were encountered:
I figure there are parsers doing work to acquire hourly data of relevance, but that there then is machinery to aggregate data to daily / monthly / yearly entries as well, and it seems that this is done for totalExport but not for totalCo2Export but I'm failing to spot what code to inspect to figure out whats wrong.
I figure there are parsers doing work to acquire hourly data of relevance, but that there then is machinery to aggregate data to daily / monthly / yearly entries as well, and it seems that this is done for totalExport but not for totalCo2Export but I'm failing to spot what code to inspect to figure out whats wrong.
All the calculations and data structuring is happening on our backend which is private.
I can take a look at why it's not included but we have the hourly data so should be possible to add if nothing else.
Bug description / Feature request
Data (
totalCo2Export
andtotalCo2Import
) isn't available for a CO2 net exchange chart with 30d+ views, so it's only presented for the 24h and 72h views. This was surprising to me sincetotalExport
andtotalImport
is around. Is not calculating the CO2 equivalent tototalExport
andtotalImport
data not done due to a bug, or is it a feature not yet developed?Analysis
I'm not sure why
totalCo2Export
andtotalCo2Import
isn't calculated because I don't yet understand where it gets done. I figure parsers needs to acquire the info which it does for hourly levels, and then the hourly data needs to be processed to daily / monthly / yearly aggregates and that isn't getting done.The text was updated successfully, but these errors were encountered: