Skip to content

Add size to the all dimension objects #31

@jsignell

Description

@jsignell

We already have the extents and step which you can kind of use to get the size of the dimension object but you might be slightly off if you just get it be doing (extents[1] - extents[0]) / step then you might get a rounding issue and not quite end up with the right value.

So we recommend adding size which is the total number of values in a particular dimension.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions