1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-09-27 23:05:57 +00:00
Backup mirror of the terrain50-cli on npm https://github.com/sbrl/terrain50-cli
Go to file
Starbeamrainbowlabs 01a97d04a1
Well, that was a failed experiment.
We will probably come back to multithreading the renderer here, but for 
now we don't actually need it I don't think.
2020-05-07 15:37:09 +01:00
src Well, that was a failed experiment. 2020-05-07 15:37:09 +01:00
.gitignore Initial commit - create skeleton repo to migrate code into 2020-03-27 18:55:35 +00:00
Changelog.md Chabgelog: layout 2020-05-07 15:14:58 +01:00
LICENSE Initial commit - create skeleton repo to migrate code into 2020-03-27 18:55:35 +00:00
package-lock.json Well, that was a failed experiment. 2020-05-07 15:37:09 +01:00
package.json Update changelog; bump version 2020-05-07 15:13:42 +01:00
README.md Fix title in README 2020-04-02 15:55:12 +01:00

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.

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.