Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Dec 16, 2024
1 parent 8b6b064 commit 9e18b29
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 @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 9e18b29

Please sign in to comment.