You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Isaac Yu bf9eb91a6b
gis/geopandas: Orphan maintenance
2 weeks ago
..
README gis/geopandas: Update for 1.0.1 (+new maintainer) 1 year ago
geopandas.SlackBuild gis/geopandas: Update for 1.0.1 (+new maintainer) 1 year ago
geopandas.info gis/geopandas: Orphan maintenance 2 weeks ago
slack-desc gis/geopandas: Added (Python tools for geographic data) 5 years ago

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.