krisrs1128 / clouds_dist

Simulation of low-clouds, from weather measures.
4 stars 1 forks source link

Helpers to save data / predictions #105

Closed krisrs1128 closed 5 years ago

krisrs1128 commented 5 years ago

Doesn't fully resolve #91, but at least let's us analyze / visualize raw predictions against ground truth.

krisrs1128 commented 5 years ago

It would be useful to also save a metadata csv, describing the context of each x and y column. E.g., we could map column X4000 in x.csv to

variable_name,pixel_x,pixel_y,channel_index,channel X4000,120,120,400,T0

but I'll make that into another issue.