geotiff-stats
Version:
Get Statistics from a Large GeoTIFF while Using a Low Amount of Memory
53 lines (52 loc) • 1.27 kB
JSON
{
"name": "geotiff-stats",
"version": "0.1.0",
"description": "Get Statistics from a Large GeoTIFF while Using a Low Amount of Memory",
"main": "index.js",
"unpkg": "bundle.js",
"jsdelivr": "bundle.js",
"files": [
"index.js",
"bundle.js",
"calc-band-stats.js",
"get-gdal-stats.js",
"iter-pixels.js",
"iter-tiles.js"
],
"scripts": {
"build": "npx browserify index.js > bundle.js",
"format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js",
"setup": "cd test/data && ./setup.sh",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeoTIFF/geotiff-stats.git"
},
"keywords": [
"geotiff",
"stats",
"minimum",
"maximum",
"satellite",
"imagery"
],
"author": "Daniel J. Dufour",
"license": "MIT",
"bugs": {
"url": "https://github.com/GeoTIFF/geotiff-stats/issues"
},
"homepage": "https://github.com/GeoTIFF/geotiff-stats#readme",
"devDependencies": {
"find-and-read": "^1.0.2",
"flug": "^2.1.0",
"geotiff": "^1.0.8",
"toab": "^2.2.0"
},
"dependencies": {
"calc-stats": "^0.3.3",
"fast-bin": "^0.3.0",
"flat-iter": "^0.0.2",
"iter-fun": "^0.1.2"
}
}