Name: | pyproj |
---|---|
Version: | 1.9.2 |
Release: | 6.20120712svn300.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 673623 |
License: | MIT |
RPM: | pyproj-1.9.2-6.20120712svn300.el7.aarch64.rpm |
Source RPM: | pyproj-1.9.2-6.20120712svn300.el7.src.rpm |
Build Date: | Mon Jun 25 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://code.google.com/p/pyproj |
Summary: | Cython wrapper to provide python interfaces to Proj |
Description: | Cython wrapper to provide python interfaces to Proj Performs cartographic transformations between geographic (Lat/Lon) and map projection (x/y) coordinates. Can also transform directly from one map projection coordinate system to another. Coordinates can be given as numpy arrays, python arrays, lists or scalars. Optimized for numpy arrays. |
o- adapt to allow building on rhel-7 disable python3 since it seems not yet available on rhel-7
o- adapted version number format to comply to the Snapshot packages guidelines, and move to svn revision 300.
o- Added proj-nad as explicit Requirement since it contains data files needed to run the module, and bumped the version number to the one mentioned in the setup-proj.py script
o- Adapted to build with python3
o- Adapted to svn revision r298 which has some modifications to allow building without using the included proj sources
o- Initial package for Fedora