Skip to content

Commit

Permalink
Datasets: download from HTTPS (#570)
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Robinson <[email protected]>
  • Loading branch information
adamjstewart and calebrob6 authored Jun 15, 2022
1 parent 4d06fd6 commit 09cbd57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions torchgeo/datasets/bigearthnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class BigEarthNet(VisionDataset):
"""BigEarthNet dataset.
The `BigEarthNet <http://bigearth.net/>`_
The `BigEarthNet <https://bigearth.net/>`_
dataset is a dataset for multilabel remote sensing image scene classification.
Dataset features:
Expand Down Expand Up @@ -244,13 +244,13 @@ class BigEarthNet(VisionDataset):
}
metadata = {
"s1": {
"url": "http://bigearth.net/downloads/BigEarthNet-S1-v1.0.tar.gz",
"url": "https://bigearth.net/downloads/BigEarthNet-S1-v1.0.tar.gz",
"md5": "94ced73440dea8c7b9645ee738c5a172",
"filename": "BigEarthNet-S1-v1.0.tar.gz",
"directory": "BigEarthNet-S1-v1.0",
},
"s2": {
"url": "http://bigearth.net/downloads/BigEarthNet-S2-v1.0.tar.gz",
"url": "https://bigearth.net/downloads/BigEarthNet-S2-v1.0.tar.gz",
"md5": "5a64e9ce38deb036a435a7b59494924c",
"filename": "BigEarthNet-S2-v1.0.tar.gz",
"directory": "BigEarthNet-v1.0",
Expand Down
2 changes: 1 addition & 1 deletion torchgeo/datasets/cyclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TropicalCycloneWindEstimation(VisionDataset):
If you use this dataset in your research, please cite the following paper:
* http://doi.org/10.1109/JSTARS.2020.3011907
* https://doi.org/10.1109/JSTARS.2020.3011907
.. note::
Expand Down
2 changes: 1 addition & 1 deletion torchgeo/datasets/eddmaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class EDDMapS(GeoDataset):
* EDDMapS. *YEAR*. Early Detection & Distribution Mapping System. The University of
Georgia - Center for Invasive Species and Ecosystem Health. Available online at
http://www.eddmaps.org/; last accessed *DATE*.
https://www.eddmaps.org/; last accessed *DATE*.
.. note::
This dataset requires the following additional library to be installed:
Expand Down
2 changes: 1 addition & 1 deletion torchgeo/datasets/eurosat.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class EuroSAT(VisionClassificationDataset):
* https://ieeexplore.ieee.org/document/8519248
"""

url = "http://madm.dfki.de/files/sentinel/EuroSATallBands.zip" # 2.0 GB download
url = "https://madm.dfki.de/files/sentinel/EuroSATallBands.zip" # 2.0 GB download
filename = "EuroSATallBands.zip"
md5 = "5ac12b3b2557aa56e1826e981e8e200e"

Expand Down

0 comments on commit 09cbd57

Please sign in to comment.