Skip to content

Commit

Permalink
Add CLI in installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Jul 22, 2023
1 parent 96f2551 commit bd3b159
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,15 @@ can handle COPC that are in a HTTP server.
bindings, which means that installing it won't give you a LAZ capable laspy installation.
CLI
---

laspy has an optional command line interface (CLI) with the following commands:

* ``laspy info`` to print informations about a LAS/LAZ file
* ``laspy compress`` / ``laspy decompress`` to compress/decompress one or many file
* ``laspy convert`` to convert file(s) between version and point format
* ``laspy copc query`` to download to a LAS/LAZ file some points from a COPC ressource.

As the cli requires etra dependencies, it has to be installed using
``pip install laspy[cli]``.

0 comments on commit bd3b159

Please sign in to comment.