updates
#3
by
Rituxx96x
- opened
README.md
CHANGED
@@ -8,9 +8,31 @@ pretty_name: BioMassters
|
|
8 |
size_categories:
|
9 |
- 100K<n<1M
|
10 |
---
|
|
|
11 |
|
12 |
-
The
|
13 |
-
|
14 |
|
15 |
-
|
|
|
|
|
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
|