[julia-users] Re: NetCDF Pkg fails when the time is of type 'long'

2015-07-23 Thread Fabian Gans
Ok, I pushed another change, could you try to checkout(NetCDF) again and see if ncinfo works? Fabian

[julia-users] Re: NetCDF Pkg fails when the time is of type 'long'

2015-07-23 Thread Bhupendra Raut
Working without any issues. Check the output bellow. This is the first time I am trying out julia language. My main objective is to gain speed in reading and manipulating large netcdf files. I think netcdf capabilities and the speed of julia can attract a significant number of users from earth

[julia-users] Re: NetCDF Pkg fails when the time is of type 'long'

2015-07-22 Thread RBhupi
Thank you Fabian. ncread is working with 'time', but the ncinfo still has some issues. Following is the output of Pkg.checkout() julia Pkg.checkout(NetCDF) INFO: Checking out NetCDF master... INFO: Pulling NetCDF latest master... WARNING: julia is fixed at 0.3.10 conflicting with requirement

[julia-users] Re: NetCDF Pkg fails when the time is of type 'long'

2015-07-21 Thread Fabian Gans
Ok, I think with the latest master branch this should work now, could you please try to run Pkg.checkout(NetCDF) and then try to read your file again?

[julia-users] Re: NetCDF Pkg fails when the time is of type 'long'

2015-07-21 Thread Avik Sengupta
You should probably raise an issue on the NetCDF.jl repository: https://github.com/meggart/NetCDF.jl/issues On Tuesday, 21 July 2015 04:56:10 UTC+1, RBhupi wrote: I havent done much with Julia yet so cant provide more info at this time. ncinfo and ncread fails when the time axis is of type

[julia-users] Re: NetCDF Pkg fails when the time is of type 'long'

2015-07-21 Thread Fabian Gans
I am currently working on a fix, so far reading and writing NC_LONG data was not supported, I will push the changes later today. Fabian