<p class="sb-kicker">Usage</p>
<h1>Working with parquet outputs</h1>
<p class="sb-doc-lead">Parquet sidecars and merged parquet tables are the main analysis-ready outputs for tabular workflows in SpectralBridge.</p>
<div class="sb-doc-grid sb-doc-grid--three">
<article class="sb-doc-card">
<h3>Authoritative tables</h3>
<p>They are the intended interface for DuckDB, pandas, and other columnar tools.</p>
</article>
<article class="sb-doc-card">
<h3>Restart-safe exports</h3>
<p>The pipeline validates and reuses good parquet outputs instead of recomputing them blindly.</p>
</article>
<article class="sb-doc-card">
<h3>Large-scene friendly</h3>
<p>They support filtering and aggregation without loading a whole raster cube into memory.</p>
</article>