Skip to content

Commit

Permalink
early facts on northamerica-south1
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Nov 10, 2024
1 parent 273aeaf commit 9c7db92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sc_crawler/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"IN": "Asia",
"JP": "Asia",
"KR": "Asia",
"MX": "North America",
"NL": "Europe",
"NO": "Europe",
"NZ": "Oceania",
Expand Down
11 changes: 11 additions & 0 deletions src/sc_crawler/vendors/gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,17 @@ def inventory_regions(vendor):
"lat": -33.520515,
"lon": -70.721695,
},
# NOTE this is not announced yet, but showing up in API from time to time
"northamerica-south1": {
# https://mexicobusiness.news/cloudanddata/news/google-cloud-announces-first-mexican-data-region-queretaro
"country_id": "MX",
"city": "Queretaro",
"founding_year": 2025,
"green_energy": False,
# approximation based on city
"lat": 20.5896,
"lon": -100.3897,
},
"us-central1": {
"country_id": "US",
"city": "Council Bluffs",
Expand Down

0 comments on commit 9c7db92

Please sign in to comment.