laz-3dtiles

Decide when LAZ data requires conversion to 3DTiles for web visualization.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yuiseki/NEREID --skill laz-3dtiles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laz-3dtiles
Source: https://github.com/yuiseki/NEREID/tree/main/agents/gemini-workspace/.gemini/skills/laz-3dtiles
Command: npx skills add https://github.com/yuiseki/NEREID --skill laz-3dtiles

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

LAZ data often needs conversion to a web-friendly 3D tileset, but deciding when this pipeline is warranted and how to structure outputs can be non-trivial. This skill provides a decision framework to determine necessity and outline an effective workflow for CRS normalization, tileset generation, and browser previews.

Core Features & Use Cases

  • Decision guidance: Assess whether a LAZ-to-3DTiles workflow should run based on CRS, data size, viewing requirements, and project constraints.
  • Workflow structuring: Outline steps for CRS checks, reprojection, tileset generation, and browser preview with metadata for a clean handoff.
  • Use Case: When interactive web-based visualization is needed, use this skill to decide if and how to convert LAZ data into a 3DTiles-compatible tileset.

Quick Start

Run the decision flow to determine if LAZ data should be converted to 3DTiles for a web-based viewer.

Frequently Asked Questions about laz-3dtiles

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decide when to convert LAZ data to 3D Tiles for web visualization?

Converting LAZ to 3D Tiles is warranted when interactive web-based visualization is required. The decision depends on CRS validation, data size, viewing requirements, and project constraints to ensure a reliable end-to-end workflow.

What is the workflow for generating a 3D tileset from LAZ point cloud data?

The LAZ to 3D Tiles workflow involves CRS checks, reprojection, tileset generation, and browser preview metadata creation. This pipeline structures outputs to support a clean handoff for web-based viewer integration.

Do I need CRS normalization before processing LAZ files into 3DTiles?

Yes, CRS normalization is a required step. Before generating a 3D tileset from LAZ inputs, you must perform CRS checks and reprojection to guarantee reliable spatial alignment for web visualization.

Can I use LAZ point cloud data directly in Cesium without converting to 3DTiles?

LAZ point cloud data typically requires conversion to 3DTiles for proper interactive web visualization in Cesium. Direct usage without tileset generation and browser preview metadata is generally unsupported.

What are the limitations of converting LAZ to 3D Tiles for web viewers?

Limitations of LAZ to 3D Tiles conversion include large data size constraints and the necessity of strict CRS validation. Without proper toolchain considerations and reprojection, the pipeline may fail to produce reliable browser previews.