Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Jan 28, 2025
1 parent 01065b3 commit 06ccde0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
```

Expand Down

0 comments on commit 06ccde0

Please sign in to comment.