JuliaGeo / NetCDF.jl

NetCDF support for the julia programming language
http://juliageo.org/NetCDF.jl/
MIT License
116 stars 28 forks source link

ncread! and readvar! do not accept `stride` keyword #173

Open aramirezreyes opened 1 year ago

aramirezreyes commented 1 year ago

I may be doing something wrong. Why would be the appropriate way of using the high or medium-level interface to read only every n indices?

The netcdf library usually has the stride concept, is there a reason we don't have it?

If not, how can we help?