-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
New feature in Electricity Maps
Electricity Maps is creating a new layer to visualize all data centers around the world 🚀 🚀
We want to keep the list updated, and we need your help! Right now we added some data centers and compute regions for Microsoft Azure, AWS and Google cloud Computing.
We are collecting the information in this configuration data_centers.json
The structure to follow is this one:
"gcp-europe-west1": {
"provider": "gcp",
"lonlat": [3.8580813, 50.4663049],
"displayName": "St Ghislain (europe-west1)",
"region": "europe-west1",
"zoneKey": "BE",
"status": "operational",
"source": "",
"operationalSince": null
},
{
"<provider>-us-central1": {
"provider": "gcp",
"lonlat": [-95.8028031, 41.1755951],
"displayName": "Southlands Campus (us-central1)",
"region": "us-central1",
"zoneKey": "US-CENT-SWPP",
"status": "operational",
"source": "",
"operationalSince": null
},
How can you contribute
To be more specific, we would like to know:
- Are there any other providers you know their compute regions and you know the location of the data centers used?
- Do you have additional information on the already available data centers and compute regions? Such as
operationalSince
?
julian-st