kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
5 lines (4 loc) • 297 B
TypeScript
export { default, default as KeplerTable, findPointFieldPairs, copyTableAndUpdate, pinTableColumns, sortDatasetByColumn, copyTable, maybeToDate } from './kepler-table';
export type { GpuFilter, Datasets } from './kepler-table';
export * from './gpu-filter-utils';
export * from './dataset-utils';