python-geopandas 0.14.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.

 -- Bas Couwenberg <email address hidden>  Sat, 11 Nov 2023 14:25:33 +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.1-1.dsc 2.4 KiB 29b8dfa53b931db5dc70bf51c98e0bb21621bb47f5322639db4c4fd4b5ceda3a
python-geopandas_0.14.1.orig.tar.gz 6.1 MiB 7269fdee9c585c5dd96bd96a2235d0520a9e34189a014ee54e9dc4e926da3c03
python-geopandas_0.14.1-1.debian.tar.xz 1.3 MiB 977a6aaeb3c4ba389e8ec3caf14c7f82c96b0426d933368d41d70eb22816086f

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.