python-geopandas 0.14.2-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.

 -- Bas Couwenberg <email address hidden>  Fri, 05 Jan 2024 06:32:36 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-geopandas_0.14.2-1.dsc 2.4 KiB 395e3850dbe10abafbf71109cd83f693b22bc7febff6dae7fd28d85f2994e751
python-geopandas_0.14.2.orig.tar.gz 6.1 MiB 1810db30567ba409c5a7e86231ccc760aa755710b6b7ef118f2d4a88783f4007
python-geopandas_0.14.2-1.debian.tar.xz 1.3 MiB 231524f107d433f77ae6ea7522078a40a55e45b5cfca2e656005ca8d6eba137b

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.