Backup mirror of the terrain50-cli on npm https://github.com/sbrl/terrain50-cli
Go to file
Starbeamrainbowlabs 10c73cba3f
Initial commit - create skeleton repo to migrate code into
2020-03-27 18:55:35 +00:00
.gitignore Initial commit - create skeleton repo to migrate code into 2020-03-27 18:55:35 +00:00
Changelog.md Initial commit - create skeleton repo to migrate code into 2020-03-27 18:55:35 +00:00
LICENSE Initial commit - create skeleton repo to migrate code into 2020-03-27 18:55:35 +00:00
README.md Initial commit - create skeleton repo to migrate code into 2020-03-27 18:55:35 +00:00
package-lock.json Initial commit - create skeleton repo to migrate code into 2020-03-27 18:55:35 +00:00
package.json Initial commit - create skeleton repo to migrate code into 2020-03-27 18:55:35 +00:00

README.md

terrain50

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.

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.