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/05/27 12:01] – Started adding cartopy and GEOS 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 15: | Line 174: | ||
| ^ UV-CDAT\\ version | ^ UV-CDAT\\ version | ||
| + | | 1.5.1 | LSCE_10 | ||
| + | | 1.5.1 | VB_10 | | | | ||
| + | | 2.1.0 | LSCE_13 | ||
| + | | 2.1.0 | VB_13 | | | | ||
| ==== Installing ==== | ==== Installing ==== | ||
| - | * http:// | + | * HOWTO: |
| - | * Non // | + | * Checked that the non // |
| + | * [[#geos]] >= 3.3.3 | ||
| + | * [[# | ||
| + | * Cartopy actually [[https:// | ||
| + | * [[#pyshp]] >= 1.1.4 | ||
| + | * [[#proj4]] >= 4.8.0 | ||
| + | * [[#six]] >= 1.3.0 | ||
| + | * Optional dependencies (http:// | ||
| + | * '' | ||
| + | * Check [[#proj4]] if there is a *proj* related error | ||
| + | * 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 | ||
| ==== Testing ==== | ==== Testing ==== | ||
| - | Check the installed version with: | + | Check the installed version with: '' |
| ===== GEOS ===== | ===== GEOS ===== | ||
| Line 29: | Line 203: | ||
| * Web site: http:// | * Web site: http:// | ||
| * Required by: [[# | * Required by: [[# | ||
| + | * Bundled with CDAT if we use '' | ||
| ==== Versions installed ==== | ==== Versions installed ==== | ||
| Line 40: | Line 215: | ||
| ==== Testing ==== | ==== Testing ==== | ||
| - | Check the installed version with: '' | + | Check the installed version with: '' |
| + | |||
| + | ===== pyshp ===== | ||
| + | |||
| + | * Web site: https:// | ||
| + | * Required by: [[# | ||
| + | |||
| + | ==== Versions installed ==== | ||
| + | |||
| + | ^ UV-CDAT\\ version | ||
| + | | 1.5.1 | LSCE_10 | ||
| + | | 1.5.1 | VB_10 | 1.2.1 | May 27 2015 | | ||
| + | | 2.1.0 | LSCE_13 | ||
| + | | 2.1.0 | VB_13 | 1.2.1 | May 27 2015 | | ||
| + | |||
| + | ==== Installing ==== | ||
| + | |||
| + | * '' | ||
| + | |||
| + | ==== Testing ==== | ||
| + | |||
| + | Check the installed version with: '' | ||
| + | |||
| + | ===== PROJ.4 ===== | ||
| + | |||
| + | * Web site: http:// | ||
| + | * Required by: [[# | ||
| + | |||
| + | ==== Versions installed ==== | ||
| + | |||
| + | We use the PROJ.4 library already installed on the system! | ||
| + | |||
| + | ^ Server | ||
| + | | asterix\\ obelix | ||
| + | | ciclad | ||
| + | | Virtual Machine | ||
| + | |||
| + | Note: if proj-devel is not installed, you will get the following kind of error when trying to install Cartopy. Just install it with '' | ||
| + | |||
| + | < | ||
| + | lib/ | ||
| + | # | ||
| + | ^ | ||
| + | compilation terminated. | ||
| + | error: command ' | ||
| + | </ | ||
| + | |||
| + | ==== Testing ==== | ||
| + | |||
| + | 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: '' | ||
| + | |||
| + | |||
| + | ===== Quick links about packages bundled with UV-CDAT ===== | ||
| + | |||
| + | ==== Cython ==== | ||
| + | |||
| + | * Web site: http:// | ||
| + | * Version: '' | ||
| + | |||
| + | ^ UV-CDAT\\ version | ||
| + | | 1.5.1 | LSCE_10 | ||
| + | | 1.5.1 | VB_10 | 0.16 | //bundled with UV-CDAT// | ||
| + | | 2.1.0 | LSCE_13 | ||
| + | | 2.1.0 | VB_13 | 0.16 | //bundled with UV-CDAT// | ||
| + | |||
| + | ==== numpy ==== | ||
| + | |||
| + | * Web site: http:// | ||
| + | * Version: '' | ||
| + | |||
| + | ^ UV-CDAT\\ version | ||
| + | | 1.5.1 | LSCE_10 | ||
| + | | 1.5.1 | VB_10 | 1.7.1 | //bundled with UV-CDAT// | ||
| + | | 2.1.0 | LSCE_13 | ||
| + | | 2.1.0 | VB_13 | 1.9.0 | //bundled with UV-CDAT// | ||
| + | |||
| + | ==== shapely ==== | ||
| + | |||
| + | * CDAT cmake option: '' | ||
| + | * Web site: https:// | ||
| + | * If needed, explicit install/ | ||
| + | * Version: '' | ||
| + | * Required by: [[# | ||
| + | |||
| + | ^ UV-CDAT\\ version | ||
| + | | 1.5.1 | LSCE_10 | ||
| + | | 1.5.1 | VB_10 | < | ||
| + | | 2.1.0 | LSCE_13 | ||
| + | | 2.1.0 | VB_13 | < | ||
| + | |||
| + | ==== six ==== | ||
| + | |||
| + | * Web site: http:// | ||
| + | * Version: '' | ||
| + | * Required by: [[# | ||
| + | * Bundled with CDAT if we use '' | ||
| + | |||
| + | ^ UV-CDAT\\ version | ||
| + | | 1.5.1 | LSCE_10 | ||
| + | | 1.5.1 | VB_10 | 1.9.0 | ? | | ||
| + | | 2.1.0 | LSCE_13 | ||
| + | | 2.1.0 | VB_13 | 1.7.2 | //bundled with UV-CDAT// | ||
| + | |||
| /* standard page footer */ | /* standard page footer */ | ||
other/uvcdat/extra.1432720912.txt.gz · Last modified: by jypeter
