midas_processor 1.2.0

High-performance Rust tool for converting UK Met Office MIDAS weather datasets from BADC-CSV to optimized Parquet format
Documentation
1
2
3
4
5
6
7
8
9
//! Integration tests for the processor module
//!
//! Tests the complete processing pipeline using mock MIDAS dataset structures.

pub mod basic_processing;
pub mod error_handling;
pub mod live_cache_test;
pub mod multi_station;
pub mod schema_union_tests;