1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 07, 2024 — Dec 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DEP: Minimum PROJ version 9.0 (#1244) More... almost 3 years ago
TST: Update transformer test_repr__conditional (#1241) More... almost 3 years ago
LNT: Update pre-commit pins (#1242) More... almost 3 years ago
ENH: Added only_best kwarg to Transformer.from_crs (#1236) More... almost 3 years ago
CI: Remove PROJ pin in conda tests (#1234) More... almost 3 years ago
Bump pypa/cibuildwheel from 2.11.4 to 2.12.0 (#1232) More... almost 3 years ago
CLN: Remove PROJ enum values in definition (#1227) More... almost 3 years ago
TST: Update test_transform_bounds__ignore_inf for PROJ 9.2+ (#1225) More... almost 3 years ago
Update @greglucas as a contributor More... almost 3 years ago
MNT: Copyright year to 2023 More... almost 3 years ago
BUG: Fix Derived Projected CRS support (#1222) More... almost 3 years ago
Bump pypa/cibuildwheel from 2.11.3 to 2.11.4 (#1221) More... almost 3 years ago
CLN: Remove AzumuthalEquidistantConversion & LambertAzumuthalEqualAreaConversion (#1220) More... almost 3 years ago
REF: Raise error when CRS.to_wkt, CRS.to_json, or CRS.to_proj4 returns None (#1218) More... almost 3 years ago
REF: Use cdef blocks (#1217) More... almost 3 years ago
TST:geod: Use scalar_and_array in fwd/inv tests (#1216) More... almost 3 years ago
TST:geod: Separate geodesic tests for clarity (#1215) More... almost 3 years ago
CLN: Remove clear method from pyproj exceptions (#1214) More... almost 3 years ago
TST: update nad83 to nad27 tests for grids (#1213) More... almost 3 years ago
PERF: Add scalar optimized Geod fwd/inv functions (#1206) More... almost 3 years ago
PERF: Optimize point transformations (#1204) More... almost 3 years ago
TST: move tests using NADCON grids to test_transform (#1211) More... almost 3 years ago
TST: Fix expected tranform grid list for bbox (#1210) More... almost 3 years ago
Merge pull request #1209 from greglucas/perf-updates More... almost 3 years ago
PERF: Store internal PROJ error messages in Cython More... almost 3 years ago
PERF: Avoid dictionary lookup in transform() calls More... almost 3 years ago
PERF: Use isinstance in get_pj_direction (#1208) More... almost 3 years ago
Merge pull request #1165 from talos-gis/return_back_azimuth More... almost 3 years ago
geod.py - Add `return_back_azimuth: Optional[bool] = None` to `inv_intermediate` and `fwd_intermediate` (`.. versionadded:: 3.5.0 return_back_azimuth`) to allow compatibility between the azimuth output of `fwd`/`fwd_intermediate` and to emit warning for the braking change; update `npts` to override the new default. test_geod.py - update tests for the new default and add some new tests for new functionality history.rst - document this change More... almost 3 years ago
Add `return_back_azimuth: bool` to _inv_or_fwd_intermediate More... almost 3 years ago