.. blogpost:: :title: geopandas :keywords: geopandas :date: 2016-10-26 :categories: module I was looking for modules able to merge or intersect shapefiles. `shapely `_ is probably a good place to start but I was surprised to discover others modules extending shapely in their own way. * `descartes `_ explicitely extends `shapely `_ * `fiona `_ leverages `GDAL `_ * `geopandas `_ tries to unify all of them * `mapnik `_: binding for `Mapnik `_ * `pyproj `_ leverages `PROJ.4 `_ to convert geocoordinates into many projections systems (`list `_) * `shapely `_ leverages `GEOS `_