Skip to content

utils.py – Unused buffer argument in _to_hex() #233

@jGaboardi

Description

@jGaboardi
  • utils.py – Unused buffer argument in _to_hex()
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.
    |

def _to_hex(source, resolution=6, return_geoms=True, buffer=True):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions