Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
diana:rasterimages [2013-11-20 15:00:07] lisbethb created |
diana:rasterimages [2022-05-31 09:29:31] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Task ===== | ===== Task ===== | ||
| - | Show raster images in diana using fimex. | + | Show raster images in diana using fimex. |
| ==== Format ==== | ==== Format ==== | ||
| - | * NetCDF | + | * NetCDF/CF |
| + | * We need to work towards CF standardisation like e.g. Martin R at SMHI has been doing. | ||
| + | * Both for grid specifications, | ||
| + | * https:// | ||
| + | * Open issues | ||
| + | * Handling of categorised data like NWCSAF PPS. | ||
| + | * Especially handling of text strings. | ||
| + | * Level 0, 1, 2, 3 support? | ||
| + | * Standardisation of handling/ | ||
| + | * As global attributes or variables? | ||
| ==== Plot methods ==== | ==== Plot methods ==== | ||
| - | * The satellite plot methods | + | * The satellite plot methods |
| + | * 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 ==== | ==== Gui ==== | ||
| + | |||
| + | * Possibility to open a specific file and then chose visualisation method (whether rasterising, | ||
| + | * One dialogue for point data another dialogue for gridded data (whether NWP or remote sensing). | ||
| + | |||
| + | ~~DISCUSSION: | ||