other:uvcdat:extra
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
other:uvcdat:extra [2015/09/11 16:05] – jypeter | other:uvcdat:extra [2016/06/01 13:52] (current) – Added scikit-learn jypeter | ||
---|---|---|---|
Line 3: | Line 3: | ||
This page lists the packages (usually) installed in the LSCE-IPSL CDAT versions that are not available in the standard UV-CDAT (i.e. there are no //ccmake// configuration switches to get them installed). | This page lists the packages (usually) installed in the LSCE-IPSL CDAT versions that are not available in the standard UV-CDAT (i.e. there are no //ccmake// configuration switches to get them installed). | ||
+ | |||
+ | ===== pip related notes ===== | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | <note important> | ||
+ | |||
+ | * To install the latest version of “SomeProject”: | ||
+ | * To install a specific version:\\ '' | ||
+ | * To upgrade an installed version:\\ '' | ||
+ | |||
+ | ===== Requests ===== | ||
+ | |||
+ | * Web site: http:// | ||
+ | * Required by: [[# | ||
+ | |||
+ | ==== Versions installed ==== | ||
+ | |||
+ | ^ UV-CDAT\\ version | ||
+ | | 2.1.0 | LSCE_13 | ||
+ | | 2.1.0 | ciclad_13 | ||
+ | |||
+ | ==== Installing ==== | ||
+ | |||
+ | * HOWTO: http:// | ||
+ | * '' | ||
+ | |||
+ | ==== Testing ==== | ||
+ | |||
+ | Check the installed version with: '' | ||
+ | |||
+ | ===== find_agg ===== | ||
+ | |||
+ | * Web site: http:// | ||
+ | |||
+ | ==== Versions installed ==== | ||
+ | |||
+ | ^ UV-CDAT\\ version | ||
+ | | 2.1.0 | LSCE_13 | ||
+ | | 2.1.0 | ciclad_13 | ||
+ | |||
+ | ==== Installing ==== | ||
+ | |||
+ | * HOWTO: http:// | ||
+ | * '' | ||
+ | |||
+ | ==== Testing ==== | ||
+ | |||
+ | Check the installed version with: '' | ||
+ | |||
+ | |||
+ | ===== PIL and pillow ===== | ||
+ | |||
+ | FIXME **Clean this section!** FIXME | ||
+ | |||
+ | PIL does not seem to be maintained any longer and should be replaced by pillow | ||
+ | |||
+ | * Web site: https:// | ||
+ | * Required by: basemap | ||
+ | * implicitely used by basemap to [[http:// | ||
+ | |||
+ | === Replacing PIL with pillow === | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | < | ||
+ | pip install pillow | ||
+ | </ | ||
+ | |||
+ | === Testing === | ||
+ | |||
+ | Check the installed version with | ||
+ | |||
+ | < | ||
+ | [' | ||
+ | </ | ||
+ | |||
+ | Use one of the [[http:// | ||
+ | |||
+ | < | ||
+ | import matplotlib.pyplot as plt | ||
+ | # setup Lambert Conformal basemap. | ||
+ | # set resolution=None to skip processing of boundary datasets. | ||
+ | m = Basemap(width=12000000, | ||
+ | resolution=None, | ||
+ | m.bluemarble() | ||
+ | plt.show() | ||
+ | </ | ||
===== python-dateutil ===== | ===== python-dateutil ===== | ||
Line 13: | Line 101: | ||
^ UV-CDAT\\ version | ^ UV-CDAT\\ version | ||
| 1.5.1 | LSCE_10 | | 1.5.1 | LSCE_10 | ||
- | | 1.5.1 | VB_10 | 1.5-mpl | + | | 1.5.1 | VB_10 | |
| 2.1.0 | LSCE_13 | | 2.1.0 | LSCE_13 | ||
| 2.1.0 | VB_13 | 2.2 | ? (// | | 2.1.0 | VB_13 | 2.2 | ? (// | ||
Line 19: | Line 107: | ||
==== Installing ==== | ==== Installing ==== | ||
- | // | + | * // |
+ | * A newer version of python-dateutil was installed during [[#pandas]] installation in the //old// CDAT 1.5.1... | ||
==== Testing ==== | ==== Testing ==== | ||
Line 54: | Line 143: | ||
^ UV-CDAT\\ version | ^ UV-CDAT\\ version | ||
- | | 1.5.1 | LSCE_10 | + | | 1.5.1 | LSCE_10 |
- | | 1.5.1 | VB_10 | | | | + | | 1.5.1 | VB_10 | |
- | | 2.1.0 | LSCE_13 | + | | 2.1.0 | LSCE_13 |
- | | 2.1.0 | VB_13 | | | | + | | 2.1.0 | VB_13 | |
=== Installing === | === Installing === | ||
- | * dependencies: | + | * Dependencies: |
* [[#numpy]] >= 1.7.0 | * [[#numpy]] >= 1.7.0 | ||
* [[# | * [[# | ||
* [[#pytz]] | * [[#pytz]] | ||
+ | * Optional dependencies (http:// | ||
* '' | * '' | ||
* JYP install: '' | * JYP install: '' | ||
Line 71: | Line 161: | ||
=== Testing === | === Testing === | ||
+ | Check the installed version with: '' | ||
===== rpy2 ===== | ===== rpy2 ===== | ||
Line 125: | Line 215: | ||
==== Testing ==== | ==== Testing ==== | ||
- | Check the installed version with: '' | + | Check the installed version with: '' |
===== pyshp ===== | ===== pyshp ===== | ||
Line 175: | Line 265: | ||
Check the installed version with: '' | Check the installed version with: '' | ||
+ | |||
+ | |||
+ | ===== spectrum ===== | ||
+ | |||
+ | * Web site: | ||
+ | * http:// | ||
+ | * https:// | ||
+ | |||
+ | ==== Versions installed ==== | ||
+ | |||
+ | ^ UV-CDAT\\ version | ||
+ | | 2.1.0 | LSCE_13 | ||
+ | |||
+ | ==== Installing ==== | ||
+ | |||
+ | * '' | ||
+ | |||
+ | ==== Testing ==== | ||
+ | |||
+ | Check the installed version with: '' | ||
+ | |||
+ | |||
+ | ===== statsmodels ===== | ||
+ | |||
+ | * Web site: http:// | ||
+ | |||
+ | ==== Versions installed ==== | ||
+ | |||
+ | ^ UV-CDAT\\ version | ||
+ | | 2.1.0 | LSCE_13 | ||
+ | |||
+ | ==== Installing ==== | ||
+ | |||
+ | * '' | ||
+ | |||
+ | ==== Testing ==== | ||
+ | |||
+ | Check the installed version with: '' | ||
+ | |||
+ | |||
+ | ===== seaborn ===== | ||
+ | |||
+ | * Web site: https:// | ||
+ | |||
+ | ==== Versions installed ==== | ||
+ | |||
+ | ^ UV-CDAT\\ version | ||
+ | | 2.1.0 | LSCE_13 | ||
+ | |||
+ | ==== Installing ==== | ||
+ | |||
+ | * '' | ||
+ | |||
+ | ==== Testing ==== | ||
+ | |||
+ | Check the installed version with: '' | ||
+ | |||
+ | |||
+ | ===== scikit-image ===== | ||
+ | |||
+ | * Web site: http:// | ||
+ | |||
+ | ==== Versions installed ==== | ||
+ | |||
+ | ^ UV-CDAT\\ version | ||
+ | | 1.5.1 | LSCE_10 | ||
+ | | 2.1.0 | LSCE_13 | ||
+ | |||
+ | ==== Installing ==== | ||
+ | |||
+ | * for CDAT up to 2.1.0: '' | ||
+ | |||
+ | ==== Testing ==== | ||
+ | |||
+ | Check the installed version with: '' | ||
+ | |||
+ | |||
+ | ===== scikit-learn ===== | ||
+ | |||
+ | * Web site: http:// | ||
+ | |||
+ | ==== Versions installed ==== | ||
+ | |||
+ | ^ UV-CDAT\\ version | ||
+ | | 1.5.1 | LSCE_10 | ||
+ | | 2.1.0 | LSCE_13 | ||
+ | |||
+ | ==== Installing ==== | ||
+ | |||
+ | * '' | ||
+ | |||
+ | ==== Testing ==== | ||
+ | |||
+ | Check the installed version with: '' | ||
other/uvcdat/extra.1441980333.txt.gz · Last modified: 2015/09/11 16:05 by jypeter