Hi
I havent been around much for a few years. I work in artificial intelligence. Without committing to much personally, a lot of AI is data processing and a lot of the data processing is working with images. I have been pulling Arctic satellite data recently and been thinking about a good summary metric to describe ice "health". People have done this before in this forum. I remember many years ago someone came up with a SMOS beige pixels algorithm that was really nice. I wonder if i can do something along those lines.
Im looking to create a summary metric. This can be regional but it can also be whole-Arctic.
I can write (and share) the code. But im looking for some expert opinions on what ice "health" would look like when viewed from above. I'm considering concatenating these features in some way:
1) area/ extent
2) normalised reflective wavelength
3) floe size
4) distance between floes
5) floe motility & direction
6) change in any of the above
7) surface temperature
local albedo
9) recent cloud cover(?)
Im not an expert. Is there anything else people think should be in there?
Theres a whole field of AI called graph-convolution. I have been considering turning the floes into graphs but I think that might be overkill. Its also vulnerable to clouds. Thats another discussion but ill drop a hint to it here anyway.