Skip to content

Coordinate System Related Types #2

Description

@Tokazama

Right now there's just CoordinateSystem. The following functions and types still need to be created.

  1. A single coordinate point.
  2. A labelled set of coordinate points
  3. A conversion method between coordinate systems.
  4. A coordinate system that interacts with an array's axes.

I'll flesh some of my ideas for this out more in soon, but I'm leaning towards using GeometryBasic PointMeta for coordinate points. It would give us a simple high performance type that could incorporate metadata and be native plotting capabilities with Makie.jl. 3 really just needs a logical method name because conversion between coordinate systems is pretty well documented in the literature (and fairly simple). Incorporating the coordinate system in axes is a lot more complicated and may involve more work outside of this package first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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