hkromminga commited on
Commit
1cebfa7
·
verified ·
1 Parent(s): c676fc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -89
README.md CHANGED
@@ -16,95 +16,11 @@ annotations_creators:
16
  - expert-generated
17
  source_datasets:
18
  - original
19
- dataset_info:
20
- features:
21
- - name: trialNumber
22
- dtype: string
23
- description: "Unique identifier for each experimental trial."
24
-
25
- - name: country_code
26
- dtype: string
27
- description: "ISO 3166-1 alpha-2 country code of the observation site."
28
-
29
- - name: crop (EPPO)
30
- dtype: string
31
- description: "Crop species identified using EPPO code."
32
-
33
- - name: crop_establishment_method
34
- dtype: string
35
- description: "Method of crop establishment (e.g., Direct seeding, Transplanting)."
36
-
37
- - name: tillage_system
38
- dtype: string
39
- description: "Tillage practice used at the site (e.g., No-till, Conventional Tillage)."
40
-
41
- - name: type_of_trial
42
- dtype: string
43
- description: "Type of experimental setup (e.g., field, greenhouse, lab)."
44
-
45
- - name: seeding_date
46
- dtype: string
47
- description: "Date the crop was seeded (ISO 8601: YYYY-MM-DD)."
48
-
49
- - name: weed (target) eppo
50
- dtype: string
51
- description: "Target weed species identified using EPPO code."
52
-
53
- - name: date
54
- dtype: string
55
- description: "Date of the observation (ISO 8601: YYYY-MM-DD)."
56
-
57
- - name: assessment
58
- dtype: string
59
- description: "Type of observation or assessment performed (e.g., cumulative emergence)."
60
-
61
- - name: measurement_unit
62
- dtype: string
63
- description: "Unit associated with the observation (e.g., %, BBCH)."
64
-
65
- - name: value
66
- dtype: float32
67
- description: "Numerical value recorded for the observation."
68
-
69
- - name: latitude
70
- dtype: float32
71
- description: "Latitude of the site in decimal degrees (WGS84)."
72
-
73
- - name: longitude
74
- dtype: float32
75
- description: "Longitude of the site in decimal degrees (WGS84)."
76
-
77
- - name: photo_period
78
- dtype: float32
79
- description: "Photoperiod (day length in hours) at the observation date."
80
-
81
- - name: day_of_year
82
- dtype: int32
83
- description: "Day of year for the observation (1–366)."
84
-
85
- - name: days_after_start
86
- dtype: int32
87
- description: "Days since the start of the trial or seeding date."
88
-
89
- - name: cum_emergence_percentage
90
- dtype: float32
91
- description: "Cumulative emergence expressed as percentage over time."
92
-
93
- - name: contributor
94
- dtype: string
95
- description: "Names of contributor of the dataset."
96
-
97
- - name: organization
98
- dtype: string
99
- description: "Affiliated institution(s) responsible for the data."
100
-
101
- - name: DOI
102
- dtype: string
103
- description: "Digital Object Identifier linking to the original publication or dataset."
104
-
105
- - name: status_of_publication
106
- dtype: string
107
- description: "Publication status of the data (e.g., published, unpublished, in review)."
108
  ---
109
 
110
  # OPheno: Curated Weed Emergence & Phenology Dataset
 
16
  - expert-generated
17
  source_datasets:
18
  - original
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: train.csv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # OPheno: Curated Weed Emergence & Phenology Dataset