Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/user-guide/graph/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
Spatial Graph
=============

A Spatial Graph is a flexible representation of spatial relationships
between observations, where nodes represent spatial units and edges
encode their relationships (such as contiguity or distance).

The Graph abstraction is intended as the successor to the traditional
spatial weights (W) framework, providing a more general and expressive
way to represent spatial structure. While spatial weights focused on
matrix-based representations, Graphs emphasize relationships and
connectivity in a more extensible form.

Users familiar with spatial weights can refer to the migration guide
below for details on how common weights-based workflows translate
to the Graph framework.


.. toctree::
:maxdepth: 1
Expand Down