python-geopandas 0.12.2-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.
    (closes: #1025613)

 -- Bas Couwenberg <email address hidden>  Sun, 11 Dec 2022 08:48:59 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-geopandas_0.12.2-1.dsc 2.3 KiB 2e633b53f62b9bd62421d9ce761e0f92c4566f0e81a6bcdcd50f9ace6a3e3b2b
python-geopandas_0.12.2.orig.tar.gz 6.1 MiB e6d8a35bc5150f067aafd8ec76ba488983c6b02e508914734dafdb233964cb27
python-geopandas_0.12.2-1.debian.tar.xz 1.3 MiB 910102764bc2ad56f25acd242f3cac5d62a7b83550feb10c0086a7add98d27dc

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.