Interface: CosmographDataPrepConfig
Represents the configuration options for preparing data for the Cosmograph.
Properties
points
points:
CosmographDataPrepPointsConfig
CosmographDataPrepPointsConfig Configuration options for the points data.
links?
optional
links:CosmographDataPrepLinksConfig
CosmographDataPrepLinksConfig Configuration options for the links data.
outputFormat?
optional
outputFormat:string
The output format for the prepared data: âcsvâ, âarrowâ or âparquetâ. Does not have impact when CosmographDataPrepConfig
is passed into prepareCosmographData because it prepares into CosmographData format.