UNPKG

arso-rainfall-intensity

Version:

!!!Only for slovenia!!! Provides simple api for fetching radar images of rainfall intensity and parsing from pixels and converting pixel coordinates to pairs of latitude and longitude or vice versa.

41 lines (40 loc) 1.41 kB
{ "name": "arso-rainfall-intensity", "version": "1.4.2", "description": "!!!Only for slovenia!!! Provides simple api for fetching radar images of rainfall intensity and parsing from pixels and converting pixel coordinates to pairs of latitude and longitude or vice versa.", "main": "built/index.js", "types": "built/index.d.ts", "keywords": [ "arso", "rainfall", "intensity", "parser" ], "repository": { "type": "git", "url": "git@github.com:DKorosec/arso-rainfall-intensity.git" }, "scripts": { "test": "echo \"Error: no test specified, yolo.\" && exit 1", "lint": "node ./node_modules/eslint/bin/eslint \"src/**/*\"", "build": "node ./node_modules/typescript/bin/tsc", "watch": "node ./node_modules/typescript/bin/tsc -w", "prepublish": "npm run lint && npm run build" }, "author": "Dominik Korosec", "license": "ISC", "dependencies": { "axios": "^0.19.2", "pngjs": "^5.0.0", "proj4": "^2.6.2" }, "devDependencies": { "@types/node": "^14.0.13", "@types/pngjs": "^3.4.2", "@types/proj4": "^2.5.0", "@typescript-eslint/eslint-plugin": "^3.4.0", "@typescript-eslint/parser": "^3.4.0", "eslint": "7.3.1", "typescript": "^3.9.5" } }