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

First attempt at image comparison using simple stats #74

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kcartier-wri
Copy link
Contributor

Crude prototype of using simple statistics to compare rasters with different resolutions.

@kcartier-wri
Copy link
Contributor Author

kcartier-wri commented Sep 9, 2024

Here's the prototype of "fun-with-statistics" version of the raster comparison function. I may be able to make it more justifiable and robust with further refinement.

One concern is that the tolerances must become more extreme as the raster coarseness increases and value variability decreases. Another is that the code only does a set-based statistical analysis and completely ignores the spatial aspect of the data. Maybe we could identify some maxima/minima and check spatial (or grid) proximity.

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.

1 participant