Skip to content

Download script no longer works: quick fix #3

@akrentsel

Description

@akrentsel

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:

  1. Traffic Matrices: https://drive.google.com/uc?export=download&id=1cX9pzQmUXjArFU0q3SbwRN6WT5tb9B4I
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions