lnferris / ocean_data_tools

A MATLAB toolbox for interacting with bulk freely-available oceanographic data.
MIT License
83 stars 24 forks source link

Remove external dependency on nctoolbox #22

Open kakearney opened 4 years ago

kakearney commented 4 years ago

This issue is part of the JOSS review (openjournals/joss-reviews#2497)

This toolbox often relies on the java-based nctoolbox functions to read netCDF files, rather than using Matlab's native netCDF utilities (ncread, ncinfo, netcdf class methods, etc.). The extra external dependency will be a barrier to use for some novice users. Java dependencies also add an additional area for potential incompatiblity.