代码搜索:NetCDF
找到约 225 项符合「NetCDF」的源代码
代码结果 225
www.eeworm.com/read/447020/7560345
m ncsetstr.m
function theResult = ncsetstr(x)
% ncsetstr -- SETSTR for NetCDF character data.
% ncsetstr(x) converts values x to unsigned-characters
% in the range 0:255, for use by Matlab. Beginning
%
www.eeworm.com/read/447020/7560355
m open.m
function theResult = open(self, thePermission)
% netcdf/open -- Open the file of a netcdf object.
% open(self, 'thePermission') opens the NetCDF file
% associated with self, a netcdf object, u
www.eeworm.com/read/447020/7560359
m delete.m
function theResult = delete(self, varargin)
% netcdf/delete -- Delete items from NetCDF file.
% delete(self, item1, item2, ...) deletes the given items
% ("ncdim", "ncvar", or "ncatt" objects)
www.eeworm.com/read/447020/7560418
m delete.m
function theResult = delete(varargin)
% ncitem/delete -- Delete one or more NetCDF items.
% delete(item1, item2, ...) deletes the items, all "ncitem"
% objects that must be associated with the
www.eeworm.com/read/447020/7560420
m options.m
function theResult = options(self, theOptions)
% ncitem/options -- Set netcdf options.
% options(self, theOptions) sets theOptions in the
% current netcdf interface and returns the original
%
www.eeworm.com/read/447020/7560464
m unsigned.m
function theResult = unsigned(self, isUnsigned)
% ncitem/unsigned -- Set/get unsigned flag.
% unsigned(self) returns TRUE if the "unsigned" flag
% has been set to interpret NetCDF signed integ
www.eeworm.com/read/244769/12844598
txt getnetcdfvariableminmax_readme.txt
Installing NumPy, ScientificPython and sample toolbox NetCDFTools.tbx
1. Install NumPy. You can download the latest version from http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=
www.eeworm.com/read/244769/12844603
py getnetcdfvariableminmax.py
'''----------------------------------------------------------------------------------
Tool Name: GetNetCDFVariableMinMax
Source Name: GetNetCDFVariableMinMax.py
Version: ArcGIS 9.2
www.eeworm.com/read/447020/7560222
m ncversion.m
function theNCVersion = NCVersion
% NCVersion (no argument) returns or displays the modification
% date of the current "NetCDF Toolbox For Matlab-5".
% Copyright (C) 1997 Dr. Charles R. Denha
www.eeworm.com/read/447020/7560225
m ncdimadd.m
function ncdimadd(theSrcFile, theDstFile, theDimName, theDimLength)
% ncdimadd -- Add a dimension to a NetCDF file.
% ncdimadd(theSrcFile, theDstFile, 'theDimName', theDimLength)
% copies the