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 |
|---|---|
A collection of utility functions for spatial network analysis. |
|
Global metrics for spatial networks. |
|
Node-based metrics for spatial networks. |
|
Centralities for spatial networks. |
|
Point pattern analysis for spatial networks. |
|
Methods for partitioning spatial networks. |
|
Datasets for testing and demonstration of spatial network analysis methods. |
|
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.
- spacenet.utils
- spacenet.global_metrics
- Global metrics for spatial networks
- spacenet.global_metrics.volume
- spacenet.global_metrics.diameter
- spacenet.global_metrics.alpha_index
- spacenet.global_metrics.beta_index
- spacenet.global_metrics.gamma_index
- spacenet.global_metrics.cyclomatic_number
- spacenet.global_metrics.mean_detour_index
- spacenet.global_metrics.mean_clustering_coefficient
- Global metrics for spatial networks
- spacenet.node_metrics
- spacenet.centrality
- spacenet.point_patterns
- Pair correlation functions
- Correlation helper functions
- spacenet.point_patterns.helpers.spatial_bootstrap
- spacenet.point_patterns.helpers.polynomial_kernel
- spacenet.point_patterns.helpers.integrated_poly_finite_kernel
- spacenet.point_patterns.helpers.is_connected_filter
- spacenet.point_patterns.helpers.compute_contributions
- spacenet.point_patterns.helpers.compute_weighted_contributions
- spacenet.point_patterns.helpers.compute_contributions_parallel
- spacenet.point_patterns.helpers.compute_weighted_contributions_parallel
- spacenet.partition
- spacenet.datasets
- spacenet.helpers
- Helper functions for spatial networks
- spacenet.helpers.get_edge_weights
- spacenet.helpers.get_nodes_and_labels
- spacenet.helpers.get_node_node_distance
- spacenet.helpers.node_node_distance
- spacenet.helpers.update_node_node_distance_cache
- spacenet.helpers.remove_nodes_from_distance_cache
- spacenet.helpers.shortest_path_length_node_a_to_node_b
- spacenet.helpers.clear_distance_cache
- spacenet.helpers.batched_dijkstra
- Helper functions for spatial networks