Skip to content

Decode does not process pointer elements  #201

Open
@jpswinski

Description

@jpswinski

In the SlideRule record definitions, if a field is marked as a pointer, then it is passed over by the __decode function in the Python client.

https://github.com/ICESat2-SlideRule/sliderule-python/blob/ed9a90b028142126b8aed6037399cbcdaf83a359/sliderule/sliderule.py#L176-L178

The client needs to be updated to support pointers - this will allow variable length rich data structures to be passed from the server to the client. Currently, the only support for variable length rich data structures is to have up to one array of them at the end of the record.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PythonSlideRule Python client

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions