Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: other
|
| 3 |
-
license_name: nicfi
|
| 4 |
-
license_link: https://planet.widen.net/s/zfdpf8qxwk/participantlicenseagreement_nicfi_2024
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: nicfi
|
| 4 |
+
license_link: https://planet.widen.net/s/zfdpf8qxwk/participantlicenseagreement_nicfi_2024
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-segmentation
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
### Summary
|
| 10 |
+
|
| 11 |
+
Rehosted from: https://github.com/agroimpacts/lacunalabels/
|
| 12 |
+
|
| 13 |
+
This repository hosts the datasets resulting from a project to generate a continent-wide set of crop field labels for Africa covering the years 2017-2023. The data are intended for training and assessing machine learning models that can be used to map agricultural fields over large areas and multiple years.
|
| 14 |
+
|
| 15 |
+
The project was funded by the [Lacuna Fund](https://lacunafund.org/), and led by [Farmerline](https://farmerline.co/), in collaboration with [Spatial Collective](https://spatialcollective.com/) and the [Agricultural Impacts Research Group](agroimpacts.info) at [Clark University](https://www.clarku.edu/departments/geography/).
|
| 16 |
+
|
| 17 |
+
Please refer to the [technical report](notebooks/report/technical-report.pdf) for more details on the methods used to develop the dataset, an analysis of label quality, and usage guidelines. The report and additional documents, analyses, and demonstration code used to develop labels by cloning the repository.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
### Cite
|
| 21 |
+
|
| 22 |
+
If you use the dataset in `lacuna-field-boundaries.tar.gz` please cite the follow:
|
| 23 |
+
|
| 24 |
+
```bibtex
|
| 25 |
+
@article{estes2024region,
|
| 26 |
+
title={A region-wide, multi-year set of crop field boundary labels for Africa},
|
| 27 |
+
author={Estes, LD and Wussah, A and Asipunu, M and Gathigi, M and Kova{\v{c}}i{\v{c}}, P and Muhando, J and Yeboah, BV and Addai, FK and Akakpo, ES and Allotey, MK and others},
|
| 28 |
+
journal={arXiv preprint arXiv:2412.18483},
|
| 29 |
+
year={2024}
|
| 30 |
+
}
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
If you use the dataset in `extra.tar.gz` please cite the follow:
|
| 35 |
+
|
| 36 |
+
```bibtex
|
| 37 |
+
@article{khallaghi2025generalization,
|
| 38 |
+
title={Generalization Enhancement Strategies to Enable Cross-Year Cropland Mapping with Convolutional Neural Networks Trained Using Historical Samples},
|
| 39 |
+
author={Khallaghi, Sam and Abedi, Rahebeh and Abou Ali, Hanan and Alemohammad, Hamed and Dziedzorm Asipunu, Mary and Alatise, Ismail and Ha, Nguyen and Luo, Boka and Mai, Cat and Song, Lei and others},
|
| 40 |
+
journal={Remote Sensing},
|
| 41 |
+
volume={17},
|
| 42 |
+
number={3},
|
| 43 |
+
pages={474},
|
| 44 |
+
year={2025},
|
| 45 |
+
publisher={MDPI}
|
| 46 |
+
}
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
### License
|
| 51 |
+
|
| 52 |
+
The datasets contain Planet imagery which are made available under the [Norway’s International Climate and Forests Initiative (NICFI) license](https://planet.widen.net/s/zfdpf8qxwk/participantlicenseagreement_nicfi_2024).
|