python-geopandas 0.14.4-1 source package in Ubuntu

Changelog

python-geopandas (0.14.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Drop obsolete python3-{mock,six} (build) dependencies.
    (closes: #1064866)
  * Refresh patches.

 -- Bas Couwenberg <email address hidden>  Sun, 28 Apr 2024 20:02:57 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-geopandas_0.14.4-1.dsc 2.4 KiB db6d73f727852c9f14aa7ec339f465bc24ac711569f6e99e4a18265c87c7b2c0
python-geopandas_0.14.4.orig.tar.gz 6.1 MiB 9c36717e733dd2dfa0bccbddf92fef11683ca8a6f48727d15d21ef96d7e7c87f
python-geopandas_0.14.4-1.debian.tar.xz 1.3 MiB 12f7564d7e493ac671ddfee1347358d42e6de109ea372b2d95d06388d40b6cb7

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.