File size: 1,260 Bytes
b3a5773
 
 
 
 
 
 
 
 
 
 
aa77532
 
 
 
4f181a0
e170656
 
aa77532
 
 
 
b3a5773
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
license: other
license_name: cc-by-4.0
license_link: https://creativecommons.org/licenses/by/4.0/deed.en
size_categories:
- 100K<n<1M
---

Rehosted dataset from [official repo](https://huggingface.co/datasets/nascetti-a/BioMassters). However, we have created tar balls instead of split zip archives, since they are easier to extract.
We also changed the nested directory structure of the `train_features` directory and renamed the .csv files.

The tar balls can be extracted with theses commands:

```cli
tar -xvf train_agbm.tar.gz
tar -xvf test_agbm.tar.gz
cat train_features.tar.gz* | tar xvfz -
cat test_features.tar.gz* | tar xvfz -
```

You can also check the accompanying dataloader in [torchgeo](https://torchgeo.readthedocs.io/en/latest/api/datasets.html#biomassters).


If you use this dataset, please cite:

```
@inproceedings{nascetti2023biomassters,
  title={BioMassters: A Benchmark Dataset for Forest Biomass Estimation using Multi-modal Satellite Time-series},
  author={Nascetti, Andrea and Yadav, Ritu and Brodt, Kirill and Qu, Qixun and Fan, Hongwei and Shendryk, Yuri and Shah, Isha and Chung, Christine},
  booktitle={Thirty-seventh Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
  year={2023}
}
```