rasterkit-demo
Interactive demos for RasterKit —
extract trailing channel windows from the bundled demo.bmp, reshape them into
diagnostic tiles, and run the sample processing pipeline.
Install
pip install rasterkit-demo
pip install .
Requires rasterkit>=1.0.2.
Usage
rasterkit-demo
rasterkit-demo --tiles-only
python -m rasterkit_demo -o out/
from rasterkit_demo import extract_windows, save_tiles, run_demo
windows = extract_windows()
save_tiles("demo_out", windows)
run_demo()
What you get
| Extract | Same windows as RasterKit README (5092 samples, mix 42, segments [3379, 1713]) |
| Tiles | False-color PNG previews under demo_out/ |
| Apply | Runs each window through the demo processing pipeline |
License
MIT