Tobler is a Python library for areal interpolation, providing methods to transfer data from one set of spatial units to another. Current version 0.14.0, requires Python >=3.12. Released as part of the PySAL ecosystem.
pip install toblerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic areal interpolation using area weighting.
Upgrade Python to 3.12 or higher.
Ensure GeoDataFrame has a geometry column; use gdf.set_geometry('geom') if needed.Use 'from tobler.areal_interpolation import area_weighted'.