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 Install dependencies: `pip install -U probstructs==0.2.6 pyproj==3.0.0.post1` ```python from probstructs import ExponentialCountMinSketch from pyproj import CRS print(repr(CRS("ESRI:54009"))) ec = ExponentialCountMinSketch(10, 10, 10)...

bug
help wanted
installation-issues

PROJ 8.2+ https://github.com/OSGeo/PROJ/pull/2868

proposal

https://github.com/SciTools/cartopy/pull/1023#issuecomment-909593331

proposal

PROJ 8.1 https://github.com/OSGeo/PROJ/pull/2662; https://github.com/OSGeo/PROJ/pull/2674

proposal

Currently pyproj returns `inf` whenever a projection operation fails, which is coherent with the behaviour of PROJ. However, I could see some benefits from changing this to `NaN`, see https://github.com/OSGeo/PROJ/issues/2376....

proposal

`from_proj` was added based on pyproj 1 patterns of using the `Proj` objects with the transformer. However, with PROJ 6+ and pyproj 2+, the CRS object should be the object...

## Problem description The `+R_A` option is not being honored in Pyproj, whereas it seems to work fine using the `geod` CLI tool. This problem happens if I use `pyproj.Geod()`...

enhancement

- [x] Closes #1133 - [ ] Tests added - [ ] Fully documented, including `history.rst` for all changes and `api/*.rst` for new API

First of all currently it is not possible to use straight `sphinx-build` command to build documentation out of source tree ```console + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man Running...

bug
documentation

https://github.com/cython/cython/issues/4310