From 752eb2f67473862de73e3380fbf67aa3e14ee02c Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sun, 14 Jul 2024 13:03:27 +0200 Subject: [PATCH] RESISC45: document rarfile dependency (#2097) --- torchgeo/datasets/resisc45.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/torchgeo/datasets/resisc45.py b/torchgeo/datasets/resisc45.py index cd5adff76c8..fb066424b1a 100644 --- a/torchgeo/datasets/resisc45.py +++ b/torchgeo/datasets/resisc45.py @@ -91,6 +91,13 @@ class RESISC45(NonGeoClassificationDataset): If you use this dataset in your research, please cite the following paper: * https://doi.org/10.1109/jproc.2017.2675998 + + .. note:: + + This dataset requires the following additional library to be installed: + + * `rarfile `_ to extract the dataset, + which is stored in a RAR file """ url = 'https://drive.google.com/file/d/1DnPSU5nVSN7xv95bpZ3XQ0JhKXZOKgIv'