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

Chesapeake7 and Chesapeake13 can't have the same root directory #419

Closed
calebrob6 opened this issue Feb 20, 2022 · 1 comment · Fixed by #420
Closed

Chesapeake7 and Chesapeake13 can't have the same root directory #419

calebrob6 opened this issue Feb 20, 2022 · 1 comment · Fixed by #420
Labels
datasets Geospatial or benchmark datasets
Milestone

Comments

@calebrob6
Copy link
Member

ds13 = Chesapeake13(root="data/", download=True)
ds7 = Chesapeake7(root="data/", download=True)

will not throw any errors, but when I sample from ds7, then RasterDataset will use the Baywide_13Class_20132014.tif file

@adamjstewart adamjstewart added this to the 0.2.1 milestone Feb 20, 2022
@adamjstewart
Copy link
Collaborator

This should be really easy to fix, we just need to add something like:

filename_glob = "Baywide_13Class_20132014.tif"

to each dataset.

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

Successfully merging a pull request may close this issue.

2 participants