python-geopandas 0.12.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.
  * Refresh patches.

 -- Bas Couwenberg <email address hidden>  Sat, 29 Oct 2022 13:52:07 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-geopandas_0.12.1-1.dsc 2.4 KiB 3e122f5e90789a59fcc52ded0064ffdd1e903665b4d8333f2839357badfeb3f4
python-geopandas_0.12.1.orig.tar.gz 6.1 MiB a2b0970a4655b31f967e99c4d7c861235ae263186ec039fbe997c37535b03740
python-geopandas_0.12.1-1.debian.tar.xz 1.3 MiB 56dce1d483cd1983a23feb26a24ecdf13a915b5c928465fe322cf8d6dd9ce1fb

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.