Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Nov 20, 2024
1 parent 6f13b7c commit b3dcc67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

A tool for converting point cloud data (las/laz and csv) into "3D Tiles v1.1".

## install

Rust must be installed. You can easily install it from the following page.

[Getting started](https://www.rust-lang.org/learn/get-started)

After installing Rust, download this repository.

## Usage

### LAS/LAZ
Expand All @@ -12,6 +20,8 @@ A tool for converting point cloud data (las/laz and csv) into "3D Tiles v1.1".
- `min`: Specify the minimum zoom level you want to output.
- `max`: Specify the maximum zoom level you want to output.

In the repository root, the following commands can be executed.

```sh
cargo run -r -p app -- --input app/examples/data/sample.las \
--output app/examples/data/output \
Expand Down

0 comments on commit b3dcc67

Please sign in to comment.