Skip to main content

Crate stt_optimize

Crate stt_optimize 

Source
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
recommend
Parameter recommendation engine
report
Report generation (text and JSON formats)

Functions§

recommend_for
Analyze a GeoParquet or STT input and produce build recommendations.