You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the scripting interfaces of [CDO](https://code.mpimet.mpg.de/projects/cdo/wiki)!
6
6
This repository contains interfaces for [Ruby](http://www.ruby-lang.org) and [Python](https://www.python.org). If you are not sure, wether this is useful or not, please have a look at:
@@ -32,6 +32,9 @@ Releases are distributed via [pypi](https://pypi.org/project/cdo) and [rubygems]
32
32
33
33
Cdo.{rb,py} requires a working CDO binary and Ruby 2.x or Python 2.7/3.x
34
34
35
+
**PLEASE NOTE: python-2.7 is unmaintained since January 2021**
36
+
Many dependencies dropped support for 2.7 so I do manual testing with it,only.
37
+
35
38
Multi-dimensional arrays (numpy for python, narray for ruby) require addtional
36
39
netcdf-io modules. These are [scipy](https://docs.scipy.org/doc/scipy/reference/io.html) or [python-netcdf4](https://pypi.python.org/pypi/netCDF4) for python and
37
40
[ruby-netcdf](https://rubygems.org/gems/ruby-netcdf) for ruby. Because scipy has some difficulties with netcdf, I dropped the support of it with release 1.5.0.
0 commit comments