Differences between revisions 1 and 9 (spanning 8 versions)
Size: 703
Comment:
|
Size: 626
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= List of Necessary Packages = | = List of Required Packages = |
Line 6: | Line 6: |
* [http://www.scipy.org/ SciPy (Scientific Tools for Python)] * [http://matplotlib.sourceforge.net/ Matplotlib] * [http://download.dezentral.de/soft/Python/Polygon/ Polygon] |
* [http://matplotlib.sourceforge.net/ Matplotlib] * [http://pypi.python.org/pypi/Shapely/ Shapely] (requires libgeos_c) |
Line 11: | Line 10: |
* [http://www.cdc.noaa.gov/people/jeffrey.s.whitaker/python/gmt/gmt-src/doc/html/public/gmt.gmt-module.html gmt.gmt] | * [http://codespeak.net/lxml/ lxml ] (version >= 2.0, need target parser) |
Line 13: | Line 12: |
== External Tools == | == Other Packages == |
Line 15: | Line 14: |
* [http://gmt.soest.hawaii.edu/ GMT (Generic Mapping Tools)] | * optional: working [http://gmt.soest.hawaii.edu/ GMT] installation for some plots |
List of Required Packages
Python Packages
[http://matplotlib.sourceforge.net/ Matplotlib]
[http://pypi.python.org/pypi/Shapely/ Shapely] (requires libgeos_c)
[http://www.egenix.com/products/python/mxBase/mxDateTime/ mxDateTime]
[http://codespeak.net/lxml/ lxml ] (version >= 2.0, need target parser)
Other Packages
optional: working [http://gmt.soest.hawaii.edu/ GMT] installation for some plots
Recommended Tools
[http://ipython.scipy.org/moin/ IPython (Enhanced Python Shell)]