UNPKG

@deepgis/dem-dynamic-terrain

Version:

使用 GDAL 制作地形瓦片,支持 mapbox 和 terrarium 两种编码输出格式

72 lines (71 loc) 1.64 kB
{ "name": "@deepgis/dem-dynamic-terrain", "version": "0.0.3", "description": "使用 GDAL 制作地形瓦片,支持 mapbox 和 terrarium 两种编码输出格式", "keywords": [ "dem", "terrain", "terrain-generator", "gdal", "gdal-async", "mapbox-gl", "maplibre-gl" ], "homepage": "https://github.com/me9rez/dem-dynamic-terrain", "repository": { "url": "https://github.com/me9rez/dem-dynamic-terrain.git" }, "license": "MIT", "author": "me9rez", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "bin": { "dem-dynamic-terrain": "./dist/cli.js" }, "files": [ "dist" ], "scripts": { "build": "tsx ./rslib.config.ts", "lint": "eslint", "lint:fix": "eslint --fix", "prepublishOnly": "pnpm build", "release": "release-it", "test": "tsx ./src/cli.ts -i ./test/test.tif -o ./test/terrain" }, "dependencies": { "commander": "^13.1.0", "gdal-async": "^3.10.2", "p-queue": "^8.1.0", "tinypool": "^1.0.2", "yocto-spinner": "^0.2.1" }, "devDependencies": { "@antfu/eslint-config": "^4.10.2", "@microsoft/api-extractor": "^7.52.1", "@rslib/core": "^0.5.5", "@types/node": "^22.13.11", "eslint": "9.23.0", "release-it": "^18.1.2", "tsx": "^4.19.3", "typescript": "^5.8.2" }, "engines": { "node": ">=22.5" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "pnpm": { "onlyBuiltDependencies": [ "gdal-async" ] }, "tempDir": "dem-dynamic-terrain" }