You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
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
212db85
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.
@JuliaRegistrator register
212db85
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.
Registration pull request created: JuliaRegistries/General/123404
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
212db85
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.
@JuliaRegistrator register
Release notes:
Breaking changes
missingval
is nowmissing
by default. You can set it withmissingval=somethingelse
likeNaN
.missingval=Rasters.missingval
will just run themissingval
function on the source dataset to find the existing missing value, which is pretty much the behaviour before this PR. You can also domissingval=source=>dest
with aPair
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
andoffset
are applied by default where found in array metadata.scaled=false
inRaster
orRasterStack
will turn this off.raw=true
will too, and also use the original missing value - the source array will be unchanged.aggregated
anddisaggregate
have slightly changed arguments and keywords, along with optimisationsmosaic
also has some argument/keyword changes212db85
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.
Registration pull request updated: JuliaRegistries/General/123404
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: