UNPKG

raster-marching-squares

Version:

Create isobands and isolines directly from a Raster with the marching-squares algorithm

47 lines (46 loc) 1.46 kB
{ "name": "raster-marching-squares", "version": "0.1.3", "description": "Create isobands and isolines directly from a Raster with the marching-squares algorithm", "keywords": [ "isolines", "isobands", "raster", "canvas", "svg" ], "author": { "name": "Roger Veciana i Rovira", "url": "http://geoexamples.com/about/" }, "license": "AGPL-3.0", "bugs": { "url": "https://github.com/rveciana/raster-marching-squares/issues" }, "homepage": "https://github.com/rveciana/raster-marching-squares#readme", "main": "build/raster-marching-squares.js", "jsnext:main": "index", "scripts": { "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n rastertools -o build/raster-marching-squares.js -- index.js", "test": "tape 'test/**/*-test.js' && mkdir -p test/output && test/compare-images", "posttest": "uglifyjs build/raster-marching-squares.js -c -m -o build/raster-marching-squares.min.js", "postpublish": "git push && git push --tags", "prepublish": "npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/rveciana/raster-marching-squares.git" }, "devDependencies": { "canvas": "2", "d3-array": "^2.2.0", "d3-geo": "^1.11.3", "d3-scale": "^3.0.0", "geotiff": "^0.4.1", "package-preamble": "0.1.0", "rollup": "^1.14.6", "tape": "4", "topojson": "^3.0.2", "uglify-js": "3" } }