smilegeng commited on
Commit
42c675c
·
verified ·
1 Parent(s): 4872eb5

Add TsFile (converted from SanuthK/Wofost-Synthetic-Rice-Simulation-LK)

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +35 -0
  3. wofost_rice_lk.tsfile +3 -0
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ wofost_rice_lk.tsfile filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # wofost_rice_lk
2
+
3
+ 从 HuggingFace 数据集 [`SanuthK/Wofost-Synthetic-Rice-Simulation-LK`](https://huggingface.co/datasets/SanuthK/Wofost-Synthetic-Rice-Simulation-LK) 转换为 TsFile 格式。
4
+
5
+ ## 来源
6
+
7
+ - **原始数据集**:[SanuthK/Wofost-Synthetic-Rice-Simulation-LK](https://huggingface.co/datasets/SanuthK/Wofost-Synthetic-Rice-Simulation-LK)
8
+ - **原作者**:Wanniarachchi S. K. (AgroGate Project)
9
+ - **许可证**:cc-by-4.0
10
+
11
+ Conversion notes:
12
+ - Source: SanuthK/Wofost-Synthetic-Rice-Simulation-LK, single parquet (578,394 daily rows).
13
+ - Synthetic daily rice growth simulations for Sri Lanka (WOFOST 7.2 water-limited model).
14
+ - TAG (device): Season/Year/Lat/Lon/Irrigation/Nitrogen + a synthesized `replicate` index.
15
+ Each simulation = one device (3250 total). The 6 scenario columns are stored as tags
16
+ only, NOT duplicated as numeric fields.
17
+ - `replicate` is synthesized: a scenario has multiple replicates (randomized weather) with
18
+ no explicit replicate ID; they are concatenated and detected by Date resets (Date going
19
+ backwards). Verified: with replicate, device count = 3250 and (device, Date) is unique.
20
+ - Time: from `Date` (YYYY-MM-DD) parsed to INT64 ms.
21
+ - FIELD: DVS/LAI/Biomass/Height_cm/Yield_kgha/NDVI/NDRE/S1_VV_dB/S1_VH_dB/S1_ratio (DOUBLE).
22
+ Yield_kgha is NaN before flowering (DVS>=1) — preserved as null (NOT dropped/filled).
23
+ - No source columns dropped: all 17 columns preserved (Date->Time, 6 scenario->tags, 10 fields).
24
+
25
+
26
+ ## 转换说明
27
+ - 转换路径:`script`
28
+ - 时间精度:`ms`
29
+ - 自定义脚本:`scripts/converters/wofost_rice_lk.py`
30
+
31
+ ## 用法
32
+
33
+ ```python
34
+ # 用 TsFile Java/Python SDK 读取 data.tsfile
35
+ ```
wofost_rice_lk.tsfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:146b54922f63bddd46521573837868c580e6fbf042a21785fe9aa00226da8a6e
3
+ size 21421476