You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARG001 Unused function argument: `buffer`
--> tobler/util/util.py:183:54
|
183 | def _to_hex(source, resolution=6, return_geoms=True, buffer=True):
| ^^^^^^
184 | """Generate a hexgrid geodataframe that covers the face of a source geometry.
|