====== Raster images in diana ====== ===== Task ===== Show raster images in diana using fimex. Diana will no longer distinguish between nwp fields and satellite images. Diana will use fimex to read the data, and different FieldPlot methods to plot the data. ==== Format ==== * NetCDF/CF * We need to work towards CF standardisation like e.g. Martin R at SMHI has been doing. * Both for grid specifications, but not less important for satellite specific metadata. * https://cf-pcmdi.llnl.gov/trac/wiki/SatelliteData * Open issues * Handling of categorised data like NWCSAF PPS. * Especially handling of text strings. * Level 0, 1, 2, 3 support? * Standardisation of handling/documentation of auxiliary data. * As global attributes or variables? ==== Plot methods ==== * The satellite plot methods available today must be available as FieldPlots (rgb, cut, colours) * RGB combination of bands containing bi-directional reflectance or brightness temperatures. * Visualisation of categorised images (e.g. NWCSAF PPS cloud mask and cloud type). * Dynamic categorisation (grouping of integer or floating point numbers in groups((Possible to a certain extent in existing field handling))) of data on the fly? **New functionality** * Possibility to operate a mathematical function on a combination of bands in a file. Typically add, subtract, multiply and divide with possible constants involved. **New functionality** ==== Gui ==== * Possibility to open a specific file and then chose visualisation method (whether rasterising, contouring or filled contouring, including an options to chose among built in and self defined palettes) * One dialogue for point data another dialogue for gridded data (whether NWP or remote sensing). ~~DISCUSSION:off~~