JorgeAEP commited on
Commit
ba6616a
·
verified ·
1 Parent(s): 3be9d7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -34
README.md CHANGED
@@ -18,62 +18,93 @@ source_datasets:
18
  - original
19
  dataset_info:
20
  features:
 
 
 
 
21
  - name: country_code
22
  dtype: string
23
  description: "ISO 3166-1 alpha-2 country code of the observation site."
24
- - name: latitude
25
- dtype: float32
26
- description: "Latitude of the site in decimal degrees (WGS84)."
27
- - name: longitude
28
- dtype: float32
29
- description: "Longitude of the site in decimal degrees (WGS84)."
30
- - name: source
31
- dtype: string
32
- description: "Short identifier for the data source (e.g., institution, project, dataset, DOI)."
33
- - name: crop
34
  dtype: string
35
- description: "Crop present in the system"
 
36
  - name: crop_establishment_method
37
  dtype: string
38
  description: "Method of crop establishment (e.g., Direct seeding, Transplanting)."
 
39
  - name: tillage_system
40
  dtype: string
41
- description: "Tillage practice used at the site (e.g., No-till, Conventional)."
 
 
 
 
 
42
  - name: seeding_date
43
  dtype: string
44
  description: "Date the crop was seeded (ISO 8601: YYYY-MM-DD)."
45
- - name: weed
 
46
  dtype: string
47
- description: "Weed species observed (EPPO name)."
 
48
  - name: date
49
  dtype: string
50
- description: "Date of the phenology or emergence observation (YYYY-MM-DD)."
51
- - name: type_of_value
52
- dtype: string
53
- description: "Standard type of observation (e.g., BBCH, Zadoks, Feekes, emergence_count, density, height_cm)."
54
- - name: value
55
  dtype: string
56
- description: "Recorded value associated with the observation."
 
57
  - name: measurement_unit
58
  dtype: string
59
- description: "Unit associated with the observation (e.g., plants/m², cm, %, count)."
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  - name: photo_period
61
  dtype: float32
62
  description: "Photoperiod (day length in hours) at the observation date."
 
63
  - name: day_of_year
64
  dtype: int32
65
  description: "Day of year for the observation (1–366)."
 
66
  - name: days_after_start
67
  dtype: int32
68
- description: "Days since the first observation or sowing reference point within the dataset."
69
 
70
- # Optional computed fields (included when available)
71
- - name: cum_emergence
72
- dtype: float32
73
- description: "Cumulative emergence count over time (if available)."
74
  - name: cum_emergence_percentage
75
  dtype: float32
76
- description: "Cumulative emergence normalized to the final total (%) (if available)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
 
78
  splits:
79
  - name: main
@@ -107,14 +138,13 @@ This curated dataset is continuously expanded as new [submissions](https://huggi
107
 
108
 
109
  ## Dataset Structure
110
- | country_code | latitude | longitude | source | crop (EPPO) | crop_establishment_method | tillage_system | seeding_date | weed | date | type_of_value | value | measurement_unit | photo_period | day_of_year | days_after_start | cum_emergence | cum_emergence_percentage |
111
- |--------------|----------|-----------|-------------|--------------|----------------------------|----------------|--------------|--------|------------|------------------------|--------|-------------------|---------------|--------------|-------------------|----------------|----------------------------|
112
- | DE | 51.05 | 13.74 | UniDresden | TRZAW | Direct seeding | No-till | 2024-10-12 | ECHCG | 2024-10-22 | NUM_PLANT_M2 | 12 | plants/m² | 10.2 | 296 | 10 | 12 | 18% |
113
- | DE | 51.05 | 13.74 | UniDresden | TRZAW | Direct seeding | No-till | 2024-10-12 | ECHCG | 2024-10-26 | NUM_PLANT_M2 | 18 | plants/m² | 10.1 | 300 | 14 | 30 | 45% |
114
- | DE | 51.05 | 13.74 | UniDresden | TRZAW | Direct seeding | No-till | 2024-10-12 | ECHCG | 2024-10-30 | NUM_PLANT_M2 | 22 | plants/m² | 9.9 | 304 | 18 | 52 | 78% |
115
- | DE | 51.05 | 13.74 | UniDresden | TRZAW | Direct seeding | No-till | 2024-10-12 | ECHCG | 2024-11-02 | NUM_PLANTEMERGED_M2 | 10 | plants/m² | 9.8 | 307 | 21 | 62 | 93% |
116
- | DE | 51.05 | 13.74 | UniDresden | TRZAW | Direct seeding | No-till | 2024-10-12 | ECHCG | 2024-11-05 | NUM_PLANTEMERGED_M2 | 5 | plants/m² | 9.6 | 310 | 24 | 67 | 100% |
117
 
 
 
 
 
 
 
118
 
119
  ## Load the Dataset
120
 
 
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
  splits:
110
  - name: main
 
138
 
139
 
140
  ## Dataset Structure
 
 
 
 
 
 
 
141
 
142
+ | trialNumber | country_code | crop (EPPO) | crop_establishment_method | tillage_system | type_of_trial | seeding_date | weed (target) eppo | date | assessment | measurement_unit | value | latitude | longitude | photo_period | day_of_year | days_after_start | cum_emergence_percentage | contributors, authors | organization | DOI | status_of_publication |
143
+ |-------------|-------------|-------------|----------------------------|----------------|----------------|--------------|---------------------|------------|--------------------------|------------------|--------|----------|-----------|---------------|--------------|-------------------|----------------------------|------------------------|------------------------------------------------------------------------------|------------------------------------------|------------------------|
144
+ | OPHENO-2015-IT-Italy_ECHCG_Local1_2015 | IT | YBRAC | | CT | field | 2015-10-27 | ECHCG | 2015-10-27 | cummulative emergence | % | | 45.408 | 11.8859 | 10.12737 | 300 | 0 | 0 | Aritz Royo-Esnal | Department of HBJ, ETSEA, University of Lleida- Agrotecnio, Lleida, Spain | https://doi.org/10.1111%2Fwre.12525 | |
145
+ | OPHENO-2015-IT-Italy_ECHCG_Local1_2015 | IT | YBRAC | | CT | field | 2015-10-27 | ECHCG | 2015-10-30 | cummulative emergence | % | | 45.408 | 11.8859 | 9.982937 | 303 | 3 | 0 | Aritz Royo-Esnal | Department of HBJ, ETSEA, University of Lleida- Agrotecnio, Lleida, Spain | https://doi.org/10.1111%2Fwre.12525 | |
146
+ | OPHENO-2015-IT-Italy_ECHCG_Local1_2015 | IT | YBRAC | | CT | field | 2015-10-27 | ECHCG | 2015-11-03 | cummulative emergence | % | | 45.408 | 11.8859 | 9.796363 | 307 | 7 | 0 | Aritz Royo-Esnal | Department of HBJ, ETSEA, University of Lleida- Agrotecnio, Lleida, Spain | https://doi.org/10.1111%2Fwre.12525 | |
147
+ | OPHENO-2015-IT-Italy_ECHCG_Local1_2015 | IT | YBRAC | | CT | field | 2015-10-27 | ECHCG | 2015-11-06 | cummulative emergence | % | | 45.408 | 11.8859 | 9.661528 | 310 | 10 | 0 | Aritz Royo-Esnal | Department of HBJ, ETSEA, University of Lleida- Agrotecnio, Lleida, Spain | https://doi.org/10.1111%2Fwre.12525 | |
148
 
149
  ## Load the Dataset
150