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

ChesapeakeCVPR Base SubDataset: Download Link Broken #2390

Open
arjunarao619 opened this issue Nov 4, 2024 · 1 comment
Open

ChesapeakeCVPR Base SubDataset: Download Link Broken #2390

arjunarao619 opened this issue Nov 4, 2024 · 1 comment
Labels
datasets Geospatial or benchmark datasets
Milestone

Comments

@arjunarao619
Copy link

Description

The download link for the base subdataset in ChesapeakeCVPR dataset returns a 403. Permalink to affected code:

https://github.com/microsoft/torchgeo/blob/05ea5138fd9bbf995a6c51505c7a54c6c351ea8d/torchgeo/datasets/chesapeake.py#L340C1-L343C6

This could potentially be due to a missing .sign(...) to access planetary computer resources. A new, working Azure link for the dataset is available here: https://lilawildlife.blob.core.windows.net/lila-wildlife/lcmcvpr2019/cvpr_chesapeake_landcover.zip.

Steps to reproduce

states = ['de', 'md', 'va', 'wv', 'pa', 'ny']
spl =  [f'{state}-train' for state in states]
spl.extend([f'{state}-val' for state in states])
spl.extend([f'{state}-test' for state in states])

ChesapeakeCVPR(
root='/share/chesapeake', 
download=True, 
layers=['naip-new','naip-old','landsat-leaf-on','landsat-leaf-off','nlcd','lc','buildings','prior_from_cooccurrences_101_31_no_osm_no_buildings'], 
splits=spl
) 

Version

0.7.0.dev0

@adamjstewart
Copy link
Collaborator

Want to open a PR to fix this?

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

2 participants