UNPKG

@deepgis/dem-dynamic-terrain

Version:

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

77 lines (76 loc) 1.84 kB
{ "name": "@deepgis/dem-dynamic-terrain", "type": "module", "version": "0.0.4", "description": "使用 GDAL 制作地形瓦片,支持 mapbox 和 terrarium 两种编码输出格式", "author": "me9rez", "license": "MIT", "homepage": "https://github.com/me9rez/dem-dynamic-terrain", "repository": { "url": "https://github.com/me9rez/dem-dynamic-terrain.git" }, "keywords": [ "dem", "terrain", "terrain-generator", "gdal", "gdal-async", "mapbox-gl", "maplibre-gl" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "bin": { "dem-dynamic-terrain": "./dist/cli.js" }, "files": [ "dist" ], "engines": { "node": ">=22.5" }, "scripts": { "build": "rslib build", "lint": "eslint", "lint:fix": "eslint --fix", "prepublishOnly": "pnpm build", "release": "release-it", "test1": "tsx ./src/cli.ts -i ./test/zhejiang_3857.tif -o ./test/terrain", "test2": "tsx ./src/cli.ts -i ./test/multiband.tif -o ./test/dom -t dom -r 7 -z 10-16", "view": "rsbuild dev" }, "dependencies": { "commander": "^14.0.0", "emittery": "^1.2.0", "gdal-async": "^3.11.3", "p-queue": "^8.1.0", "tinypool": "^1.1.1", "yocto-spinner": "^1.0.0" }, "devDependencies": { "@antfu/eslint-config": "^5.0.0", "@microsoft/api-extractor": "^7.52.9", "@rsbuild/core": "^1.4.11", "@rslib/core": "^0.11.0", "@types/node": "^24.1.0", "eslint": "9.32.0", "ol": "^10.6.1", "release-it": "^19.0.4", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "pnpm": { "onlyBuiltDependencies": [ "gdal-async" ] }, "tempDir": "dem-dynamic-terrain" }