pyproj icon indicating copy to clipboard operation
pyproj copied to clipboard

Python interface to PROJ (cartographic projections and coordinate transformations library)

Results 46 pyproj issues
Sort by recently updated
recently updated
newest added

#### Code Sample, a copy-pastable example if possible ```python from pyproj import CRS, Transformer from pyproj.aoi import AreaOfInterest from pyproj.database import query_utm_crs_info def broken(lat, lon): aoi = AreaOfInterest( west_lon_degree=lon, south_lat_degree=lat,...

bug

It would be handy to create a Geod object from an Ellipsoid object. E.g., this is how I would expect: ```python from pyproj import CRS, Geod crs = CRS.from_epsg(4326) geod...

documentation
good-first-issue

https://scientific-python.org/specs/spec-0004/

Once we support only Numpy 2.0+ we can remove the casting checks we have added to the Cython code for single-point transforms and Geod's fwd/inv single-point as well. Right now...

proposal

https://github.com/OSGeo/PROJ/pull/3562

enhancement

Hey, I have geopandas installed in my environment but I'm not being able to import it, and it seems to be due to an issues with pyproj. I am using...

help wanted
installation-issues
macos

https://github.com/OSGeo/PROJ/blob/c85596492960d390ce28136b453742c36e529d93/src/proj.h#L1349-L1355 See: `--pivot-crs` in https://proj.org/operations/operations_computation.html

proposal

https://github.com/OSGeo/PROJ/pull/3579

enhancement

https://github.com/OSGeo/PROJ/pull/3588

enhancement

Adds new API to PROJ. `database.query_geodetic_crs_from_datum` - [x] Closes #1389 - [x] Tests added - [x] Fully documented, including `history.rst` for all changes and `api/*.rst` for new API