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/06/08 18:38] – Started updating the page when preparing for 2.2.0 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 ===== | ||
+ | |||
+ | * Web site: http:// | ||
+ | * Required by: [[#pandas]] | ||
+ | |||
+ | ==== Versions installed ==== | ||
+ | |||
+ | ^ UV-CDAT\\ version | ||
+ | | 1.5.1 | LSCE_10 | ||
+ | | 1.5.1 | VB_10 | < | ||
+ | | 2.1.0 | LSCE_13 | ||
+ | | 2.1.0 | VB_13 | 2.2 | ? (// | ||
+ | |||
+ | ==== Installing ==== | ||
+ | |||
+ | * //Bundled with another package?// | ||
+ | * A newer version of python-dateutil was installed during [[#pandas]] installation in the //old// CDAT 1.5.1... | ||
+ | |||
+ | ==== Testing ==== | ||
+ | |||
+ | Check the installed version with: '' | ||
+ | |||
+ | ===== pytz ===== | ||
+ | |||
+ | * Web site: http:// | ||
+ | * Required by: [[#pandas]] | ||
+ | |||
+ | ==== Versions installed ==== | ||
+ | |||
+ | ^ UV-CDAT\\ version | ||
+ | | 1.5.1 | LSCE_10 | ||
+ | | 1.5.1 | VB_10 | 2015.4 | ||
+ | | 2.1.0 | LSCE_13 | ||
+ | | 2.1.0 | VB_13 | 2014.10 | ||
+ | |||
+ | ==== Installing ==== | ||
+ | |||
+ | // | ||
+ | |||
+ | ==== Testing ==== | ||
+ | |||
+ | Check the installed version with: '' | ||
+ | |||
+ | |||
+ | ===== pandas ===== | ||
+ | |||
+ | * Web site: http:// | ||
+ | |||
+ | ==== Versions installed ==== | ||
+ | |||
+ | ^ UV-CDAT\\ version | ||
+ | | 1.5.1 | LSCE_10 | ||
+ | | 1.5.1 | VB_10 | 0.16.2 | ||
+ | | 2.1.0 | LSCE_13 | ||
+ | | 2.1.0 | VB_13 | 0.16.2 | ||
+ | |||
+ | === Installing === | ||
+ | |||
+ | * Dependencies: | ||
+ | * [[#numpy]] >= 1.7.0 | ||
+ | * [[# | ||
+ | * [[#pytz]] | ||
+ | * Optional dependencies (http:// | ||
+ | * '' | ||
+ | * JYP install: '' | ||
+ | |||
+ | |||
+ | === Testing === | ||
+ | |||
+ | Check the installed version with: '' | ||
===== rpy2 ===== | ===== rpy2 ===== | ||
Line 32: | Line 191: | ||
* Optional dependencies (http:// | * Optional dependencies (http:// | ||
* '' | * '' | ||
- | * Check [[# | + | * Check [[# |
* The installation may bump shapely to a newer version: e.g. 1.3.2 to 1.5.8 | * The installation may bump shapely to a newer version: e.g. 1.3.2 to 1.5.8 | ||
* Shapely seems to have non-blocking Cython speedup compilation errors | * Shapely seems to have non-blocking Cython speedup compilation errors | ||
Line 56: | Line 215: | ||
==== Testing ==== | ==== Testing ==== | ||
- | Check the installed version with: '' | + | Check the installed version with: '' |
===== pyshp ===== | ===== pyshp ===== | ||
Line 106: | 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.1433781510.txt.gz · Last modified: 2015/06/08 18:38 by jypeter