Command Line Interface

Convert Module

class pycovjson.cli.convert.main[source]

Command line interface for pycovjson - Converts Scientific Data Formats into CovJSON and saves to disk.

Parameters:
  • -i – Input file path.
  • -o – Output file name.
  • -t – Use Tiling.
  • -v – Which variable to populate coverage with.
  • -s – [tile shape]: Tile shape.
  • -n – Use interactive mode.
Members:

Usage

:: pycovjson-convert(path to netcdf file, name of output file, [list of vars as strings] [-t] tiled [-s] tile_shape as list

Viewer Module

class pycovjson.cli.viewer.main[source]

Usage

:: pycovjson-viewer (netcdf file)