-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement land cover dataset #32
Conversation
Perhaps we should get the landcover regridding method integrated into xarray-regrid, so we can regrid the land cover data. Otherwise we can't properly run a recipe with this dataset, right? |
Couldn't agree more. When working on this PR, I got the same thought. I think I will only implement the downloading function for now and wait a bit until the land cover regridding function is available in xarray-regrid, as the ingest function already requires regridding. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
SonarCloud Quality Gate failed. 0 Bugs 54.5% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is ready for review. Currently unit tests on windows platform are still failing because of the PermissionError
. Does anyone have an idea how to tackle it? For the tests of other datasets, we had similar issue before but they were fixed by using mktemp
(see this PR #10). But it becomes an issue again...I think this time it relates to the unzip
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@geek-yang thanks 👍 looks good, just some suggestions/comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some very minor comments :)
Co-authored-by: Bart Schilperoort <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Add ESA satellite land cover dataset to
zampy
.