Bug 228666 - [NEW PORT] graphics/py-geopandas: Python tools for geographic data
Summary: [NEW PORT] graphics/py-geopandas: Python tools for geographic data
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Wen Heping
URL: https://github.com/geopandas/geopandas
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2018-06-01 21:24 UTC by Loïc Bartoletti
Modified: 2018-06-27 14:05 UTC (History)
1 user (show)

See Also:
lbartoletti: maintainer-feedback+


Attachments
py-geopandas 0.3.0 (2.99 KB, patch)
2018-06-01 21:24 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2018-06-01 21:24:37 UTC
Created attachment 193902 [details]
py-geopandas 0.3.0

Description
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.

Documentation is available at geopandas.org (current release) and Read the Docs (release and development versions).

Poudriere 10/11 i386/amd64 OK
portlint ok
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-27 14:02:18 UTC
A commit references this bug:

Author: wen
Date: Wed Jun 27 14:02:10 UTC 2018
New revision: 473441
URL: https://svnweb.freebsd.org/changeset/ports/473441

Log:
  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.

  WWW: https://pypi.python.org/pypi/geopandas

  PR:		228666
  Submitted by:	lbartoletti@tuxfamily.org

Changes:
  head/graphics/Makefile
  head/graphics/py-geopandas/
  head/graphics/py-geopandas/Makefile
  head/graphics/py-geopandas/distinfo
  head/graphics/py-geopandas/pkg-descr