cedadev / jasmin_scivm

9 stars 0 forks source link

add pyproj #106

Closed alaniwi closed 7 years ago

alaniwi commented 7 years ago

Interface to proj library.

From https://pypi.python.org/pypi/pyproj

User requested (ticket 11679).

"pip install"s cleanly in virtual env.

alaniwi commented 7 years ago

Clean build and install. Tested with import pyproj; pyproj.test() and reports that 78 passed and 0 failed.