aodn / imos-user-code-library

Code library of helper functions and examples for working with NetCDF data files typically sourced from IMOS
GNU General Public License v3.0
19 stars 15 forks source link

Provide a version not using nctoolbox #4

Open ggalibert opened 10 years ago

ggalibert commented 10 years ago

It would be great to be able to provide a version of ncParse not using nctoolbox.

With each new version of nctoolbox there is the risk that ncParse becomes broken. At least we should tell explicitly which version of nctoolbox the user needs to use.

But this is not sufficient, some users still face troubles trying to make this work. A version 100% Matlab based would be very usefull. In addition, since Matlab R2012b, it is possible to do opendap.

This would not a be a big thing to implement, one can be inspired from the netcdfParse.m from the imos ANMN toolbox to make something close to the actual result of ncParse.