Interface: CosmographDataPrepConfig
Represents the configuration options for preparing data for the Cosmograph.
Properties
points
points:
CosmographDataPrepPointsConfig
CosmographDataPrepPointsConfig Configuration options for the points data.
links?
optionallinks:CosmographDataPrepLinksConfig
CosmographDataPrepLinksConfig Configuration options for the links data.
outputFormat?
optionaloutputFormat: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.