Path to this page:
./
geography/py-proj,
Python interface to PROJ.4 library
Branch: CURRENT,
Version: 3.7.0nb3,
Package name: py312-proj-3.7.0nb3,
Maintainer: gdtThe 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 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
Required to run:[
devel/py-setuptools] [
geography/proj] [
lang/python37]
Required to build:[
devel/py-cython] [
pkgtools/cwrappers]
Master sites:
Filesize: 220.29 KB
Version history: (Expand)
- (2024-11-15) Updated to version: py312-proj-3.7.0nb3
- (2024-11-01) Updated to version: py312-proj-3.7.0nb2
- (2024-11-01) Updated to version: py312-proj-3.7.0nb1
- (2024-10-01) Updated to version: py312-proj-3.7.0
- (2024-09-05) Updated to version: py312-proj-3.6.1
- (2024-09-01) Updated to version: py312-proj-3.2.1nb10
CVS history: (Expand)
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-10-01 15:28:27 by Greg Troxel | Files touched by this commit (3) |
Log message:
geography/py-proj: Update to 3.7.0
(Tests fail with environment issues, but one can load pyproj outside
of the test environment. Filed upstream.)
Enhancements:
* PERF: drop GIL during long-running proj database calls by @tpwrules in \
https://github.com/pyproj4/pyproj/pull/1354
* PERF: thread local context by @snowman2 in \
https://github.com/pyproj4/pyproj/pull/1419
* ENH: Add is_deprecated and get_non_deprecated() to CRS by @jjimenezshaw in \
https://github.com/pyproj4/pyproj/pull/1383
* ENH: Add runtime & compiled PROJ versions by @snowman2 in \
https://github.com/pyproj4/pyproj/pull/1427
|
2024-09-05 02:01:55 by Greg Troxel | Files touched by this commit (5) |
Log message:
geography/py-proj: Update to 3.6.1
This release was overdue, blocked by not having proj 8, and then by
not realizing it was no longer blocked.
Packaging changes: Drop patches because what they were patching is
just gone (mostly), and because Force= is now an error. Builds with
python 3.12, and we'll see how the bulk builds go. (I believe there
aren't really users, as I have received no complaints about it being
out of date.)
Upstream NEWS content, less bugfixes and minor improvements
3.6.1:
3.6.0:
DEP: Minimum supported Python version 3.9 by @snowman2 in #1245
ENH: Add CRS.to_2d() by @rhugonnet in #1267
ENH: Added allow_superseded kwargs to TransformerGroup by @dmahr1 in #1269
ENH: Added parameter output_axis_rule to CRS.to_wkt by @jjimenezshaw in #1287
3.5.0:
DEP: Minimum PROJ version 9.0 by @snowman2 in #1244
ENH: Add inplace kwarg to Geod.fwd and Geod.inv by @greglucas in #1201
ENH: Add return_back_azimuth kwarg to fwd, inv, fwd_intermediate, \
inv_intermediate by @idanmiara in #1165
ENH: Added only_best kwarg to Transformer.from_crs by @snowman2 in #1236
REF: Raise error when CRS.to_wkt, CRS.to_json, or CRS.to_proj4 returns None by \
@snowman2 in #1218
CLN: Remove AzumuthalEquidistantConversion & \
LambertAzumuthalEqualAreaConversion by @snowman2 in #1220
3.4.0:
ENH: Added authority, accuracy, and allow_ballpark kwargs to TransformerGroup \
by @snowman2 in #1076
ENH: Added force_over kwarg to Transformer.from_crs by @snowman2 in #1123
ENH: Added Transformer.get_last_used_operation by @snowman2 in #1124
CLN: Remove deprecated 'skip_equivalent' kwarg from transformers and \
'errcheck' kwarg from CRS.from_cf by @snowman2 in #1077
3.3.1:
ENH: warn when export of CRS returns None by @martinfleis in #1037
ENH: Added support for int-like strings and numpy dtypes by @iboates in #1049
ENH: Added support to pickle Transformer by @snowman2 in #1060
3.3.0:
ENH: Add support for transforming bounds at the poles in \
pyproj.transformer.Transformer.transform_bounds (pull #962)
ENH: Added pyproj.transformer.Transformer.source_crs & \
pyproj.transformer.Transformer.target_crs (pull #976)
ENH: Added pyproj.crs.coordinate_operation.PoleRotationNetCDFCFConversion \
(issue #948)
ENH: Added pyproj.database.get_database_metadata (issue #990)
ENH: Added PROJ database metadata to pyproj.show_versions (issue #990)
|
2024-09-01 16:56:36 by Greg Troxel | Files touched by this commit (30) | |
Log message:
*: revbump for proj update
less gdal, postgis, due to in-flight updates, to be handled separately
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|