Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ See the github page for installation instructions. There are also usage guides a
|
|
| 31 |
|
| 32 |
There are three main files
|
| 33 |
|
| 34 |
-
###
|
| 35 |
|
| 36 |
This contains the sampled points along with metadata on the points. It provides the following columns:
|
| 37 |
|
|
@@ -50,7 +50,7 @@ This contains the sampled points along with metadata on the points. It provides
|
|
| 50 |
| confidence | Confidence of sampling: high where both timing and agent are confident, medium were only the timing is confident |
|
| 51 |
| geometry | Coordinates of the sampled point. In CRS EPSG:4326 |
|
| 52 |
|
| 53 |
-
###
|
| 54 |
|
| 55 |
This contains the time-series labels for each sampled point in `samples.parquet`. The following columns are available:
|
| 56 |
|
|
@@ -138,7 +138,7 @@ The provided label is a hierarchical label, following this hierarchy:
|
|
| 138 |
|
| 139 |
This mapping from label numbers to text is also available in `classes.json`.
|
| 140 |
|
| 141 |
-
###
|
| 142 |
|
| 143 |
This dataset provides the Sentinel-2 time-series of spectral values from which the labels were interpreted. The following columns are available:
|
| 144 |
|
|
|
|
| 31 |
|
| 32 |
There are three main files
|
| 33 |
|
| 34 |
+
### samples.parquet
|
| 35 |
|
| 36 |
This contains the sampled points along with metadata on the points. It provides the following columns:
|
| 37 |
|
|
|
|
| 50 |
| confidence | Confidence of sampling: high where both timing and agent are confident, medium were only the timing is confident |
|
| 51 |
| geometry | Coordinates of the sampled point. In CRS EPSG:4326 |
|
| 52 |
|
| 53 |
+
### labels.parquet
|
| 54 |
|
| 55 |
This contains the time-series labels for each sampled point in `samples.parquet`. The following columns are available:
|
| 56 |
|
|
|
|
| 138 |
|
| 139 |
This mapping from label numbers to text is also available in `classes.json`.
|
| 140 |
|
| 141 |
+
### pixel_data.parquet
|
| 142 |
|
| 143 |
This dataset provides the Sentinel-2 time-series of spectral values from which the labels were interpreted. The following columns are available:
|
| 144 |
|