thgsp.datasets

Minnesota

class Minnesota(root=None, connected=True, download=False)[source]

The Minnesota traffic network shipped with “Wavelet Filterbanks on Graph” [1] project(with a license of GPL V3) by USC-STAC group [4] . This road network is a part of “The National Highway Planning Network (NHPN) 2000-Present dataset” [3] and also carried by MatlabBGL [2] toolbox(released under BSD).

Parameters:
  • root (str, optional) – The root directory to place the downloaded files. If None, set the root dir as “thgsp.datasets.data”.

  • connected (bool) – If True, connect the traffic network.

  • download (bool) – If True, download the raw .zip file and process it.

References

USC Toy

class Toy(root=None, download=False)[source]

USC toy graph(released under GPL v2) by STAC group(https://github.com/STAC-USC/GraphStructures).

Parameters:
  • root (str, optional) – The root directory to place the downloaded files. If None, set the root dir as “thgsp.datasets.data”.

  • download (bool) – If True, download the raw .zip file and process it.