API Overview¶
All public symbols are available from vibespatial.raster:
from vibespatial.raster import read_raster, zonal_stats, rasterize_owned
For the full auto-generated API reference with complete signatures and docstrings, see the vibespatial.raster.
Module summary¶
Module |
Description |
|---|---|
|
|
|
|
GPU-native IO via nvImageCodec |
|
Element-wise ops, convolution, slope, aspect |
|
Per-zone statistics via CCCL segmented reduce |
|
Vector-to-raster with GPU/CPU dispatch |
|
Connected-component labeling, sieve, morphology |
|
Raster-to-vector via marching squares |
|
Distance transforms |
|
Histogram computation |
|
Flow direction and accumulation |
|
Nearest/bilinear/bicubic resampling |
|
GeoTIFF key parsing |