mlco2 / codecarbon

Track emissions from Compute and recommend ways to reduce their impact on the environment.
https://mlco2.github.io/codecarbon
MIT License
1.12k stars 173 forks source link

Add a geoip backup #427

Closed benoit-cty closed 6 months ago

benoit-cty commented 1 year ago

CodeCarbon use http://ip-api.com/json/ for IP geolocalization but sometime it fail so we could add http://ip-api.com/json/ as a backup.

benoit-cty commented 6 months ago

Done in https://github.com/mlco2/codecarbon/pull/453