Skip to content

Commit

Permalink
Changing download URL for LandCover.AI
Browse files Browse the repository at this point in the history
Closes #559
  • Loading branch information
calebrob6 committed Jun 15, 2022
1 parent 09cbd57 commit f11dd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datasets/landcoverai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f11dd97

Please sign in to comment.