Welcome,

This is my personal digital portal. I am into wireless technology, standardization and passionate about programming. Posts in my portal are explicitly personal opinion and is not endorsement of my current or previous employers. The portal is the home for my blog posts and articles in addition to those that I usually post on #LinkedIn, Medium or twitter.

Sendil Kumar

More..



ITU-R SNL Query
Theme
Plot Specification
Data format is expected as in this ITU Link

Tips goes here

Change Data Format

"data": {
    "name": "snltable",
    "format": {
      "type": "csv"
    }
  }
Apply custome filter e.g BW, Beam Name

"transform":[
  {
    "filter": "datum['BANDWIDTH']>36000"
  },
  {
    "filter": "indexof(datum['BEAM NAME'],'K2')>0"
  }
  ]
Beams
See more vega expressions for using in Filter