From b3dcc67d3549a0e221c5d423fe9ba30b713512be Mon Sep 17 00:00:00 2001 From: nokonoko1203 Date: Wed, 20 Nov 2024 09:52:59 +0900 Subject: [PATCH] fix --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2e8827e..aef8dff 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \