While rewriting my weather app, I ended up making a pretty table of the WMO Weather Interpretation Codes.<p>- It started as a page to test all the possible codes with their icons/colors.<p>- As I tweaked the page, it started to look like a periodic table.<p>- And it turns out there was a hidden periodic pattern to the codes!<p>I decided to document the process and share the results.<p>The blog post links to the project, but I will also add links here:<p>- <a href="https://weather-sense.leftium.com/wmo-codes" rel="nofollow">https://weather-sense.leftium.com/wmo-codes</a><p>- Source code: <a href="https://github.com/Leftium/weather-sense/blob/c5fc6d7bd3c31f90d23ac80e160899cf9244b7db/src/lib/util.ts#L75-L144">https://github.com/Leftium/weather-sense/blob/c5fc6d7bd3c31f...</a>