Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EuroSAT Dataset 403 Download Error #2424

Open
isaiahlg opened this issue Nov 22, 2024 · 2 comments
Open

EuroSAT Dataset 403 Download Error #2424

isaiahlg opened this issue Nov 22, 2024 · 2 comments
Labels
datasets Geospatial or benchmark datasets
Milestone

Comments

@isaiahlg
Copy link

isaiahlg commented Nov 22, 2024

Description

I'm trying to download the EuroSAT dataset, and I'm getting a 403 Forbidden HTTP error.

Image

Steps to reproduce

  1. Ensure you have a directory where the EuroSAT dataset is not already downloaded
  2. Run the following line of code to download the EuroSAT dataset: dataset = EuroSAT("path/to/data", download=True) with path/to/data set to the empty directory from step 1
  3. You should see the .zip file download, but then you'll get the following error before the .txt files download:

Image

Version

0.6.1

@isaaccorley
Copy link
Collaborator

Seems like it was able to download the images but not the files containing the splits. These were the splits from the In Domain Representation Learning paper hosted by the authors from Google. Let me see if I have them stored anywhere and I'll rehost them to HuggingFace.

@adamjstewart
Copy link
Collaborator

I think the only reason we didn't originally host those on HF was due to an unknown license, but I doubt Google would care about these files.

@adamjstewart adamjstewart added this to the 0.6.2 milestone Nov 23, 2024
@adamjstewart adamjstewart added the datasets Geospatial or benchmark datasets label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasets Geospatial or benchmark datasets
Projects
None yet
Development

No branches or pull requests

3 participants