Version 2.0.0 of wodpy includes the long-awaited netCDF parser, intended to consume netCDF files and make a close-as-possible analogous profile class to the ASCII representation.
This release is marked b(eta)0 / pre-release as there's some improvements to be made before full release:
- numerous functions in `ncProfile` class just `raise notImplemented`
- need to make a clear statement about _exactly_ what netCDF specification we're trying to parse here; priority will be WOD files with IQuOD information added, but need a clearer documentation reference / example profiles to build and test against. Currently built against the wodselect-returned netCDF file with the closest match to the ASCII file and profile the ASCII parser was built against.