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

python313-pyogrio-0.13.0-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python313-pyogrio Distribution: openSUSE Tumbleweed
Version: 0.13.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Jul 28 09:30:30 2026
Group: Unspecified Build host: reproducible
Size: 2932933 Source RPM: python-pyogrio-0.13.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/geopandas/pyogrio
Summary: Vectorized spatial vector file format I/O using GDAL/OGR
Pyogrio provides a GeoPandas-oriented API to OGR vector
data sources, such as ESRI Shapefile, GeoPackage, and GeoJSON. Vector data sources
have geometries, such as points, lines, or polygons, and associated records
with potentially many columns worth of data.

Pyogrio uses a vectorized approach for reading and writing GeoDataFrames to and
from OGR vector data sources in order to give you faster interoperability. It
uses pre-compiled bindings for GDAL/OGR so that the performance is primarily
limited by the underlying I/O speed of data source drivers in GDAL/OGR rather
than multiple steps of converting to and from Python data types within Python.

Provides

Requires

License

MIT

Changelog

* Tue Jul 28 2026 Ben Greiner <code@bnavigator.de>
  - Update to 0.13.0
    [#]# Improvements
    * Support reading Time type columns by default (was already supported with use_arrow=False) (#617).
    * Add list_drivers_details() function to list the available drivers with more
      detailed properties like the long driver names, whether read/append/write is
      supported by the driver, the help topic URL, etc (#656).
    * Add whether append is supported in list_drivers (#559)
    * Add vsi_curl_clear_cache() function to allow users to clear the local GDAL vsi cache
      associated with /vsicurl/ (and related file systems) (#605).
    * Improve performance of read_dataframe (especially if a filter is used)
      and write_dataframe without Arrow (#577, #674).
    * Unlock the GIL during GDAL functions that can take significant time to improve
      performance when multithreading (#572).
    [#]# Bug fixes
    * Fix error in write_dataframe with use_arrow=False when writing an object-type
      column with datetimes without any time zone offsets or with a mix of offsets and
      no offsets (#634).
    * Fix writing non-string object columns with arrow (#630).
    * Fix writing empty string category columns with arrow fails (#621).
    * Fix overwriting a corrupt fileGDB directory (#600).
    * Fix attribute data being incorrectly written with KML driver (#650).
* Wed Apr 08 2026 Dirk Müller <dmueller@suse.com>
  - update to 0.12.1:
    * Fix regression in reading date columns
    * Fix regression in `read_dataframe` when `use_arrow=True` and
      `columns` is used to filter out columns of some specific types
  - update to 0.12.0:
    * Return JSON fields (as identified by GDAL) as dicts/lists in
      `read_dataframe`; these were previously returned as strings (#556).
    * Drop support for GDAL 3.4 and 3.5 (#584).
    * Add `datetime_as_string` and `mixed_offsets_as_utc`
      parameters to `read_dataframe` to choose the way datetime
      columns are returned + several fixes when reading and
      writing datetimes (#486).
    * Add listing of GDAL data types and subtypes to `read_info`
    * Add support to read list fields without arrow (#558, #597).
    * Fix decode error reading an sqlite file on Windows (#568).
    * Fix wrong layer name when creating .gpkg.zip file (#570).
    * Fix segfault on providing an invalid value for `layer` in
      `read_info` (#564).
    * Fix error when reading data with ``use_arrow=True`` after
      having used the Parquet driver with GDAL>=3.12 (#601).
* Mon Sep 22 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.11.1
    * Compatibility with Shapely >= 2.1 to avoid triggering a deprecation warning at
      import (#542).
    * Fix reading with a `skip_features` larger than the available number of
      features to ensure this consistently returns an empty result for all file
      formats (#550).
  - from version 0.11.0
    * Capture all errors logged by gdal when opening a file fails (#495).
    * Add support to read and write ".gpkg.zip" (GDAL >= 3.7), ".shp.zip", and ".shz"
      files (#527).
    * Compatibility with the string dtype in the upcoming pandas 3.0 release (#493).
    * Fix WKB writing on big-endian systems (#497).
    * Fix writing fids to e.g. GPKG file with `use_arrow` (#511).
    * Fix error in `write_dataframe` when writing an empty or all-None object
      column with `use_arrow` (#512).
    * The GDAL library included in the wheels is upgraded from 3.9.2 to 3.10.3 (#499).
  - from version 0.10.0
    * Add support to read, write, list, and remove `/vsimem/` files (#457).
    * Raise specific error when trying to read non-UTF-8 file with
      `use_arrow=True` (#490).
    * Silence warning from `write_dataframe` with `GeoSeries.notna()` (#435).
    * Enable mask & bbox filter when geometry column not read (#431).
    * Raise `NotImplementedError` when user attempts to write to an open file handle (#442).
    * Prevent seek on read from compressed inputs (#443).
    * For the conda-forge package, change the dependency from `libgdal` to
      `libgdal-core`. This package is significantly smaller as it doesn't contain
      some large GDAL plugins. Extra plugins can be installed as seperate conda
      packages if needed: more info [here](https://gdal.org/download.html#conda).
      This also leads to `pyproj` becoming an optional dependency; you will need
      to install `pyproj` in order to support spatial reference systems (#452).
    * The GDAL library included in the wheels is updated from 3.8.5 to GDAL 3.9.2 (#466).
    * pyogrio now requires a minimum version of Python >= 3.9 (#473).
    * Wheels are now available for Python 3.13.
  - Drop skip-test.patch, merged upstream
  - Stop removing pyogrio/arrow_bridge.h and pyogrio/_io.pxd from source tree
* Mon Feb 24 2025 Markéta Machová <mmachova@suse.com>
  - Add upstream skip-test.patch to fix build
* Mon Sep 02 2024 Ben Greiner <code@bnavigator.de>
  - Initial specfile for v0.9.0
  - Required by geopandas 1.0

Files

/usr/lib64/python3.13/site-packages/pyogrio
/usr/lib64/python3.13/site-packages/pyogrio-0.13.0.dist-info
/usr/lib64/python3.13/site-packages/pyogrio-0.13.0.dist-info/INSTALLER
/usr/lib64/python3.13/site-packages/pyogrio-0.13.0.dist-info/METADATA
/usr/lib64/python3.13/site-packages/pyogrio-0.13.0.dist-info/RECORD
/usr/lib64/python3.13/site-packages/pyogrio-0.13.0.dist-info/REQUESTED
/usr/lib64/python3.13/site-packages/pyogrio-0.13.0.dist-info/WHEEL
/usr/lib64/python3.13/site-packages/pyogrio-0.13.0.dist-info/licenses
/usr/lib64/python3.13/site-packages/pyogrio-0.13.0.dist-info/licenses/LICENSE
/usr/lib64/python3.13/site-packages/pyogrio-0.13.0.dist-info/top_level.txt
/usr/lib64/python3.13/site-packages/pyogrio/__init__.py
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/__init__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/_compat.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/_compat.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/_env.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/_env.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/_version.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/_version.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/core.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/core.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/errors.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/errors.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/geopandas.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/geopandas.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/raw.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/raw.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/util.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/__pycache__/util.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/_compat.py
/usr/lib64/python3.13/site-packages/pyogrio/_env.py
/usr/lib64/python3.13/site-packages/pyogrio/_err.cpython-313-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/pyogrio/_geometry.cpython-313-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/pyogrio/_io.cpython-313-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/pyogrio/_ogr.cpython-313-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/pyogrio/_version.py
/usr/lib64/python3.13/site-packages/pyogrio/_vsi.cpython-313-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/pyogrio/core.py
/usr/lib64/python3.13/site-packages/pyogrio/errors.py
/usr/lib64/python3.13/site-packages/pyogrio/geopandas.py
/usr/lib64/python3.13/site-packages/pyogrio/raw.py
/usr/lib64/python3.13/site-packages/pyogrio/tests
/usr/lib64/python3.13/site-packages/pyogrio/tests/__init__.py
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/__init__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/conftest.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/conftest.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_arrow.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_arrow.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_core.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_core.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_geopandas_io.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_geopandas_io.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_path.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_path.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_raw_io.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_raw_io.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_util.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/__pycache__/test_util.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pyogrio/tests/conftest.py
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/README.md
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/curve.gpkg
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/curvepolygon.gpkg
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/line_zm.gpkg
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/list_field_values_file.parquet
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/list_nested_struct_file.parquet
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/multisurface.gpkg
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/naturalearth_lowres
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.cpg
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.dbf
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.prj
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shp
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shx
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/sample.osm.pbf
/usr/lib64/python3.13/site-packages/pyogrio/tests/fixtures/test_gpkg_nulls.gpkg
/usr/lib64/python3.13/site-packages/pyogrio/tests/test_arrow.py
/usr/lib64/python3.13/site-packages/pyogrio/tests/test_core.py
/usr/lib64/python3.13/site-packages/pyogrio/tests/test_geopandas_io.py
/usr/lib64/python3.13/site-packages/pyogrio/tests/test_path.py
/usr/lib64/python3.13/site-packages/pyogrio/tests/test_raw_io.py
/usr/lib64/python3.13/site-packages/pyogrio/tests/test_util.py
/usr/lib64/python3.13/site-packages/pyogrio/util.py
/usr/share/doc/packages/python313-pyogrio
/usr/share/doc/packages/python313-pyogrio/README.md
/usr/share/licenses/python313-pyogrio
/usr/share/licenses/python313-pyogrio/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 9 15:46:50 2026