Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the INSTALL file with GEOS and pyepsg. #474

Merged
merged 1 commit into from
Aug 22, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ numpy 1.6 or later (http://numpy.scipy.org/)
Python package for scientific computing including a powerful N-dimensional
array object.

GEOS 3.3.3 or later (http://trac.osgeo.org/geos/)
GEOS is an API of spatial predicates and functions for processing geometry
written in C++.

shapely 1.2.14* (https://github.com/Toblerity/Shapely)
Python package for the manipulation and analysis of planar geometric
objects.
Expand All @@ -53,6 +57,10 @@ Optional
These are optional packages which you may want to install to enable
additional Cartopy functionality.

GDAL tested with version 1.10.0 (http://www.gdal.org/)
GDAL is a translator library for raster and vector geospatial data formats,
which has powerful data transformation and processing capabilities.

Pillow 1.7.8 or later (https://pypi.python.org/pypi/Pillow/2.3.0)
Popular fork of PythonImagingLibrary.

Expand All @@ -61,6 +69,9 @@ Pillow 1.7.8 or later (https://pypi.python.org/pypi/Pillow/2.3.0)
PythonImagingLibrary 1.1.7 or later (http://effbot.org/zone/pil-index.htm)
Python package for image processing.

pyepsg 0.2.0 or later (https://github.com/rhattersley/pyepsg)
A simple Python interface to http://epsg.io

scipy 0.10 or later (http://www.scipy.org/)
Python package for scientific computing.

Expand Down