python-geopandas 0.2.1-4 source package in Ubuntu

Changelog

python-geopandas (0.2.1-4) unstable; urgency=medium

  * Team upload.
  * Add patch to remove usage of assert_isinstance from pandas.
    (closes: #868964)
  * Bump Standards-Version to 4.0.0, no changes.
  * Add autopkgtest to test installability.

 -- Bas Couwenberg <email address hidden>  Thu, 20 Jul 2017 17:28:53 +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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-geopandas_0.2.1-4.dsc 2.8 KiB 46f6e71f37cd6879b7a0dde8b4d57a596a52a991f188dafdf774506ed2baa643
python-geopandas_0.2.1.orig.tar.gz 1.7 MiB 1e1845acbf6cf8dd2850aec9bfaa92892e462887903e3ea1abb8111e88a41206
python-geopandas_0.2.1-4.debian.tar.xz 1.3 MiB a4b2adcded7b999adfe6fe9f4945a1c8a31580b888a24f5622bb6bae29c9063d

Available diffs

No changes file available.

Binary packages built by this source

python-geopandas: No summary available for python-geopandas in ubuntu artful.

No description available for python-geopandas in ubuntu artful.

python-geopandas-doc: No summary available for python-geopandas-doc in ubuntu artful.

No description available for python-geopandas-doc in ubuntu artful.

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.