python-geopandas 0.14.3-2 source package in Ubuntu

Changelog

python-geopandas (0.14.3-2) unstable; urgency=medium

  * Team upload.

  [ Rebecca N. Palmer ]
  * Tests: ignore int32 vs int64 (closes: #1063435)

 -- Bas Couwenberg <email address hidden>  Sat, 17 Feb 2024 08:31:24 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-geopandas_0.14.3-2.dsc 2.4 KiB a4927c8fdf09495be7ab8602c6e37af6908f4531e4bd2b8791e9e00a4e5060bd
python-geopandas_0.14.3.orig.tar.gz 6.1 MiB e4c3bac0f9db6c28c65d1c96bcd75a7906b6c45b6da184ca4d635fb39268794b
python-geopandas_0.14.3-2.debian.tar.xz 1.3 MiB 0baf93dc9e3ed51b3977e1e2cec4cb857e25a1f99c9f67fce0b6ce47d3d6afe0

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.