Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
fimex:features [2008-06-06 11:36:12] heikok |
fimex:features [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Features ====== | ====== Features ====== | ||
| - | * File / IO | + | * **F**ile |
| - | * Reading | + | * reading/ |
| - | * Reading | + | * reading OpENDAP streams |
| - | * Writing | + | * reading via NcML files |
| - | * Interpolation | + | * reading |
| + | * reading/ | ||
| + | * reading/ | ||
| + | * aggregation (joining) of files via NcML | ||
| + | * arbitrary slicing | ||
| + | * detection of coordinate systems | ||
| + | * detection of projections | ||
| + | * accessing and reading data using python / numpy | ||
| + | * **I**nterpolation | ||
| * reprojection using proj4 strings | * reprojection using proj4 strings | ||
| * interpolation of scalar gridded data | * interpolation of scalar gridded data | ||
| * interpolation of vector gridded data using constant and variable vector length | * interpolation of vector gridded data using constant and variable vector length | ||
| - | | + | |
| - | * Renaming | + | * automatic detection of output projection axes using the maximum bounding-box |
| - | * Addition | + | * automatic detection of spatial vectors |
| - | * Extraction | + | * linear time interpolation |
| + | * vertical interpolation to height or pressure levels (lin, log(p), log(log(p)) | ||
| + | * pre-processing of data for vertical levels: theta2T, add4Dpressure | ||
| + | * pre-processing of data: fill 2d data | ||
| + | * **M**anipulation | ||
| + | * manipulation with NcML files | ||
| + | * renaming | ||
| + | * addition | ||
| + | * removing of variables, attributes | ||
| + | * merging of files with different horizontal resolution | ||
| + | * adding of value-mask (e.g. land-mask) from external files | ||
| + | * manipulation using python / numpy | ||
| + | * **Ex**traction | ||
| * extraction of variables | * extraction of variables | ||
| * extraction of subsets (spatial, vertical and time) | * extraction of subsets (spatial, vertical and time) | ||
| + | * extraction of quality-assured data | ||
| + | * extraction of coordinate-system | ||
| + | * extraction of data in {{http:// | ||