Changes between Version 21 and Version 22 of ToolsAndUtilities
- Timestamp:
- 29/01/16 15:17:42 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ToolsAndUtilities
v21 v22 11 11 The python cf package implements the CF data model for the reading, writing and processing of data and metadata. The package reads CF-netCDF, CFA-netCDF and PP format files, and creates CF-netCDF files. It uses Large Amounts of Massive Arrays (LAMA) functionality, which allows multiple fields larger than the available memory to exist and be manipulated. The package provides command line utilities for viewing CF fields ({{{cfdump}}}) and aggregating datasets ({{{cfa}}}). 12 12 13 * **cfplot** \\ 14 http://climate.ncas.ac.uk/~andy/cfplot_sphinx/_build/html/ \\ 15 cfplot is a set of Python routines for making the common contour and vector plots that climate researchers use. The data to make a contour plot can be passed to cfplot using cf-python (above). 13 * **cf-plot** \\ 14 http://ajheaps.github.io/cf-plot \\ 15 cf-plot is a set of Python routines for making the common contour and vector plots that climate researchers use. The data to make a contour plot can be passed to cf-plot using cf-python (above). 16 17 * **cf-view** \\ 18 http://ajheaps.github.io/cf-view \\ 19 cf-view is a graphical user interface that is used for plotting Climate and Forecast convention, CF , data. 16 20 17 21 * **CDO** \\