Skip to content

Instantly share code, notes, and snippets.

@krishnaglodha
Created November 19, 2025 20:46
Show Gist options
  • Select an option

  • Save krishnaglodha/9fba6fce444a27aba08604d4bc2f2715 to your computer and use it in GitHub Desktop.

Select an option

Save krishnaglodha/9fba6fce444a27aba08604d4bc2f2715 to your computer and use it in GitHub Desktop.
Create mago 3d tiler from laz with more ram
mago-3d-tiler % docker run --rm \
--entrypoint java \
-v "/tmp:/workspace" \
gaia3d/mago-3d-tiler \
-Xms4g -Xmx8g \
-jar /app/mago-3d-tiler-1.14.0-release.jar \
-inputType laz \
-input workspace/input.laz \
-output workspace/output \
-crs 7855
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment