python-geopandas 0.14.3-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.

 -- Bas Couwenberg <email address hidden>  Thu, 01 Feb 2024 05:35:27 +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.3-1.dsc 2.4 KiB 5cfa78bd92d7127600d6db6ab28c40bdfd674107711679de3a3d50899e270c46
python-geopandas_0.14.3.orig.tar.gz 6.1 MiB e4c3bac0f9db6c28c65d1c96bcd75a7906b6c45b6da184ca4d635fb39268794b
python-geopandas_0.14.3-1.debian.tar.xz 1.3 MiB 14658a1f03fd79d8426e1daa6bced3a53ecb59e4f3aa0bab02c75dd3d908d960

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.