Skip to content

Commit 27e8df9

Browse files
author
The TensorFlow Datasets Authors
committed
Merge pull request #5555 from kteedle:update-bigearthnetv1-link
PiperOrigin-RevId: 670177965
2 parents 9ce0597 + abaa014 commit 27e8df9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tensorflow_datasets/datasets/bigearthnet/bigearthnet_dataset_builder.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@
7373

7474
_DATA_OPTIONS = ['rgb', 'all']
7575

76-
_ZIP_FILE = 'http://bigearth.net/downloads/BigEarthNet-S2-v1.0.tar.gz'
76+
_ZIP_FILE = (
77+
'https://zenodo.org/records/12687186/files//BigEarthNet-S2-v1.0.tar.gz'
78+
)
7779
_ZIP_SUBIDR = 'BigEarthNet-v1.0'
7880

7981
# To clip and rescale the RGB channels for the JPEG images visualizatoin.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http://bigearth.net/downloads/BigEarthNet-S2-v1.0.tar.gz 70032164579 58744cf96b8cf02a7bd339a4a9602deea774ae98c6fe209f0d48d7ee0eef5700 BigEarthNet-v1.0.tar.gz
1+
https://zenodo.org/records/12687186/files//BigEarthNet-S2-v1.0.tar.gz 70032164579 58744cf96b8cf02a7bd339a4a9602deea774ae98c6fe209f0d48d7ee0eef5700 BigEarthNet-S2-v1.0.tar.gz

0 commit comments

Comments
 (0)