slackbuilds/gis/geopandas
isaackwy 743a369c72 gis/geopandas: Update for 1.0.1 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-07-15 10:50:46 +07:00
..
README gis/geopandas: Update for 1.0.1 (+new maintainer) 2024-07-15 10:50:46 +07:00
geopandas.SlackBuild gis/geopandas: Update for 1.0.1 (+new maintainer) 2024-07-15 10:50:46 +07:00
geopandas.info gis/geopandas: Update for 1.0.1 (+new maintainer) 2024-07-15 10:50:46 +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.

geopy is an optional dependency for geocoding support.