Skip to content

Consider removing instance properties that assume CRS #44

@njwilson23

Description

@njwilson23

Property methods such as Geometry.coordinates assume that the coordinates should be returned in the current CRS. When this isn't the case, Geometry.get_coordinates(crs=[...]) needs to be used instead. This seems to create a lot of bugs when working with multiple coordinate systems.

For v0.10.0, consider getting rid of the .coordinates properties, and possibly renaming .get_coordinates() as .coordinates().

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions