Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ElectricityMapsDataSource.cs (#365)
Issue : I have tested a ElectricityMaps forecast scenario CLI: "emissions-forecasts -l westeurope -v" will return server error 500. Analysis: public async Task<EmissionsForecast> GetCurrentCarbonIntensityForecastAsync(Location location) is causing the EM server to return 500. Reason is that the "." in geolocation.Latitude will be passed as "," Fix: The following changes are fixing this bug. Signed-off-by: Christian Binder <[email protected]>
- Loading branch information