Skip to content

Commit

Permalink
Update URL for dataset links
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbrady committed Nov 12, 2024
1 parent fddf07e commit 0f60edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/update_dataset_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import requests

DATASET_URL = "https://minedbuildings.blob.core.windows.net/global-buildings/dataset-links.csv"
DATASET_URL = "https://minedbuildings.z5.web.core.windows.net/global-buildings/dataset-links.csv"


def update_dataset_links(save_directory: Path = Path("data/quadkeys")):
Expand Down

0 comments on commit 0f60edf

Please sign in to comment.