carthorse
Version:
A geospatial trail data processing pipeline for building 3D trail databases with elevation data
6 lines • 340 B
TypeScript
import { Pool } from 'pg';
import { NetworkCreationStrategy, NetworkConfig, NetworkResult } from '../types/network-types';
export declare class ManualNetworkStrategy implements NetworkCreationStrategy {
createNetwork(pgClient: Pool, config: NetworkConfig): Promise<NetworkResult>;
}
//# sourceMappingURL=manual-network-strategy.d.ts.map