From 9e18b295b6d44201da9d3d588ab7f1f5a3e47492 Mon Sep 17 00:00:00 2001 From: nokonoko1203 Date: Mon, 16 Dec 2024 11:20:47 +0900 Subject: [PATCH] fix --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e88031..c69e008 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ After installing Rust, download this repository. - `epsg`: Input the epsg code of the las file. All point clouds are recognized as being in the same coordinate system.(Currently, only the Japanese plane rectangular coordinate system is supported.) - `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. In the repository root, the following commands can be executed. @@ -40,7 +41,8 @@ point_tiler --input app/examples/data/sample.las \ --output app/examples/data/output \ --epsg 6677 \ --min 15 \ - --max 18 + --max 18 \ + --max-memory-mb 8192 ``` ### CSV/TXT