... resolution of the file. xmin,ymin,xmax,ymax = [lon.min(),lat.min(),lon.max(),lat.max()] nrows,ncols = np.shape(array) xres = (xmax-xmin)/float(ncols) ...
確定! 回上一頁