sbarman-mi9 / pyproj

python interface to PROJ4 library for cartographic transformations

Home Page:https://jswhit.github.io/pyproj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To install:

  • clone github repo or download source release at http://python.org/pypi/pyproj.
  • python setup.py build
  • python setup.py install (with sudo if necessary).

To test, run python -c "import pyproj; pyproj.test()"

For new unit tests, run python unittest/test.py

To use installed proj lib (and data files), use setup-proj.py instead and set PROJ_DIR env var to point to location of proj installation.

Docs at http://jswhit.github.io/pyproj.

Report bugs/ask questions at https://github.com/jswhit/pyproj/issues.

About

python interface to PROJ4 library for cartographic transformations

https://jswhit.github.io/pyproj

License:Other


Languages

Language:C 88.8%Language:Python 10.4%Language:C++ 0.8%Language:Shell 0.0%