Type Alias: ContourData
ContourData =
Record<number, [number,number][][]>
Defined in: AutumnTypes.ts:94
The result of contouring a field
Each property is a different contour level giving an array of contours, and each contour is an array of [longitude, latitude].