Datasets:

Languages:
English
Size Categories:
100K<n<1M
DOI:
License:
nascetti-a Rituxx96x commited on
Commit
2ea43c4
1 Parent(s): 125122c

- updates (756f570f8af48a18705bc49a467ea898194bf335)


Co-authored-by: Ritu Yadav <Rituxx96x@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -8,9 +8,31 @@ pretty_name: BioMassters
8
  size_categories:
9
  - 100K<n<1M
10
  ---
 
11
 
12
- The goal of this dataset is to test deep learning algorithms that predict yearly Above Ground Biomass (AGB) for Finnish forests using satellite imagery.
13
- Feature data: Satellite imagery from the European Space Agency and European Commission's joint Sentinel-1 and Sentinel-2 satellite missions, designed to collect a rich array of Earth observation data
14
 
15
- Label data: Ground-truth AGB measurements collected using LiDAR (Light Detection and Ranging) calibrated with in-situ measurements. LiDAR is able to generate high-quality AGB maps, but is more time consuming and intensive to collect than satellite imagery.
 
 
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  size_categories:
9
  - 100K<n<1M
10
  ---
11
+ # BioMassters: A Benchmark Dataset for Forest Biomass Estimation using Multi-modal Satellite Time-series [https://nascetti-a.github.io/BioMasster/]
12
 
13
+ The objective of this repository is to provide a deep learning ready dataset to predict yearly Above Ground Biomass (AGB) for Finnish forests using multi-temporal satellite imagery from
14
+ the European Space Agency and European Commission's joint Sentinel-1 and Sentinel-2 satellite missions, designed to collect a rich array of Earth observation data
15
 
16
+ ### Reference data:
17
+ * Reference AGB measurements were collected using LiDAR (Light Detection and Ranging) calibrated with in-situ measurements.
18
+ * Total 13000 patches, each patch covering 2,560 by 2,560 meter area.
19
 
20
+ ### Feature data:
21
+ * Sentinel-1 SAR and Sentinel-2 MSI data
22
+ * 12 months of data (1 image per month)
23
+ * Total 310,000 patches
24
+
25
+ ### Data Specifications:
26
+ ![img](./Data_specifications.png)
27
+
28
+ ### Data Size:
29
+
30
+ ```
31
+ dataset | # files | size
32
+ --------------------------------------
33
+ train_features | 189078 | 215.9GB
34
+ test_features | 63348 | 73.0GB
35
+ train_agbm | 8689 | 2.1GB
36
+ ```
37
+
38
+ ## Citation : under review