Skip to content

Endpoint omitted during normalization with zero padding #1

@wxwilcke

Description

@wxwilcke

When using GeomScaler.transform with zero padding, the endpoint is omitted for normalization.
The issue originates in the following code:
stop_index = get_full_stop_index(geometry)

A fix is to change this to
stop_index = get_full_stop_index(geometry) + 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions