UNPKG

carthorse

Version:

A geospatial trail data processing pipeline for building 3D trail databases with elevation data

10 lines 346 B
#!/usr/bin/env node /** * CARTHORSE Main Export CLI * * Main command-line interface for Carthorse trail data processing * This provides the primary 'carthorse' command as described in the README */ import { Command } from 'commander'; export declare function runExport(args?: string[]): Promise<Command>; //# sourceMappingURL=export.d.ts.map