Datasets:

Languages:
English
License:
DWGodwin commited on
Commit
dd5b4a6
·
verified ·
1 Parent(s): 17eb033

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - climate
7
+ pretty_name: BioMassters
8
+ size_categories:
9
+ - 100K<n<1M
10
+ ---
11
+ # Dataset Card for BioMassters for Global Prithvi
12
+
13
+ ## Dataset Description
14
+
15
+ Copied from BioMassters: A Benchmark Dataset for Forest Biomass Estimation using Multi-modal Satellite Time-series https://nascetti-a.github.io/BioMasster/
16
+
17
+ - **Original Dataset: https://huggingface.co/datasets/nascetti-a/BioMassters**
18
+ - **Point of Contact For Updated Dataset: Denys Godwin ([email protected])**
19
+
20
+ ### Dataset Summary
21
+
22
+ This dataset contains Sentinel-1 SAR and Sentinel-2 MSI imagery of Finnish forests for the years 2016-2021. There are 11,462 reference images of Above Ground Biomass (AGB). Each reference AGB has corresponding S1 and S2 imagery for the 12 months leading up to the AGB observation. Sentinel-1 data exists for each of the 12 months, while Sentinel-2 data does not have full temporal coverage. All imagery has height and width of 256x256.
23
+
24
+ ### Modifications for Prithvi
25
+
26
+ The directory structure of the dataset has been preserved. However, to enable the filtering needed for Prithvi training, some chip metadata has been calculated and stored in biomassters_chip_tracker.csv. Additional metadata are as follows:
27
+
28
+ - cloud_percentage: the percentage of clouds, defined as pixels where the cloud probability band of the input image exceeds 70
29
+ - corrupt_values: boolean representing whether there are corrupt values in the image. These are defined as blocks of identical values, which are present in some images
30
+ - red_mean: the mean value of the red band (band 3) of the Sentinel-2 image, used to filter scenes with anomalously high reflectance due to snow and Top of Atmosphere (ToA) correction issues
31
+
32
+ ### Data Splits
33
+
34
+ Training and testing splits are as given by The BioMassters original dataset. The training dataset has been further randomly split into training (80%) and validation (20%) sets. These are tracked in the 'split' column of the biomassters_chip_tracker.csv
35
+
36
+ ### Reference data:
37
+ * Reference AGB measurements were collected using LiDAR (Light Detection and Ranging) calibrated with in-situ measurements.
38
+ * Total 11,462 patches, each patch covering 2,560 by 2,560 meter area.
39
+
40
+ ### Feature data:
41
+ * Sentinel-1 SAR and Sentinel-2 MSI data
42
+ * 12 months of data (1 image per month)
43
+ * Sentinel-2 data does not exist for all months for all scenes
44
+ * Sentinel-2 data contains 10 selected spectral bands and 1 band of cloud probability
45
+
46
+ ### Dataset Specification
47
+
48
+ ![img](./Data_specifications.png)
49
+
50
+ ### Data Size:
51
+
52
+ ```
53
+ dataset | # files | size
54
+ --------------------------------------
55
+ train_features | 189078 | 215.9GB
56
+ test_features | 63348 | 73.0GB
57
+ train_agbm | 8689 | 2.1GB
58
+ test_agbm | 2773 | 705MB
59
+ ```
60
+
61
+ ## Citation : under review