slackbuilds/gis/geopandas
Benjamin Trigona-Harany e1289a6881
gis/geopandas: Updated for version 0.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-04-10 17:04:53 +07:00
..
README gis/geopandas: Added (Python tools for geographic data) 2020-05-16 08:44:07 +07:00
geopandas.SlackBuild gis/geopandas: Updated for version 0.9.0. 2021-04-10 17:04:53 +07:00
geopandas.info gis/geopandas: Updated for version 0.9.0. 2021-04-10 17:04:53 +07:00
slack-desc gis/geopandas: Added (Python tools for geographic data) 2020-05-16 08:44:07 +07:00

README

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.