-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi. I suspect Google changed something in what they display on their end, but the current script no longer works. It's because the download file is large, and Google now shows a "are you sure you want to download this even though it's bigger than we can scan." So curl-ing the URLs downloads the HTML for that page rather than the data itself.
Solutions:
Option 1: you can download directly at the links. These are the links in the download script, just click them and go to download:
- Traffic Matrices: https://drive.google.com/uc?export=download&id=1cX9pzQmUXjArFU0q3SbwRN6WT5tb9B4I
- Paths: https://drive.google.com/uc?export=download&id=1kmWab5GUHKLwTIbefKVThsMSdwh953bh
Option 2: use the gdown command line tool:
pip install gdown # Install gdown if not already installed
# Download paths.zip
gdown --id 1kmWab5GUHKLwTIbefKVThsMSdwh953bh -O paths.zip
# Download traffic-matrices.zip
gdown --id 1cX9pzQmUXjArFU0q3SbwRN6WT5tb9B4I -O traffic-matrices.zip
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels