mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-10-31 03:43:01 +00:00
Backup mirror of the terrain50-cli on npm
https://github.com/sbrl/terrain50-cli
src | ||
.gitignore | ||
Changelog.md | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
terrain50-cli
CLI for parsing Ordnance Survey Digital Elevation Model files
This is the CLI for the sister terrain50
library on npm for parsing Ordnance Survey DEM files I also implemented.
- Current version:
- Changelog: https://github.com/sbrl/terrain50-cli/blob/master/Changelog.md
Install
Install via npm
:
npm install terrain50-cli --global
Usage
The command-line interface works on a subcommand-based system using applause-cli
(another package of mine).
Display the usage information like this:
terrain50 --help
If you installed it locally, you'll need to do this:
path/to/node_modules/.bin/terrain50 --help
Read-world use
- I'm using it for the main Node.js application for my PhD in Computer Science!
- (Are you using this project? Get in touch by opening an issue)
Contributing
Contributions are welcome as PRs! Don't forget to say that you donate your contribution under the Mozilla Public License 2.0 in your PR comment.
Licence
This project is licensed under the Mozilla Public License 2.0. See the LICENSE
file in this repository for the full text.