python-geopandas 0.13.2-3 source package in Ubuntu

Changelog

python-geopandas (0.13.2-3) unstable; urgency=medium

  * Team upload.
  * Don't run autopkgtest on s390x, big endian not supported.

 -- Bas Couwenberg <email address hidden>  Mon, 24 Jul 2023 06:36:32 +0200

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-geopandas_0.13.2-3.dsc 2.4 KiB f9625ba06178096c10d65359d7c77092c99c9261b4ae54d8197886f8377e4614
python-geopandas_0.13.2.orig.tar.gz 6.1 MiB c4d36b5e8ccfad3482f72f70b7c2b9d87ef1d0fc939347ee490ea70455bb757f
python-geopandas_0.13.2-3.debian.tar.xz 1.3 MiB 19f412c8ef0ffba37a42599ebe25a6967fa7aab5a1ca9113609918ae0cb5e19c

Available diffs

No changes file available.

Binary packages built by this source

python3-geopandas: Python3 tools for geographic data

 GeoPandas is a project to add support for geographic data to
 pandas objects. It currently implements
 `GeoSeries` and `GeoDataFrame` types which are subclasses of
 `pandas.Series` and `pandas.DataFrame` respectively. GeoPandas
 objects can act on shapely geometry objects and perform geometric operations.
 .
 GeoPandas geometry operations are cartesian. The coordinate reference
 system (crs) can be stored as an attribute on an object, and is
 automatically set when loading from a file. Objects may be
 transformed to new coordinate systems with the `to_crs()` method.
 There is currently no enforcement of like coordinates for operations,
 but that may change in the future.
 .
 This package contains the Python 3 version of the library.