@loaders.gl/json
Version:
Framework-independent loader for JSON and streaming JSON formats
8 lines • 414 B
TypeScript
import type { TableBatch } from '@loaders.gl/schema';
import type { GeoJSONWriterOptions } from "../../geojson-writer.js";
/**
* Encode a table as GeoJSON
*/
export declare function encodeTableAsGeojsonInBatches(batchIterator: AsyncIterable<TableBatch> | Iterable<TableBatch>, // | Iterable<TableBatch>,
inputOpts?: GeoJSONWriterOptions): AsyncIterable<ArrayBuffer>;
//# sourceMappingURL=geojson-encoder.d.ts.map