Skip to content

RTK altitude regex only matches integers #1992

@smathermather

Description

@smathermather

Via this post,

File: opendm/video/srtparser.py
The current regex does not capture floating-point RTK altitude values:
("RTK ... (-?\d+)\)", ...)
Suggested fix:
(-?\d+\.?\d*)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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