-
Notifications
You must be signed in to change notification settings - Fork 500
Nlcd dataset issue #3185
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
base: main
Are you sure you want to change the base?
Nlcd dataset issue #3185
Conversation
|
Can we focus this PR on fixing downloads and open a separate PR to add 2024 data? The former can go into a 0.8.1 release soon but the latter should be saved for 0.9.0 since it changes a default. |
|
Oh nice catch, indeed, I haven't thought about that |
|
I think this can be made simpler. See CDL as an example. |
|
Indeed the CDL implementation is simpler! Regarding the test coverage, should we add a test case to ensure an error is raised when the checksum is invalid? |
|
I would just copy the CDL tests. |
f70b96b to
0ab66ec
Compare
… NLCD-dataset-issue
ad238ca to
dfeaa05
Compare
As discussed in #2877, this PR updates the link to download the NLCD dataset.
The dataset now provides a zip file containing the TIF file, so I used a similar method as in the Chesapeake dataset and updated the test file accordingly.
The dataset version on their website has been incremented. I haven't analyzed the changes further, but I tested the dataset by plotting it.
2024 data has also been added.