Alan D. Snow

Results 624 comments of Alan D. Snow

Yes, definitely add shapely as an optional dependency. A MR would be appreciated.

That would be great. Contributions welcome! Need to update the matrix here: https://github.com/pyproj4/pyproj/blob/1382fecfe230ce07b7214ee94ae439a40b68a13a/.github/workflows/release.yaml#L82

@w8sl what are the issues with testing? Are you able to share the error traceback?

Probably helpful to note here that WKT doesn't work on import for CoordinateSystem and PROJ JSON is preferred: https://github.com/pyproj4/pyproj/blob/1fa11649f7f0adeda5ec4ad1e778bbea7dd6bf0b/pyproj/_crs.pyx#L514

> Something like this ? Yes, that would be great to add to `from_user_input`.

The original issue #1485 had confusion as the user was using `from_user_input`. So, I think that it would be good to ensure that we add a note inside that method....

You are using an old python and pyproj version. Are you able to upgrade to the latest stable versions and verify the issue still exists?

The geodesic functions use c functions from PROJ which are imported from the GeographicLib library you reference (https://proj.org/en/9.2/geodesic.html). To get the logic in pyproj, the logic will need to be...

Related: - https://github.com/jrversteegh/geofun - https://github.com/OSGeo/PROJ/issues/3855