Port details on branch 2024Q3 |
- py-pyproj Cython wrapper to provide python interfaces to PROJ.4 functions
- 3.7.0 graphics =3 3.6.1_2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2007-02-08 22:37:26
- Last Update: 2024-10-14 05:25:41
- Commit Hash: 21dd8d0
- People watching this port, also watch:: p5-MIME-Tools, vcdimager, libssh, newfile, libXdamage
- Also Listed In: geography python
- License: MIT
- WWW:
- https://pyproj4.github.io/pyproj/stable/
- https://github.com/pyproj4/pyproj
- Description:
- Cython wrapper to provide python interfaces to PROJ.4 functions.
Performs cartographic transformations and geodetic computations.
The Proj class can convert from geographic (longitude,latitude)
to native map projection (x,y) coordinates and vice versa, or
from one map projection coordinate system directly to another.
The module variable pj_list is a dictionary containing all the
available projections and their descriptions.
The Geod class can perform forward and inverse geodetic, or
Great Circle, computations. The forward computation involves
determining latitude, longitude and back azimuth of a terminus
point given the latitude and longitude of an initial point,
plus azimuth and distance. The inverse computation involves
determining the forward and back azimuths and distance given
the latitudes and longitudes of an initial and terminus point.
Input coordinates can be given as python arrays, lists/tuples,
scalars or numpy/Numeric/numarray arrays. Optimized for objects
that support the Python buffer protocol (regular python and
numpy array objects).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-pyproj/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-pyproj
- pkg install py311-pyproj
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pyproj listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyproj
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1728632434
SHA256 (pyproj-3.7.0.tar.gz) = bf658f4aaf815d9d03c8121650b6f0b8067265c36e31bc6660b98ef144d81813
SIZE (pyproj-3.7.0.tar.gz) = 225577
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- proj>=9.2.0,1 : graphics/proj
- py311-setuptools>=61.0.0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-certifi>=0 : security/py-certifi@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libproj.so : graphics/proj
- This port is required by:
- for Build
-
- graphics/qgis
- graphics/qgis-ltr
- for Run
-
- astro/py-metpy
- graphics/py-OWSLib
- graphics/py-cartopy
- graphics/py-geopandas
- graphics/py-geosnap
- graphics/py-pygeoapi
- graphics/qgis
Configuration Options:
- ===> The following configuration options are available for py311-pyproj-3.7.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- graphics_py-pyproj
- USES:
- python:3.10+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|