Given a writer and an array of iterators, write the input features to the writer as a JSON object
Usage:
import { toJSON, JSONReader } from'gis-tools-ts'; import { FileReader, FileWriter } from'gis-tools-ts/file'; // or use mmap reader if using bun // import { MMapReader } from 'gis-tools-ts/mmap';
Given a writer and an array of iterators, write the input features to the writer as a JSON object
Usage: