SigMF icon indicating copy to clipboard operation
SigMF copied to clipboard

The Signal Metadata Format Specification

Results 53 SigMF issues
Sort by recently updated
recently updated
newest added

This extension has no examples and it is not clear how to use it. Removal would **NOT** affect the validity of any SigMF using it, but I have been asked...

suggestion
extensions

I've now added another class that allows for accessing data without un-tar-ing an archive. The intent is to address the case where an archive is so large that it is...

enhancement

Okay, this was a tough one. Definitely closes #186, #174. I think this also closes #176. # rework validate using official jsonschema ## Changes * Remove concept of `sections` throughout....

enhancement
bug-fix

The following example fails in `sigmf.validate.match_type()`: ``` import sigmf from sigmf import SigMFFile meta = SigMFFile( global_info = { SigMFFile.DATATYPE_KEY: "cf32_le", SigMFFile.VERSION_KEY: sigmf.__version__, SigMFFile.GEOLOCATION_KEY: { "type": "Point", "coordinates": [-107.6183682, 34.0787916,...

![image](https://user-images.githubusercontent.com/8112328/179252215-8c859cd6-253b-4a3a-bb78-80cd8b7161b9.png) ``` /home/user/.local/lib/python3.10/site-packages/PySimpleGUI/PySimpleGUI.py:1699: UserWarning: You cannot Update element with key = Update until the window.read() is called or finalized=True when creating window warnings.warn('You cannot Update element with key = {}...

I'm at the SciPy Conference 2022 at the moment and came across [ASDF](https://github.com/asdf-format/asdf), which replaces the prior format for science data on Hubble and previous. ASDF will be used for...

help wanted
meta

This extension was written to support suggestive input as to how SigMF Recordings and Metadata should be presented visually to users. A basic example of how this could be used...

enhancement
extensions

This is done in favor of JSON objects, avoiding nested vectors (prohibited by flatbuffers) and also permitting expansion within this object.

suggestion

One possible implementation, starting point only. Things I like about this: - Badly needed, long overdue. - Can be a single file in a collection OR an aggregated field within...

enhancement
suggestion

This is something discussed in #124 that I continue to find need of; there is currently no way to track why a segment exists that information is sufficiently captured via...

enhancement