xyConvert

src/index.js

Convert between different xy formats

xyConvert(data: any, options: object?): any
Parameters
data (any) input set of points to parse
options (object? = {}) input and output options
Name Description
options.inputFormat string? input format, if not in list infers the kind
options.outputFormat string (default 'xxyyObject') output format
Returns
any: output set of points