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

New version: Rasters v0.14.0 #123404

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Jan 21, 2025

## Breaking changes

- `missingval` is now `missing` by default. You can set it with `missingval=somethingelse` like `NaN`. `missingval=Rasters.missingval` will just run the `missingval` function on the source dataset to find the existing missing value, which is pretty much the behaviour before this PR. You can also do `missingval=source=>dest` with a `Pair` if you know there is a missing value that is incorrectly/not specified in the files metadata - there will be no automatic detection at all.
- `scale` and `offset` are applied by default where found in array metadata. `scaled=false` in `Raster` or `RasterStack` will turn this off. `raw=true` will too, and also use the original missing value - the source array will be unchanged.
-`aggregated` and `disaggregate` have slightly changed arguments and keywords, along with optimisations
-`mosaic` also has some argument/keyword changes

Copy link
Contributor

github-actions bot commented Jan 21, 2025

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes).

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

UUID: a3a2b9e3-a471-40c9-b274-f788e487c689
Repo: https://github.com/rafaqz/Rasters.jl.git
Tree: 5d46fa2c145d233fe0e40b2a3504650f90a56a4c

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-rasters-a3a2b9e3-v0.14.0-2439b7b2c3 branch from 610c422 to 8159c1b Compare January 21, 2025 15:03
@JuliaTagBot JuliaTagBot merged commit 985fc67 into master Jan 21, 2025
9 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-rasters-a3a2b9e3-v0.14.0-2439b7b2c3 branch January 21, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants