Sets up a dialog from where the user can convert a file with numeric
data in ASCII or CDL format to NetCDF format.
The ASCII file may contain some comments introduced with the #
character. These comments will also be written in the NetCDF output file
(|comment| attribute). The numeric datas have to be organized by column.
The only restriction is that all the columns should have the same
length.
|
|
|
|
|
|
|
|
|
|
|
|
|
apply(self)
This method is called when the user clicks on the OK button of the
conversion dialog. |
source code
|
|
|
openASCIIFile(self,
event=None)
This method/callback is called when the user press Return on the
entry of the input file browser or browse directlry from the file
browser. |
source code
|
|