Skip to content

Instantly share code, notes, and snippets.

@szepeviktor
Last active May 24, 2026 18:12
Show Gist options
  • Select an option

  • Save szepeviktor/d08fb9da0a899d26797bd30a460d0bd8 to your computer and use it in GitHub Desktop.

Select an option

Save szepeviktor/d08fb9da0a899d26797bd30a460d0bd8 to your computer and use it in GitHub Desktop.
Facebook Data Center locations
@szepeviktor

szepeviktor commented Sep 20, 2021

Copy link
Copy Markdown
Author
wget -qO- https://sustainability.atmeta.com/map/|sed -n -e 's#.*const markers = \(\[.*\]\);$#\1#p' >facebook-dcs.json
jq -r '.[] | select(.type == "datacenter") | (.title + " | " + .lat + " " + .lng)' facebook-dcs.json
DC lat lng
Meta Tulsa Data Center 36.1563122 -95.9927516
Meta Lebanon Data Center 40.13798111372971 -86.64510478226059
Meta Beaver Dam Data Center 43.4577692 -88.837329
Meta El Paso Data Center 31.7601164 -106.4870404
Meta Bowling Green Data Center 41.37694549560547 -83.65203857421875
Meta Richland Parish Data Center 32.587829 -91.627477
Meta Aiken Data Center 33.5616173 -81.7224579
Meta Cheyenne Data Center 41.12268755954145 -104.8236490162101
Meta Montgomery Data Center 32.379581451416016 -86.30757141113281
Meta Rosemount Data Center 44.7391873 -93.12611
Meta Jeffersonville Data Center 38.375278 -85.668327
Meta Temple Data Center 31.132714 -97.363981
Meta Kansas City Data Center 39.326489 -94.601347
Meta Kuna Data Center 43.4593878 -116.2657698
Meta Mesa Data Center 33.35488386 -111.6357585
Meta Gallatin Data Center 36.407560 -86.392240
Meta DeKalb Data Center 41.8910937 -88.9067601
Meta Singapore Data Center 1.328669 103.74717
Meta Huntsville Data Center 34.840817 -86.631483
Meta Eagle Mountain Data Center 40.32277 -111.99621
Meta Stanton Springs Data Center 33.6007968 -83.6940463
Meta Henrico Data Center 37.49576 -77.24442
Meta New Albany Data Center 40.09351 -82.80873
Meta Sarpy Data Center 41.124923 -96.140505
Meta Odense Data Center 55.372232 10.487709
Meta Los Lunas Data Center 34.828031 -106.780983
Meta Clonee Data Center 53.417664 -6.431697
Meta Fort Worth Data Center 32.90594 -97.33518
Meta Luleå Data Center 65.619657 22.117237
Meta Forest City Data Center 35.315818 -81.827739
Meta Prineville Data Center 44.295709 -120.885998
Meta Altoona Data Center 41.6675 -93.5065

@szepeviktor

szepeviktor commented Apr 24, 2022

Copy link
Copy Markdown
Author

Coordinates of Google locations: view-source:https://peering.google.com/static/js/site/modules/pages/infrastructure.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment