View | Details | Raw Unified | Return to bug 241171
Collapse All | Expand All

(-)graphics/py-geopandas/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	geopandas
3
PORTNAME=	geopandas
4
PORTVERSION=	0.5.1
4
PORTVERSION=	0.6.0
5
CATEGORIES=	graphics python
5
CATEGORIES=	graphics python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)graphics/py-geopandas/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1564158011
1
TIMESTAMP = 1570683374
2
SHA256 (geopandas-0.5.1.tar.gz) = f0c99a5055bef99a31f63480bef0048f164dbadc5a9af081fe25c1c5c2dc7a87
2
SHA256 (geopandas-0.6.0.tar.gz) = 3e98a2d21917562256ac01e2f1d568b7410f0476793fb70d4191777de6322b04
3
SIZE (geopandas-0.5.1.tar.gz) = 897236
3
SIZE (geopandas-0.6.0.tar.gz) = 918524
(-)graphics/py-geopandas/pkg-descr (-7 / +7 lines)
Lines 1-12 Link Here
1
GeoPandas is a project to add support for geographic data to pandas objects. 
1
GeoPandas is a project to add support for geographic data to pandas objects.
2
It currently implements GeoSeries and GeoDataFrame types which are subclasses 
2
It currently implements GeoSeries and GeoDataFrame types which are subclasses
3
of pandas.Series and pandas.DataFrame respectively. GeoPandas objects can act 
3
of pandas.Series and pandas.DataFrame respectively. GeoPandas objects can act
4
on shapely geometry objects and perform geometric operations.
4
on shapely geometry objects and perform geometric operations.
5
5
6
GeoPandas geometry operations are cartesian. The coordinate reference system 
6
GeoPandas geometry operations are cartesian. The coordinate reference system
7
(crs) can be stored as an attribute on an object, and is automatically set when 
7
(crs) can be stored as an attribute on an object, and is automatically set when
8
loading from a file. Objects may be transformed to new coordinate systems with 
8
loading from a file. Objects may be transformed to new coordinate systems with
9
the to_crs() method. There is currently no enforcement of like coordinates for 
9
the to_crs() method. There is currently no enforcement of like coordinates for
10
operations, but that may change in the future.
10
operations, but that may change in the future.
11
11
12
WWW: https://pypi.org/project/geopandas/
12
WWW: https://pypi.org/project/geopandas/

Return to bug 241171