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

418 add mask raster CLI function #419

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

nmaarnio
Copy link
Collaborator

No description provided.

@nmaarnio nmaarnio linked an issue Aug 13, 2024 that may be closed by this pull request
@nmaarnio nmaarnio changed the title Add mask raster CLI function 418 add mask raster CLI function Aug 13, 2024
Copy link
Collaborator

@msorvoja msorvoja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While reviewing this PR, I noticed something which went unnoticed in #417

_unify_raster_grids masking parameter is Optional[Literal["extents", "extents_and_nodata"]] while in the outer function masking is Optional[Literal["extents", "full"]] = "extents"

@nmaarnio
Copy link
Collaborator Author

While reviewing this PR, I noticed something which went unnoticed in #417

_unify_raster_grids masking parameter is Optional[Literal["extents", "extents_and_nodata"]] while in the outer function masking is Optional[Literal["extents", "full"]] = "extents"

PR #420 should fix that

@nmaarnio nmaarnio merged commit 1d69439 into master Aug 26, 2024
3 checks passed
@nmaarnio nmaarnio deleted the 418-add-mask-raster-cli-function branch August 26, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mask raster CLI function
2 participants