carthorse
Version:
A geospatial trail data processing pipeline for building 3D trail databases with elevation data
8 lines • 348 B
TypeScript
import { Pool } from 'pg';
import { NetworkConfig, NetworkResult } from './types/network-types';
export declare class NetworkCreationService {
private strategy;
constructor(usePgNodeNetwork?: boolean);
createNetwork(pgClient: Pool, config: NetworkConfig): Promise<NetworkResult>;
}
//# sourceMappingURL=network-creation-service.d.ts.map