ncvue.ncvue¶
Calling routine of ncvue.
The calling routine sets up the toplevel root window, opens the netcdf file and gets an instance of the ncvMain class.
This module was written by Matthias Cuntz while at Institut National de Recherche pour l’Agriculture, l’Alimentation et l’Environnement (INRAE), Nancy, France.
Copyright (c) 2020-2021 Matthias Cuntz - mc (at) macu (dot) de
Released under the MIT License; see LICENSE file for details.
History:
Written Nov-Dec 2020 by Matthias Cuntz (mc (at) macu (dot) de)
Separate Tk() and Toplevel() widgets to communicate via Tk() between windows, Jan 2021, Matthias Cuntz
The following functions are provided:
|
The main function to start the data frame GUI. |
-
ncvue
(ncfile='', miss=nan)[source]¶ The main function to start the data frame GUI.
- Parameters
- ncfilestr, optional
Name of netcdf file (default: ‘’).
- missfloat, optional
Add value to list of missing values: _FillValue, missing_value, and the standard netCDF missing value for current datatype from netcdf4.default_fillvals (default: np.nan).