| Port details on branch 2024Q3 |
- py-pyproj Cython wrapper to provide python interfaces to PROJ.4 functions
- 3.8.0 graphics
=1 3.7.2_2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2007-02-08 22:37:26
- Last Update: 2026-09-12 11:23:28
- Commit Hash: d4eef82
- People watching this port, also watch:: font-misc-meltho, screen, font-bh-lucidatypewriter-100dpi, libao, p5-type1inst
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found 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 py312-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 py312-pyproj listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-pyproj
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1789128460
SHA256 (pyproj-3.8.0.tar.gz) = efa59725bba68bf97fa808b61302df32934acdceb6a5c92a8dd0e71dc266a876
SIZE (pyproj-3.8.0.tar.gz) = 242018
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.4.0,1 : graphics/proj
- py312-setuptools>=61 : devel/py-setuptools@py312
- py312-wheel>=0 : devel/py-wheel@py312
- py312-cython>=3.2.9 : lang/cython@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-certifi>=0 : security/py-certifi@py312
- python3.12 : lang/python312
- 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/py-rioxarray
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py312-pyproj-3.8.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.12+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|