Documentation#

SpaceNet is a Python package for spatial network analysis. It is structured into several subpackages, each of which contains functions and classes for specific types of spatial network analysis. The subpackages are listed below, along with a brief description of each one.

Subpackage

Description

utils

A collection of utility functions for spatial network analysis.

global_metrics

Global metrics for spatial networks.

node_metrics

Node-based metrics for spatial networks.

centrality

Centralities for spatial networks.

point_patterns

Point pattern analysis for spatial networks.

partition

Methods for partitioning spatial networks.

datasets

Datasets for testing and demonstration of spatial network analysis methods.

helpers

Helper functions for spatial network analysis.

SpaceNet reference list#

All of the modules are listed below, and each module has its own documentation page that provides a detailed description of the functions and classes that are available in that module.