Skip to content

pycno.py – Unused fieldname argument in extract_values() #234

@jGaboardi

Description

@jGaboardi
  • pycno.py – Unused fieldname argument in extract_values()
ARG001 Unused function argument: `fieldname`
   --> tobler/pycno/pycno.py:221:49
    |
221 | def extract_values(pycno_array, gdf, transform, fieldname="Estimate"):
    |                                                 ^^^^^^^^^
222 |     """Extract raster value sums according to a provided polygon geodataframe
223 |     Args:
    |

def extract_values(pycno_array, gdf, transform, fieldname="Estimate"):

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