UNPKG

@loaders.gl/shapefile

Version:

Loader for the Shapefile Format

12 lines 669 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export { ShapefileLoader } from "./shapefile-loader.js"; export { DBFLoader, DBFWorkerLoader } from "./dbf-loader.js"; export { DBFArrowLoader, DBFArrowWorkerLoader } from "./dbf-arrow-loader.js"; export { SHPLoader, SHPWorkerLoader } from "./shp-loader.js"; // EXPERIMENTAL export { BinaryReader as _BinaryReader } from "./lib/streaming/binary-reader.js"; export { BinaryChunkReader as _BinaryChunkReader } from "./lib/streaming/binary-chunk-reader.js"; export { zipBatchIterators as _zipBatchIterators } from "./lib/streaming/zip-batch-iterators.js"; //# sourceMappingURL=index.js.map