Skip to content

Commit

Permalink
update bigearthnet download links
Browse files Browse the repository at this point in the history
  • Loading branch information
burakekim committed Jul 17, 2024
1 parent 9791f12 commit 37d15e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchgeo/datasets/bigearthnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,13 @@ class BigEarthNet(NonGeoDataset):
}
metadata = {
's1': {
'url': 'https://bigearth.net/downloads/BigEarthNet-S1-v1.0.tar.gz',
'url': 'https://zenodo.org/records/12687186/files/BigEarthNet-S1-v1.0.tar.gz',
'md5': '94ced73440dea8c7b9645ee738c5a172',
'filename': 'BigEarthNet-S1-v1.0.tar.gz',
'directory': 'BigEarthNet-S1-v1.0',
},
's2': {
'url': 'https://bigearth.net/downloads/BigEarthNet-S2-v1.0.tar.gz',
'url': 'https://zenodo.org/records/12687186/files/BigEarthNet-S2-v1.0.tar.gz',
'md5': '5a64e9ce38deb036a435a7b59494924c',
'filename': 'BigEarthNet-S2-v1.0.tar.gz',
'directory': 'BigEarthNet-v1.0',
Expand Down

0 comments on commit 37d15e8

Please sign in to comment.