Skip to content

RFC5 - de-duplicate allowed ways to specify named coordinate system #437

@dstansby

Description

@dstansby

Currently in the scene metdata in RFC 5 there are two ways to specify a coordinate system with a name and no path. Either as

  • 'output': ...
  • 'output': {'name': ...}
  • (or 'output': {'name': ..., 'path': null}).

This is a bit annoying for implementations because there are three different options to consider for metdata that has the same meaning.

If it's not too late, I'd like to propose choosing one of these options for describing a named coordinate system without a path. I would propose removing the option to simply have 'output': ... outside a JSON object, because 'output': {'name': ...} is a similar structure to when path is specified and therefore each case can share parsing code.

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