From f11dd97a2cbb64995c85902df0ba7c844ffeae7a Mon Sep 17 00:00:00 2001 From: Caleb Robinson Date: Wed, 15 Jun 2022 00:28:42 -0700 Subject: [PATCH] Changing download URL for LandCover.AI Closes #559 --- torchgeo/datasets/landcoverai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchgeo/datasets/landcoverai.py b/torchgeo/datasets/landcoverai.py index 0d7e9f22881..692ad281a7d 100644 --- a/torchgeo/datasets/landcoverai.py +++ b/torchgeo/datasets/landcoverai.py @@ -60,7 +60,7 @@ class LandCoverAI(VisionDataset): the train/val/test split """ - url = "https://landcover.ai/download/landcover.ai.v1.zip" + url = "https://landcover.ai.linuxpolska.com/" filename = "landcover.ai.v1.zip" md5 = "3268c89070e8734b4e91d531c0617e03" sha256 = "15ee4ca9e3fd187957addfa8f0d74ac31bc928a966f76926e11b3c33ea76daa1"