freebsd-ports/graphics/py-geopandas/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
658 B
Plaintext

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.