nco icon indicating copy to clipboard operation
nco copied to clipboard

Regression tests for ncks --jsn

Open czender opened this issue 7 years ago • 1 comments

Please add regression tests to verify ncks --jsn option works, e.g.,

zender@aerosol:~$ ncks --jsn -v one ~/nco/data/in.nc
{
  "variables": {
    "one": {
      "type": "float",
      "attributes": {
        "long_name": "one"
      },
      "data": 1.0
    }
  }
}

czender avatar Jun 20 '18 17:06 czender

Please update the status of this.

czender avatar Aug 23 '18 23:08 czender