Expand description
stt-optimize as a library.
stt-build --auto calls into recommend_for to pick zoom levels and
a temporal bucket from an input file before building.
The CLI in main.rs is a thin wrapper around the same functions.
Re-exports§
pub use loader::DataSource;pub use recommend::Recommendations;
Modules§
- analysis
- Analysis modules for spatiotemporal data
- loader
- Data loading for GeoParquet files and STT archives
- recommend
- Parameter recommendation engine
- report
- Report generation (text and JSON formats)
Functions§
- recommend_
for - Analyze a GeoParquet or STT input and produce build recommendations.