Re: python Netcdf and ncdump

2020-04-30 Thread Rhodri James
On 30/04/2020 18:55, J Conrado wrote: Please, Please can someone explain to me why I have this difference: in Python int16 SST(y, x) and with ncdump -h short SST(y, x) Presumably on your computer a (signed) short integer is a (signed) sixteen bit integer. That's rather unhelpful of ncdump.

Re: python netcdf

2013-06-05 Thread Sudheer Joseph
Thank you very much Jason With best regards Sudheer On Thursday, June 6, 2013, Jason Swails wrote: > > > > On Wed, Jun 5, 2013 at 9:07 PM, Sudheer Joseph > > > wrote: > >> Dear Members, >> Is there a way to get the time:origin attribute from a >> netcdf file as string using th

Re: python netcdf

2013-06-05 Thread Jason Swails
On Wed, Jun 5, 2013 at 9:07 PM, Sudheer Joseph wrote: > Dear Members, > Is there a way to get the time:origin attribute from a > netcdf file as string using the Python netcdf? > Attributes of the NetCDF file and attributes of each of the variables can be accessed via the dot-op