geotiff-from
Version:
With One Function, Load a GeoTIFF from an ArrayBuffer, Blob, Buffer, DataView, File or URL
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "geotiff-from",
"version": "1.0.1",
"description": "With One Function, Load a GeoTIFF from an ArrayBuffer, Blob, Buffer, DataView, File or URL",
"main": "geotiff-from.js",
"files": [
"geotiff-from.js"
],
"scripts": {
"format": "npx prettier --arrow-parens=avoid --trailing-comma=none --write *.js",
"setup": "cd data && sh setup.sh",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeoTIFF/geotiff-from.git"
},
"keywords": [
"blob",
"cloud-optimized",
"cog",
"data",
"from",
"input",
"geotiff",
"universal"
],
"author": "Daniel J. Dufour",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/GeoTIFF/geotiff-from/issues"
},
"homepage": "https://github.com/GeoTIFF/geotiff-from#readme",
"dependencies": {
"does-url-exist": "0.0.1",
"geotiff": "*",
"lru-cache": "^6.0.0",
"toab": "^2.2.1"
},
"devDependencies": {
"find-and-read": "^1.0.2",
"flug": "^2.1.1",
"srvd": "^0.3.1"
}
}