Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
fimex:features [2012-09-08 18:43:14] heikok |
fimex:features [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * reading via NcML files | * reading via NcML files | ||
| * reading of Felt (met.no format) files | * reading of Felt (met.no format) files | ||
| - | * reading data from [[http:// | ||
| * reading/ | * reading/ | ||
| - | * reading/ | + | * reading/ |
| + | * aggregation | ||
| * arbitrary slicing | * arbitrary slicing | ||
| * detection of coordinate systems | * detection of coordinate systems | ||
| * detection of projections | * detection of projections | ||
| + | * accessing and reading data using python / numpy | ||
| * **I**nterpolation | * **I**nterpolation | ||
| * reprojection using proj4 strings | * reprojection using proj4 strings | ||
| Line 18: | Line 19: | ||
| * interpolation of lat/lon coordinates to projection (e.g. GHRSST satellite data) | * interpolation of lat/lon coordinates to projection (e.g. GHRSST satellite data) | ||
| * automatic detection of output projection axes using the maximum bounding-box | * automatic detection of output projection axes using the maximum bounding-box | ||
| + | * automatic detection of spatial vectors | ||
| * linear time interpolation | * linear time interpolation | ||
| * vertical interpolation to height or pressure levels (lin, log(p), log(log(p)) | * vertical interpolation to height or pressure levels (lin, log(p), log(log(p)) | ||
| Line 29: | Line 31: | ||
| * merging of files with different horizontal resolution | * merging of files with different horizontal resolution | ||
| * adding of value-mask (e.g. land-mask) from external files | * adding of value-mask (e.g. land-mask) from external files | ||
| + | * manipulation using python / numpy | ||
| * **Ex**traction | * **Ex**traction | ||
| * extraction of variables | * extraction of variables | ||