Nlcd dataset issue
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.
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.