12 open-source projects similar to cleder/pygeoif, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pygeoif alternative.
GeoPandas is a Python library that extends pandas with native support for geospatial data. It treats geographic geometries—points, lines, and polygons—as a first-class column type within DataFrames, enabling users to store, manipulate, and analyze vector spatial data alongside traditional tabular attributes. The library is built on top of proven geospatial components: it uses Shapely for all geometric operations, Fiona and GDAL for reading and writing standard spatial file formats, PyProj for coordinate reprojection, and an R‑tree spatial index (from Shapely) to accelerate spatial queries. Wh
Python interface to PROJ (cartographic projections and coordinate transformations library)
A high level API for GDAL - Geospatial Data Abstraction Library