|
NCEdit
Small java tool to quickly alter grid data in NetCDF
files. NetCDF files can be opened, variables are read out and can be selected
to have their data changed. Data can be manipulated as follows:
- add random value between +/- X and +/- Y
- add constant value +/- X
- and random percentage between X and Y
- add percentage X of original value
- custom operation (can easily be added to code and recompiled)
GUI Version done with Netbeans 3.5x / J2SDK under Solaris 8. Supports 'write
to new file' or change original, filefilter. Non-GUI version available (ncRandErr).
Done using the NetCDF-Java
libraries. Download the netcdf.zip
on their page to get a nice GUI for viewing information on NetCDF file
data, variables, etc. too.
Current version: 0.98
ToDo: custom operation to be specified in GUI, extended multi-array support,
automatic data series creation (create Z random sets of altered data), extended
data viewing, several minor bugfixes;
DOWNLOAD NCEdit
|