fastgeotoolkit
Version:
High-performance geospatial analysis framework for route density mapping
31 lines • 709 B
JSON
{
"name": "@fastgeotoolkit/fastgeotoolkit",
"type": "module",
"collaborators": [
"a0a7"
],
"description": "A fast and comprehensive geospatial toolkit for processing GPS tracks, trajectories, and coordinate data from GPX, FIT, and polyline formats",
"version": "0.1.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/strava-tools/fastgeotoolkit"
},
"files": [
"fastgeotoolkit_bg.wasm",
"fastgeotoolkit.js",
"fastgeotoolkit.d.ts"
],
"main": "fastgeotoolkit.js",
"types": "fastgeotoolkit.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"gps",
"geospatial",
"trajectory",
"fast",
"toolkit"
]
}