microsoft / torchgeo

TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data
https://www.osgeo.org/projects/torchgeo/
MIT License
2.32k stars 298 forks source link

PatternNet download link is broken #2093

Closed burakekim closed 4 weeks ago

burakekim commented 1 month ago

Description

PatterNet dataset download link is broken.

It seems it is officially hosted here. Was someone mirroring it on a personal Google Drive?

Steps to reproduce

from torchgeo.datasets import PatternNet

patternet = PatternNet(root='./', transforms=None, download=True, checksum=True)

Version

0.5.2

adamjstewart commented 1 month ago

That URL can't be downloaded automatically, seems to require manual clicking.

Personally, I would try to reach out to the author and ask what license the dataset is distributed under. If it allows redistribution, we can rehost it on Hugging Face and make it much easier to download.

burakekim commented 1 month ago

Just sent an email asking about the license and whether we can host it on HF!