fastgeotoolkit
Version:
High-performance geospatial analysis framework for route density mapping
30 lines (29 loc) • 1.65 kB
TypeScript
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const decode_polyline_string: (a: number, b: number) => any;
export const process_polylines: (a: any) => any;
export const process_gpx_files: (a: any) => any;
export const validate_coordinates: (a: any) => any;
export const filter_coordinates_by_bounds: (a: any, b: any) => any;
export const calculate_track_statistics: (a: any) => any;
export const simplify_coordinates: (a: any, b: number) => any;
export const merge_nearby_tracks: (a: any, b: number) => any;
export const split_track_by_gaps: (a: any, b: number, c: number) => any;
export const coordinates_to_polyline: (a: any) => [number, number];
export const coordinates_to_geojson: (a: any, b: any) => any;
export const export_to_gpx: (a: any, b: any) => [number, number];
export const find_track_intersections: (a: any, b: number) => any;
export const calculate_coverage_area: (a: any) => any;
export const cluster_tracks_by_similarity: (a: any, b: number) => any;
export const get_bounding_box: (a: any) => any;
export const resample_track: (a: any, b: number) => any;
export const get_file_info: (a: any) => any;
export const extract_file_metadata: (a: any) => any;
export const __wbindgen_exn_store: (a: number) => void;
export const __externref_table_alloc: () => number;
export const __wbindgen_export_2: WebAssembly.Table;
export const __wbindgen_malloc: (a: number, b: number) => number;
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_free: (a: number, b: number, c: number) => void;
export const __wbindgen_start: () => void;