Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-pyproj-2.6.1.post1-bp153.1.19 RPM for aarch64

From OpenSuSE Leap 15.3 for aarch64

Name: python3-pyproj Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.6.1.post1 Vendor: openSUSE
Release: bp153.1.19 Build date: Sat Mar 6 20:27:35 2021
Group: Development/Languages/Python Build host: obs-arm-8
Size: 2022035 Source RPM: python-pyproj-2.6.1.post1-bp153.1.19.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pyproj4/pyproj
Summary: Python interface to PROJ library
Performs cartographic transformations and geodetic computations.

The 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.

Input coordinates can be given as python arrays, lists/tuples, scalars or
numpy/Numeric/numarray arrays. Optimized for objects that support the Python
buffer protocol (regular python and numpy array objects).

This project has a git repository https://github.com/pyproj4/pyproj
where you may access the most up-to-date source.

Provides

Requires

License

SUSE-Public-Domain AND X11

Changelog

* Tue May 19 2020 Libor Pechacek <lpechacek@suse.com>
  - Update to 2.6.1.post1
    * WHL: Wheels contain PROJ version is 7.0.1
    * BUG: Allow *_name to be added in pyproj.crs.CRS.to_cf()
      (issue #585)
    * BUG: Fix building prime meridian in pyproj.crs.CRS.from_cf()
      (pull #588)
    * BUG: Fix check for numpy bool True kwarg (pull #590)
    * DOC: Update pyproj.Proj docstrings for clarity (issue #584)
    * Added pyproj.__proj_version__
    * BUG: Fix pyproj.proj.Proj.get_factors() (issue #600)
    * BUG: fix unequal (!=) with non-CRS type (pull #596)
* Thu Apr 23 2020 Martin Pluskal <mpluskal@suse.com>
  - Simplify spec file
* Wed Mar 18 2020 Libor Pechacek <lpechacek@suse.com>
  - Update to 2.6.0
    * ENH: Added pyproj.proj.Proj.get_factors (issue #503)
    * ENH: Added type hints (issue #369)
    * BUG: Don't use CRS classes for defaults in CRS child class init
      signatures (issue #554)
    * ENH: Updated :pyproj.crs.CRS.axis_info to pull all relevant axis
      information from CRS (issue #557)
    * ENH: Added pyproj.transformer.Transform.__eq__ (issue #559)
    * ENH: Added pyproj.crs.CRS.utm_zone (issue #561)
    * BUG: Modify CRS dict test to accomodate numpy bool types.
      (issue #564)
    * BUG: Fix pipeline transformations to match cct (issue #565)
    * BUG: Don't silently ignore kwargs when projparams are
      specified (Proj & CRS) (issue #565)
* Mon Feb 24 2020 Libor Pechacek <lpechacek@suse.com>
  - Update to 2.5.0
    * Wheels contain PROJ version is 6.3.1
    * Remove deprecated PyObject_AsWriteBuffer (issue #495)
    * ENH: Added pyproj.crs.CRS.equals with ignore_axis_order kwarg
      (issue #493)
    * ENH: Added pyproj.crs.CoordinateSystem.from_json,
      pyproj.crs.CoordinateSystem.from_json_dict, and
      pyproj.crs.CoordinateSystem.from_string (pull #501)
    * ENH: Added pyproj.crs.CoordinateSystem to pyproj.crs
      namespace (pull #501)
    * ENH: Added pyproj.crs.CoordinateSystem.from_user_input,
      pyproj.crs.CoordinateOperation.from_user_input,
      pyproj.crs.Datum.from_user_input,
      pyproj.crs.PrimeMeridian.from_user_input,
      pyproj.crs.Ellipsoid.from_user_input (pull #502)
    * ENH: Added pyproj.crs.CoordinateSystem.from_name,
      pyproj.crs.CoordinateOperation.from_name,
      pyproj.crs.Datum.from_name,
      :meth:pyproj.crs.PrimeMeridian.from_name,
      pyproj.crs.Ellipsoid.from_name (pull #505)
    * BUG: Fix getting :attr:pyproj.crs.Ellipsoid.semi_minor_metre
      when not computed (issue #457)
    * ENH: Added support for custom CRS (issue #389)
    * ENH: Added enumeration for WKT2_2019 (issue #526)
    * ENH: Update from_cf/to_cf to use WKT instead of PROJ strings
      for internal management (issue #515)
* Mon Dec 02 2019 Libor Pechacek <lpechacek@suse.com>
  - Update to 2.4.2.post1
    * Elevate +init= warning to FutureWarning (pull #486)
    * Add UserWarning to to_proj4() (pull #486)
    * BUG: Fix for 32-bit i686 plaforms (issue #481)
    * Return ‘inf’ in Proj instead of 1.e30 (pull #491)
* Wed Nov 06 2019 Libor Pechacek <lpechacek@suse.com>
  - Update to 2.4.1
    * Wheels contain PROJ version is 6.2.1 (issue #456)
    * Wheels for Linux x86_64 use manylinux2010
      (pyproj4/pyproj-wheels/pull/18)
    * BUG: Fix setting lat_ts for mercator projection in
      CRS.from_cf() and CRS.to_cf() (issue #461)
    * BUG: latlon -> longlat in CRS.from_cf() for o_proj so
      behavior consistent in PROJ 6.2.0 and 6.2.1 (pull #472)
    * ENH: Add repr for pyproj.crs.CoordinateOperation and for
      pyproj.transformer.TransformerGroup (pull #464)
* Mon Nov 04 2019 Libor Pechacek <lpechacek@suse.com>
  - Packaging: build only for Python 3 (requirement since v2.2.3), update package
    description and upstream URL, require Shapely, require PROJ >= 6.2.0
  - Update to 2.4.0
    * Minimum PROJ version is 6.2.0 (issue #411)
    * Removed global pyproj context (issue #418)
    * Added support for PROJ JSON in pyproj.crs objects and pyproj.Transformer
      (pull #432)
    * Moved doctests code out of pyproj.__init__ (issue #417)
    * Added version information to python -m pyproj (pull #429)
    * Added scope & remarks to pyproj.crs objects and pyproj.Transformer
      (issue #441)
    * Added operations to pyproj.crs.CoordinateOperation objects and
      pyproj.Transformer (issue #441)
    * Added pyproj.get_authorities() and pyproj.get_codes() (issue #440)
    * Release gil in core cython/PROJ code (issue #386)
    * BUG: Added checks for unititialized pyproj.crs objects to prevent core
      dumping (issue #433)
    * BUG: Added fix for get_transform_crs when checking type (pull #439)
    * DOC: Build docs with python3 (pull #428)
  - Update to 2.3.1
    * Added cleanup for internal PROJ errors (issue #184)
    * Delay checking for pyproj data directory until importing pyproj (issue #415)
    * Address issue where PROJ core dumps on proj_create with +init= when global
      context does not have data directory set (issue #415 & issue #368)
  - Update to 2.2.3
    * Minimum supported Python version 3.5 (issue #331)
    + New pyproj.geod.Geod additions:
    * Added support for calculating geodesic area
      (Geod.polygon_area_perimeter())
    * and added interface to calculate total length of a line
    * (Geod.line_length() & Geod.line_lengths()) (issue #210).
    * Added support for calculating geodesic area and line lemgths with
      shapely geometries (Geod.geometry_area_perimeter() &
      Geod.geometry_length()) (pull #366)
    + New pyproj.transformer additions:
    * Added pyproj.transformer.TransformerGroup to make all transformations
      available (issue #381)
    * Added option for area_of_interest for Transformer.from_crs(),
    * Transformer.from_proj() and pyproj.transformer.TransformerGroup
    * Added Transformer.area_of_use (issue #385)
    * Added pyproj.crs.CoordinateOperation.area_of_use (issue #385)
    * Updated to only have one PJ_CONTEXT per pyproj session (issue #374)
    * Always return latlon with Proj (issue #356)
    * Remove aenum dependency (issue #339)
    * Removed deprecated functions/properties Proj.proj_version, CRS.is_valid,
      and CRS.to_geodetic() (pull #371)
    * Search on sys.prefix for the PROJ data directory (issue #387)
  - Update to 2.2.2
    * Update wheels to PROJ 6.1.1
    * Add deprecation warning when using +init= syntax (pull #358)
    * Added pyproj.crs.is_proj() (pull #359)
    * Fixed case in CRS.to_dict() with CRS.to_proj4() returning None (pull #359)
    * Keep no_defs in input PROJ string as it does not hurt/help anything in
      current code (pull #359)
    * Made public properties on C classes readonly (pull #359)
    * Update data dir exception handling to prevent ignoring errors (pull #361)
    * CRS.to_cf() export transverse mercator parameters for UTM zones (pull #362)
  - Update to 2.2.1
    * Added pyproj.show_versions() (issue #334)
    * Added fix for whitepace around ‘=’ in PROJ strings (issue #345)
    * Update version check in setup.py (issue #323)
    * Add “stable” doc site pointing to latest release (issue #347, pull #348)
    * Depreate Proj.proj_version (pull #337)
    * Test fixes (pull #333, pull #335)
* Wed Jun 12 2019 Todd R <toddrme2178@gmail.com>
  - Update to 2.2.0
    * Minimum PROJ version is now 6.1.0
    + `pyproj.crs` updates:
    * Updated CRS repr (issue #264)
    * Add Datum, CoordinateSystem, CoordinateOperation clases (issue #262)
    * Added :meth:`~pyproj.crs.CRS.to_cf` and :meth:`~pyproj.crs.CRS.from_cf` for
      converting to/from Climate and Forcast (CF) 1.8 grid mappings (pull #244)
    * Added :meth:`~pyproj.crs.CRS.to_dict` (issue #226)
    * Added :meth:`~pyproj.crs.CRS.to_authority` (pull #294)
    * Added :attr:`~pyproj.crs.CRS.is_vertical` and :attr:`~pyproj.crs.CRS.is_engineering` (issue #316)
    * Added :attr:`~pyproj.crs.CRS.target_crs` (pull #328)
    * Provide option to "pretty print" WKT in :attr:`~pyproj.crs.CRS.to_wkt` (issue #258)
    * Add support for Bound and Compound CRS for :attr:`~pyproj.crs.CRS.is_geographic`, :attr:`~pyproj.crs.CRS.is_projected` (issue #274)
    * Add support for Bound CRS for :attr:`~pyproj.crs.CRS.is_geocentric` (issue #374)
    * Add support for comparison with CRS a non-crs type supported by :meth:`~pyproj.crs.CRS.from_user_input` (issue #312)
    * Added support for ITRF, compound EPSG, and urn projection strings in CRS (pull #289)
    * Better handle Compound CRS (issue #265)
    * Disallow creation of non-CRS object (eg pipeline) in CRS class (issue #267)
    * Added check in :meth:`~pyproj.crs.CRS.to_epsg` for when `proj_list` is null (issue #257)
    * Fix comparing classes of non-instance types (issue #310)
    +  `pyroj.transformer` updates:
    * Added `always_xy` option to Transformer so the transform method will
      always accept as input and return as output coordinates using the
      traditional GIS order, that is longitude, latitudecfor geographic
      CRS and easting, northing for most projected CRS (issue #225)
    * Provide `direction` option in :meth:`~pyproj.transformer.Transformer.transform` (issue #266)
    * Add check for valid initialization of Transformer and ensure it is a transformer (issue #321)
    * Added :meth:`~pyproj.transformer.Transformer.to_wkt` as well as attributes related to `PJ_PROJ_INFO` (pull #322)
    * Undo deprecation of :meth:`~pyproj.transformer.Transformer.from_crs` (issue #275)
    * Fix false positive errors raised in transformer (issue #249)
    * Fix :class:`~pyproj.proj.Proj` initialization from DerivedGeographicCRS (issue #270)
    * Add interface to get the projection/ellps/prime_meridian/units lists (issue #251)
    * Docs/Build/Test fixes (pull #278, pull #245, pull #248, pull #247, issue #253, pull #252)
  - Update to 2.1.3
    * Added support for time transformations (issue #208)
    * Fixed projection equivalence testing for transformations (pull #231).
    * Switch to pytest for testing (pull #230)
    * Various testing fixes (pull #223, #222, #221, #220)
    * Convert PROJ error messages from bytes to strings (pull #219)
    * Fix data dir path separator to be (;) for windows and (:) for linux (pull #234)
  - Update to 2.1.2
    * Updated to use the CRS definition for Proj instances in transforms (issue #207)
    * Add option to skip tranformation operation if input and output projections are equivalent
      and always skip if the input and output projections are exact (issue #128)
    * Update setup.py method for checking PROJ version (pull #211)
    * Add internal proj error log messages to exceptions (pull #215)
  - Update to 2.1.1
    * Restore behavior of 1.9.6 when illegal projection transformation requested
      (return ``inf`` instead of raising an exception, issue #202).  kwarg ``errcheck``
      added to :func:`~pyproj.transformer.transform` and :func:`~pyproj.transformer.itransform`
      (default ``False``). When ``errcheck=True`` an exception is raised.
  - Update to 2.1.0
    * Added :class:`~pyproj.transformer.Transformer` to make repetitive transformations more efficient (issue #187)
    * Added fix for using local datumgrids with transform (issue #191)
    * Added :meth:`~pyproj.transformer.Transformer.from_pipeline` to support pipeline transformations.
    * Added fix for conversion between radians/degrees for transformations (issues #192 & #195)
  - Update to 2.0.2
    * add filter for boolean values in dict2string so "no_rot=True" works (issue #183).
    * make sure .pxd files included in source tarball.
    * add radians flag back in for transform/itransform (issue #185).
  - Run unit tests
  - Fix dependencies
* Mon Mar 11 2019 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2.0.1:
    * Ensure data path set properly for TransProj (pull request #179,
      addressed issue #176).
  - Changes for version 2.0.0:
    * Update to PROJ.4 version 6.0.0 & removed support for older
      PROJ.4 versions.
    * Added pyproj.CRS class.
    * Updated pyproj.Proj & pyproj.transform to accept any input
      from CRS.from_user_input.
    * Removed internal PROJ.4 source code.
    * Changed default for preserve_units to be True in pyproj.Proj
      class initialization.
    * Modified logic for searching for the PROJ.4 data directory to
      not conflict with older versions of PROJ.4.
    * Added pyproject.toml.
  - Temporarily disable tests
* Tue Feb 05 2019 Bruno Friedmann <bruno@ioda-net.ch>
  - update to 1.9.6 (python3.7 support)
  - spec-cleaner minimal
* Tue May 15 2018 bruno@ioda-net.ch
  - Packaging :
    + move to python singlespec
    + use %check and run unit tests for version >= 1500
    + spec-cleaner (date/license)
  - update upstream release 1.9.5.1
    * fix for issue #42 compilation error with microsoft visual studio
    + 1.9.5
    * update proj4 source to latest github master commit 953cc00f
    * port of basemap fix for input arrays in fortran order
    * restore inverse Hammer patch that was lost when proj4 source
      code was updated.
* Fri Oct 23 2015 bruno@ioda-net.ch
  - Packaging : merged package to python-pyproj src in App:Geo
* Wed Oct 21 2015 bruno@ioda-net.ch
  - update upstream release 1.9.4
    + 1.9.4 (git tag v1.9.4rel)
    * migrate to github from googlecode.
    * update proj4 source code from svn r2595 (version 4.9.0RC2).
    * include runtime_library_dirs in setup-proj.py.
    * added to_latlong method (issue 51).
    * fix back azimuth when lon1 and lon2 are identical.
    + 1.9.3 (svn revision 327)
    * Geod now uses C code adapted from geographiclib now included
    in proj4 source,  instead of pure python code directly from
      geographiclib.
    * make radians=True work with Geod.npts (issue 47).
    * allow PROJ_DIR env var to control location of proj data
      (issue 40).
    + 1.9.2 (svn revision 301)
    * updated proj4 src to 4.8.0 - includes two new map
      projections (natearth and isea).
    + 1.9.1 (svn revision 285)
    * restore compatibility with python 2.4/2.5, which was broken
      by the addition of the geographiclib geodesic
      module (issue 36).
  - packaging
    + create equivalent python3 package
    + cleanup spec format

Files

/usr/lib64/python3.6/site-packages/pyproj
/usr/lib64/python3.6/site-packages/pyproj-2.6.1.post1-py3.6.egg-info
/usr/lib64/python3.6/site-packages/pyproj-2.6.1.post1-py3.6.egg-info/PKG-INFO
/usr/lib64/python3.6/site-packages/pyproj-2.6.1.post1-py3.6.egg-info/SOURCES.txt
/usr/lib64/python3.6/site-packages/pyproj-2.6.1.post1-py3.6.egg-info/dependency_links.txt
/usr/lib64/python3.6/site-packages/pyproj-2.6.1.post1-py3.6.egg-info/top_level.txt
/usr/lib64/python3.6/site-packages/pyproj/__init__.py
/usr/lib64/python3.6/site-packages/pyproj/__main__.py
/usr/lib64/python3.6/site-packages/pyproj/__pycache__
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/__main__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/_show_versions.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/_show_versions.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/compat.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/datadir.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/datadir.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/enums.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/enums.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/exceptions.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/geod.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/geod.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/proj.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/proj.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/transformer.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/transformer.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/__pycache__/utils.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/_crs.cpython-36m-aarch64-linux-gnu.so
/usr/lib64/python3.6/site-packages/pyproj/_datadir.cpython-36m-aarch64-linux-gnu.so
/usr/lib64/python3.6/site-packages/pyproj/_geod.cpython-36m-aarch64-linux-gnu.so
/usr/lib64/python3.6/site-packages/pyproj/_list.cpython-36m-aarch64-linux-gnu.so
/usr/lib64/python3.6/site-packages/pyproj/_proj.cpython-36m-aarch64-linux-gnu.so
/usr/lib64/python3.6/site-packages/pyproj/_show_versions.py
/usr/lib64/python3.6/site-packages/pyproj/_transformer.cpython-36m-aarch64-linux-gnu.so
/usr/lib64/python3.6/site-packages/pyproj/compat.py
/usr/lib64/python3.6/site-packages/pyproj/crs
/usr/lib64/python3.6/site-packages/pyproj/crs/__init__.py
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/_cf1x8.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/_cf1x8.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/coordinate_operation.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/coordinate_operation.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/coordinate_system.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/coordinate_system.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/crs.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/crs.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/datum.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/datum.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/enums.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/__pycache__/enums.cpython-36.pyc
/usr/lib64/python3.6/site-packages/pyproj/crs/_cf1x8.py
/usr/lib64/python3.6/site-packages/pyproj/crs/coordinate_operation.py
/usr/lib64/python3.6/site-packages/pyproj/crs/coordinate_system.py
/usr/lib64/python3.6/site-packages/pyproj/crs/crs.py
/usr/lib64/python3.6/site-packages/pyproj/crs/datum.py
/usr/lib64/python3.6/site-packages/pyproj/crs/enums.py
/usr/lib64/python3.6/site-packages/pyproj/datadir.py
/usr/lib64/python3.6/site-packages/pyproj/enums.py
/usr/lib64/python3.6/site-packages/pyproj/exceptions.py
/usr/lib64/python3.6/site-packages/pyproj/geod.py
/usr/lib64/python3.6/site-packages/pyproj/proj.py
/usr/lib64/python3.6/site-packages/pyproj/transformer.py
/usr/lib64/python3.6/site-packages/pyproj/utils.py
/usr/share/doc/packages/python3-pyproj
/usr/share/doc/packages/python3-pyproj/README.md
/usr/share/licenses/python3-pyproj
/usr/share/licenses/python3-pyproj/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:55:59 2024