Skip to content

Replace x_coord, y_coord, z_coord in the Node and Location tables with the well-known-text (wkt) representation of a point #43

@ssmith55

Description

@ssmith55

This is to provide greater consistency with the representation of lines in the link and geometry tables. Instead of x_coord, y_coord, z_coord, one would have
POINT (x_coord, y_coord) or
POINT Z (x_coord, y_coord, z_coord)

Furthermore, wkt provides an option for linear references
POINT M (x_coord, y_coord, lr) or
POINT ZM (x_coord, y_coord, z_coord, lr)

Do PMC members think this change would provide significant benefit?

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