From 34e4dfb0c3e6b6a3db150f20609d7947713460ea Mon Sep 17 00:00:00 2001 From: "Ethan White (he/him)" Date: Thu, 3 Feb 2022 10:39:03 -0500 Subject: [PATCH] Use proper citation for IDTReeS dataset (#389) The included citation was for an older version of the competition that does not match the dataset. This updates it to the correct DOI for the data. --- torchgeo/datasets/idtrees.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchgeo/datasets/idtrees.py b/torchgeo/datasets/idtrees.py index 544c00b2913..720a81b3d32 100644 --- a/torchgeo/datasets/idtrees.py +++ b/torchgeo/datasets/idtrees.py @@ -85,7 +85,7 @@ class IDTReeS(VisionDataset): If you use this dataset in your research, please cite the following paper: - * https://doi.org/10.7717/peerj.5843 + * https://doi.org/10.1101/2021.08.06.453503 .. versionadded:: 0.2 """