ndvi-gee
Version:
Get the land images, apply the NDVI filter, take the image with few clouds and be happy.
51 lines (50 loc) • 1.16 kB
JSON
{
"name": "ndvi-gee",
"version": "1.0.3-beta",
"keywords": [
"ndvi",
"GEE",
"Google Earth Engine",
"cropping",
"crop image",
"satellite image",
"ndvi-gee",
"normalized difference vegetation index",
"vegetation index",
"vegetation cover",
"ndvi no clouds"
],
"description": "Get the land images, apply the NDVI filter, take the image with few clouds and be happy.",
"main": "dist/ndvi.js",
"files": [
"src/",
"dist/"
],
"scripts": {
"prepack": "npm run-script build",
"test": "node tests/test.js",
"build": "tsc",
"start": "echo 'error: no start specified' && exit 1"
},
"author": "Leonardo Schneider",
"email": "lnrdschneider@gmail.com",
"homepage": "https://capnsane.github.io/",
"repository": {
"type": "git",
"url": "https://github.com/CapnSane/ndvi-gee"
},
"license": "MIT",
"ts-node": {
"transpileOnly": true,
"files": true
},
"dependencies": {
"@google/earthengine": "^0.1.272",
"json-bigint": "^1.0.0",
"node-forge": "^0.10.0"
},
"devDependencies": {
"@types/node": "^15.12.2",
"typescript": "^4.3.2"
}
}