carthorse
Version:
A geospatial trail data processing pipeline for building 3D trail databases with elevation data
13 lines • 731 B
TypeScript
export declare const ExportQueries: {
getTrailsForExport: (schemaName: string) => string;
exportRoutingNodesForGeoJSON: (schemaName: string) => string;
exportRoutingNodesForSQLite: (schemaName: string) => string;
getRoutingEdgesForExport: (schemaName: string) => string;
getRouteRecommendationsForExport: (schemaName: string) => string;
getRoutingNodesForExportWithFallbacks: (schemaName: string) => string;
getRoutingEdgesForExportWithDistance: (schemaName: string) => string;
checkRouteRecommendationsExist: (schemaName: string) => string;
getExportStats: (schemaName: string) => string;
getNetworkStatistics: (schemaName: string) => string;
};
//# sourceMappingURL=export-queries.d.ts.map