Title: PRISM Data and Visualisation
1 PRISM Data and Visualisation
- Data formats and Processing Toolkit
- Low End Visualisation
- High End Visualisation
- Prepared by
- Ros Hatcher - Met Office
- Karin Meier-Fleischer - MPI-Met
- Gabriella de Martino - KNMI
- Presented by Luis Kornblueh (MPI-Met)
2File Format Processing Library
- NetCDF - File format for data exchange
- CF convention - Metadata standard
- COCO - Processing Library
3 4Data Processing
- COCO (CDMS Overloaded for CF Objects)
- Extension to CDMS (Climate Data Management
System) - Written predominately in Python with some C
- Dynamically typed - ease of use for scientists
- Reads Manipulates netCDF(CF) data
- A single object contains both data and its
metadata. The data and metadata is processed
simultaneously. - Functionalities have been prioritised. Top 10
include Averaging, Arithmetic ops., Information,
Conversion to new grid, Statistical ops.,
Extraction of region and slices, Sampling,
Gather, Masking, Tests and confidence intervals.
5(No Transcript)
6Graphics Package Review Important criteria for
the Low End graphics
netCDF-CF should be opened and read by a function
inside the COCO library, similar to
cdms.open(file name) in CDMS.
7Software architecture diagram
local browser of the user
Web-based GUI (WP4b) and/or LAS
main Python program
fixed set of functions, could be changed by
the user
plot graphics to output file
8CDAT/VCS example script
HOPE-E
ORCA
9Graphical packages review for the High-End
- Features and capabilities of a set of graphical
packages has been examined. - Some key characteristics are
10OpenDX from a network to an interactive image
11VTK the scripting approach