Open
Description
@doutriaux1 @davis278 A colleague asked some questions about the eofs
package and I googled cdat eof
after answering, to see what CDAT was providing. I landed on https://cdat.llnl.gov/documentation/utilities/utilities-3.html that gives examples using from eof import Eof
and a data file from Paul Dubois (f=cdms.open('/home/dubois/clt.nc')
, using cdms
and not cdms2
, this is old!)
You can load eofs
, though
jypeter@obelix3 - ...jypeter - 43 >conda activate cdat-8.1_py2
(cdat-8.1_py2) jypeter@obelix3 - ...jypeter - 44 >python
Python 2.7.15 | packaged by conda-forge | (default, Feb 28 2019, 04:00:11)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import eof
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named eof
>>> import eofs
>>>
I also failed to import other packages mentioned on this page, but maybe they are now somewhere deeper (dir(cdutil)
and dir(genutil)
did not show anything, and I did not dig deeper)
>>> import trends
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named trends
>>> import ort
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named ort
>>> import asciidata
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named asciidata
>>> import binaryio
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named binaryio
Metadata
Metadata
Assignees
Labels
No labels