From 06ccde0b0188096c115f931f998c41c0415d64bb Mon Sep 17 00:00:00 2001 From: nokonoko1203 Date: Tue, 28 Jan 2025 21:48:00 +0900 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b3aa2..32b5eb6 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ After installing Rust, download this repository. - `min`: Specify the minimum zoom level you want to output. - `max`: Specify the maximum zoom level you want to output. - `max-memory-mb`: Specify the number of MB of memory available for conversion. +- `quantize`: Perform quantization. - `--gzip-compress`: The output 3D Tiles are compressed using gzip. The file extension dose not change. In the repository root, the following commands can be executed. @@ -45,7 +46,8 @@ point_tiler --input app/examples/data/sample.las \ --output-epsg 4979 \ --min 15 \ --max 18 \ - --max-memory-mb 8192 \ + --max-memory-mb 8193 \ + --quantize \ --gzip-compress ```