sigmf / sigmf-python

Easily interact with Signal Metadata Format (SigMF) recordings.
https://sigmf.org
GNU Lesser General Public License v3.0
42 stars 16 forks source link

Validate that global core:version is present. #55

Closed anarkiwi closed 5 months ago

anarkiwi commented 5 months ago

See https://github.com/sigmf/sigmf-python/issues/54.

Teque5 commented 5 months ago

This PR is OKAY but if no metadata is specified the version should be set.

You can add a line near if metadata is None: to set that default 1.0.0 value.

anarkiwi commented 5 months ago

Thanks! Updated.