other:uvcdat:extra
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
other:uvcdat:extra [2015/09/11 18:09] – More pandas related updates jypeter | other:uvcdat:extra [2015/10/20 16:18] – Added Requests 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). | ||
+ | |||
+ | ===== 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: '' | ||
+ | |||
+ | ===== 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 ===== |
other/uvcdat/extra.txt · Last modified: 2016/06/01 13:52 by jypeter