-
Notifications
You must be signed in to change notification settings - Fork 14
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
munsell2rgb: color value of 8.5 and 9.5 #318
Comments
dylanbeaudette
added a commit
that referenced
this issue
Sep 26, 2024
dylanbeaudette
added a commit
that referenced
this issue
Sep 26, 2024
dylanbeaudette
added a commit
that referenced
this issue
Sep 26, 2024
…ard chips in the `munsell` reference set #318 This breaks many existing tests, and many years of expected behavior.
10 tasks
Adding 8.5 and 9.5 value chips wasn't a big deal. Adding all 1/2 chips turns out to be a little more complex for any function that estimates Munsell colors from other colorspace coordinates. Working through this in #319. |
dylanbeaudette
added a commit
that referenced
this issue
Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed when working with the KSSL pedon morphologic companion database recently that there are some non-standard color warnings issued:
non-standard notation in Munsell value, use getClosestMunsellChip()
I was curious if these were obsolete values in the database, but it turns out that
colorvalue
of 8.5 and 9.5 are legitimate choices (on the "white" page). Unlike some chromas (0, 5, 7) the half chip color values are not obsolete in the NASIS domains.Probably these can be handled by interpolation similar to how we handled
colorvalue
2.5 (i.e #178)There are 56 instances of this in the morphologic database corresponding to KSSL pedons (latest dated 2021-09-14), and 560 total in full NASIS pedon snapshot (latest dated 2024-09-06)
The text was updated successfully, but these errors were encountered: