Skip to content
Merged
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
41 changes: 41 additions & 0 deletions docs/api/geo/vector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Geo — Vector

Vector substrate classes and utilities backed by GeoDataFrame.

::: dissmodel.geo.vector.model
options:
show_source: true
show_root_heading: true
members:
- SpatialModel

::: dissmodel.geo.vector.cellular_automaton
options:
show_source: true
show_root_heading: true
members:
- CellularAutomaton

::: dissmodel.geo.vector.regular_grid
options:
show_source: true
show_root_heading: true
members:
- regular_grid
- parse_idx

::: dissmodel.geo.vector.fill
options:
show_source: true
show_root_heading: true
members:
- FillStrategy
- fill
- register_strategy

::: dissmodel.geo.vector.neighborhood
options:
show_source: true
show_root_heading: true
members:
- attach_neighbors
Loading