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

Esri2020 dataset download HTTP Error 409 #2385

Open
giswqs opened this issue Nov 2, 2024 · 3 comments
Open

Esri2020 dataset download HTTP Error 409 #2385

giswqs opened this issue Nov 2, 2024 · 3 comments
Labels
datasets Geospatial or benchmark datasets

Comments

@giswqs
Copy link
Contributor

giswqs commented Nov 2, 2024

Description

The Esri2020 dataset is not downloadable.

HTTPError: HTTP Error 409: Public access is not permitted on this storage account.

Steps to reproduce

from torchgeo.datasets import Esri2020
root = os.path.join("datasets", 'Esri2020')
dataset = Esri2020(paths=root, download=True)

Version

0.6.1

@calebrob6
Copy link
Member

Thanks @giswqs! This looks like a case where the Planetary Computer didn't require .sign(...) for some datasets, but now does for all. However, it looks like this dataset is deprecated and will be removed next month -- https://planetarycomputer.microsoft.com/dataset/io-lulc.

@calebrob6
Copy link
Member

We should change this dataset to pull from https://planetarycomputer.microsoft.com/dataset/io-lulc-annual-v02 (and maybe rename it as this isn't an "Esri" dataset)

@adamjstewart
Copy link
Collaborator

What's the license? Can we redistribute it on HF so we don't need a signature and can guarantee future availability?

@adamjstewart adamjstewart added the datasets Geospatial or benchmark datasets label Nov 5, 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