jonasViehweger commited on
Commit
f4c9378
·
verified ·
1 Parent(s): 3279e49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -29,7 +29,12 @@ See the github page for installation instructions. There are also usage guides a
29
 
30
  ## Dataset Overview
31
 
32
- There are three main files
 
 
 
 
 
33
 
34
  ### samples.parquet
35
 
@@ -160,4 +165,12 @@ Sentinel-2 bands with a native resolution of 20m (B11, B12) were resampled to 10
160
 
161
  The file structure in each tarball is:
162
 
163
- `tiffs/<sample_id>/YYYY-MM-DD.tif`
 
 
 
 
 
 
 
 
 
29
 
30
  ## Dataset Overview
31
 
32
+ There are four main parts of this dataset:
33
+
34
+ - `samples.parquet`: Providing location and metadata of sampled points
35
+ - `labels.parquet`: Providing labels for each sampled time-series
36
+ - `pixel_data.parquet`: Providing Sentinel-2 band data for each acquistion in the time-series
37
+ - Sentinel-2 Chips: Image chip time-series for each sample
38
 
39
  ### samples.parquet
40
 
 
165
 
166
  The file structure in each tarball is:
167
 
168
+ `tiffs/<sample_id>/YYYY-MM-DD.tif`
169
+
170
+ ## Train Test Split
171
+
172
+ There is a train test split available which was constructed to reduce spatial autocorrelation and information leakage between the sets.
173
+ Two JSONs with lists of sample_ids are available in
174
+
175
+ - `train_ids.json`
176
+ - `val_ids.json`