Skip to content

Commit

Permalink
BigEarthNet: use stable download URLs (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and isaaccorley committed Mar 2, 2024
1 parent d64d9b1 commit 1075f96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions torchgeo/datasets/bigearthnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,17 @@ class BigEarthNet(NonGeoDataset):

splits_metadata = {
"train": {
"url": "https://git.tu-berlin.de/rsim/BigEarthNet-MM_19-classes_models/-/raw/master/splits/train.csv?inline=false", # noqa: E501
"url": "https://git.tu-berlin.de/rsim/BigEarthNet-MM_19-classes_models/-/raw/9a5be07346ab0884b2d9517475c27ef9db9b5104/splits/train.csv?inline=false", # noqa: E501
"filename": "bigearthnet-train.csv",
"md5": "623e501b38ab7b12fe44f0083c00986d",
},
"val": {
"url": "https://git.tu-berlin.de/rsim/BigEarthNet-MM_19-classes_models/-/raw/master/splits/val.csv?inline=false", # noqa: E501
"url": "https://git.tu-berlin.de/rsim/BigEarthNet-MM_19-classes_models/-/raw/9a5be07346ab0884b2d9517475c27ef9db9b5104/splits/val.csv?inline=false", # noqa: E501
"filename": "bigearthnet-val.csv",
"md5": "22efe8ed9cbd71fa10742ff7df2b7978",
},
"test": {
"url": "https://git.tu-berlin.de/rsim/BigEarthNet-MM_19-classes_models/-/raw/master/splits/test.csv?inline=false", # noqa: E501
"url": "https://git.tu-berlin.de/rsim/BigEarthNet-MM_19-classes_models/-/raw/9a5be07346ab0884b2d9517475c27ef9db9b5104/splits/test.csv?inline=false", # noqa: E501
"filename": "bigearthnet-test.csv",
"md5": "697fb90677e30571b9ac7699b7e5b432",
},
Expand Down

0 comments on commit 1075f96

Please sign in to comment.