Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -85,9 +85,9 @@ The dataset supports time-series forecasting.
|
|
| 85 |
timeseries/
|
| 86 |
EB_0001/
|
| 87 |
RAW/
|
| 88 |
-
NEON.D20.PUUM.DP1.
|
| 89 |
-
NEON.D20.PUUM.DP1.
|
| 90 |
-
NEON.D20.PUUM.DP1.
|
| 91 |
KMEANS/
|
| 92 |
NEON.D20.PUUM.DP1.00033_EB_0001_roistats.csv
|
| 93 |
NEON.D20.PUUM.DP1.00033_EB_0001_1day.csv
|
|
@@ -97,14 +97,18 @@ The dataset supports time-series forecasting.
|
|
| 97 |
...
|
| 98 |
EB_0004/
|
| 99 |
RAW/
|
| 100 |
-
NEON.D20.PUUM.DP1.
|
| 101 |
-
NEON.D20.PUUM.DP1.
|
| 102 |
-
NEON.D20.PUUM.DP1.
|
| 103 |
DWT/
|
| 104 |
NEON.D20.PUUM_EB_0001_trend_summary.csv
|
| 105 |
...
|
| 106 |
```
|
| 107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 109 |
|
| 110 |
<!-- Provide format of the dataset, ex:
|
|
|
|
| 85 |
timeseries/
|
| 86 |
EB_0001/
|
| 87 |
RAW/
|
| 88 |
+
NEON.D20.PUUM.DP1.00033_EB_0001_roistats.csv
|
| 89 |
+
NEON.D20.PUUM.DP1.00033_EB_0001_1day.csv
|
| 90 |
+
NEON.D20.PUUM.DP1.00033_EB_0001_3day.csv
|
| 91 |
KMEANS/
|
| 92 |
NEON.D20.PUUM.DP1.00033_EB_0001_roistats.csv
|
| 93 |
NEON.D20.PUUM.DP1.00033_EB_0001_1day.csv
|
|
|
|
| 97 |
...
|
| 98 |
EB_0004/
|
| 99 |
RAW/
|
| 100 |
+
NEON.D20.PUUM.DP1.00033_EB_0004_roistats.csv
|
| 101 |
+
NEON.D20.PUUM.DP1.00033_EB_0004_1day.csv
|
| 102 |
+
NEON.D20.PUUM.DP1.00033_EB_0004_3day.csv
|
| 103 |
DWT/
|
| 104 |
NEON.D20.PUUM_EB_0001_trend_summary.csv
|
| 105 |
...
|
| 106 |
```
|
| 107 |
|
| 108 |
+
`NEON.D20.PUUM.DP1.00033` indicates the site and camera index. `EB_0001` means the generated instance mask.
|
| 109 |
+
The first three masks are for Koa trees, where greenness is our main focus. Therefore, k-means is applied to extract more subtle signals.
|
| 110 |
+
`EB_0004` and `EB_0005` are for O'hia trees, where we want to extract red flowers. K-means is not applied as the signal is more distinguishable.
|
| 111 |
+
|
| 112 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 113 |
|
| 114 |
<!-- Provide format of the dataset, ex:
|