libpysal.graph.read_gwt

libpysal.graph.read_gwt(path)[source]

Read Graph from a GWT file

Parameters:
pathstr

path to a file

Returns:
Graph

deserialized Graph

Examples

>>> graph.read_parquet("contiguity.gwt")