Hi Team,
I am using Electricity map api to get the Emission factor for my Cloud Provider region and trying to compare it with what CCF is using if Electricity Map api token is not configured in the .env file.
On Calling the Emap api directly, i am getting Carbon intensity.
After going through CCF codebase, i found out that you are doing this : response.carbonIntensity / 1000,
after getting emap api response which for me is coming as 0.422. But in CCF we are using 0.000225
for the same region.
While i get it that the constant value will be different from latest emap value, Can you please let me know the extra the decimal value mismatch i.e. the extra 3 zeroes in CCF constants for region Emission factor?
Thanks,
Shreyansh Jain