vacumm
vacumm copied to clipboard
A python library for ocean sciences
@stefraynaud even if `vacumm` has been replaced with `xoa`, it would be nice/useful to still be able to access the old documentation from the main GH page The old ifremer...
@stefraynaud I have just installed the Python2 and Python3 versions of CDAT 8.1, and I have tried to install vacumm in both versions. I just wanted to try, I have...
@stefraynaud The link in the sentence below on the [main vacumm page ](http://www.ifremer.fr/vacumm/)is broken `For more information, please go to this: http://www.ifremer.fr/vacumm/user.install.installations.html` Did you mean to use http://www.ifremer.fr/vacumm/user.install.installs.html ?
@stefraynaud I have checked your [1.2.1.2. Install UV-CDAT](http://www.ifremer.fr/vacumm/user.install.prereq.html#install-uv-cdat) and it's a bit out-of-date - UV-CDAT is now only called CDAT (you may have references to "UV-CDAT" in other parts of...
There are duplicated codes in `dataset.py`, especially especially between `AtmosDataset` and `OceanDataset`, and they must be merged. This probably requires a `_3D_` like class for the moment.
sigma2altitudes cannot be another sigma2depths, instead they must share the same code. Introduce a _sigma2levels_ and play with optional parameters?
The configobj package must be used for the vacumm configuration to use subsections and a specification file. The configuration must be loaded once and it should be possible to change...