--- language: - en license: cc-by-4.0 tags: - agriculture - crop-simulation - remote-sensing - synthetic-data - wofost - rice - sri-lanka - tabular - climate-variability - yield-prediction - tsfile - format:tsfile - timeseries task_categories: - tabular-regression - time-series-forecasting pretty_name: Sri Lanka Paddy Rice WOFOST Simulation (TsFile) size_categories: - 100K On size: the original parquet is ~16 MB and the converted tsfile is ~21 MB. About 51% of the source numeric cells are NaN (before emergence/flowering); parquet uses RLE to compress these NaN runs to nearly zero, while TsFile has higher metadata overhead from per-device chunking (3,250 devices × 10 columns ≈ 32k small chunks) and weaker NaN-run compression, hence slightly larger. The data is identical in both. ## Source - Original dataset: [SanuthK/Wofost-Synthetic-Rice-Simulation-LK](https://huggingface.co/datasets/SanuthK/Wofost-Synthetic-Rice-Simulation-LK) - Original author: Wanniarachchi S. K. (AgroGate Project) - Model: PCSE / WOFOST 7.2; weather: NASA POWER - License: CC-BY 4.0