We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Point
Sampling
Quite confusingly raster data can have point or interval sampling. That also impacts on what the coordinates refer to, https://github.com/eth-vaw-glaciology/GlacioTools.jl#raster-data-as-point-or-area-data----and----as-center-coordinates.
I propose that we exclusively use Point sampling. I have a made an assertion function which checks that that is the case:
GlacioTools.jl/src/Rasters_helpers.jl
Line 125 in e0f9b53
GlacioTools.jl/src/Antarctica.jl
Line 127 in e0f9b53
TODO:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Quite confusingly raster data can have point or interval sampling. That also impacts on what the coordinates refer to, https://github.com/eth-vaw-glaciology/GlacioTools.jl#raster-data-as-point-or-area-data----and----as-center-coordinates.
I propose that we exclusively use
Point
sampling. I have a made an assertion function which checks that that is the case:GlacioTools.jl/src/Rasters_helpers.jl
Line 125 in e0f9b53
GlacioTools.jl/src/Antarctica.jl
Line 127 in e0f9b53
TODO:
The text was updated successfully, but these errors were encountered: