libpysal.graph.read_gwt

libpysal.graph.read_gwt(path)[source]

Read Graph from a GWT file

Parameters:
path : str

path to a file

Returns:

deserialized Graph

Return type:

Graph

Examples

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