PDAL run pipeline to convert LAZ to CSV (keeping only X, Y, Z)
pdal pipeline see https://pdal.io/en/2.7.2/pipeline.html
Run the following command:
pdal pipeline pipeline.json| #!/usr/bin/env bash | |
| # start.sh – Start the HTTP scenario services in the correct order. | |
| # | |
| # Each app type is compiled ONCE, then multiple instances are started with | |
| # different CONFIG_PATH values. UIs are started as Vite dev servers after | |
| # their respective backends are ready. | |
| # | |
| # Logs are written to sample/http/logs/<service>.log | |
| # | |
| # Usage (from any directory): |
| import "./style.css"; | |
| import CoordinateSystem from "@giro3d/giro3d/core/geographic/CoordinateSystem.js"; | |
| import Extent from "@giro3d/giro3d/core/geographic/Extent.js"; | |
| import Instance from "@giro3d/giro3d/core/Instance.js"; | |
| import ColorLayer from "@giro3d/giro3d/core/layer/ColorLayer.js"; | |
| import ElevationLayer from "@giro3d/giro3d/core/layer/ElevationLayer.js"; | |
| import Map, { defaultMapSubdivisionStrategy } from "@giro3d/giro3d/entities/Map.js"; | |
| import Tiles3D from "@giro3d/giro3d/entities/Tiles3D.js"; | |
| import MapboxTerrainFormat from "@giro3d/giro3d/formats/MapboxTerrainFormat.js"; |
| "type": "TileMatrixSetType", | |
| "identifier": "NetherlandsRDNewQuad", | |
| "title": "Amersfoort / RD New scheme for the Netherlands", | |
| "supportedCRS": "http://www.opengis.net/def/crs/EPSG/0/28992", | |
| "tileMatrix": [ | |
| { | |
| "type": "TileMatrixType", | |
| "identifier": "0", | |
| "scaleDenominator": 12288000.0, |
| import "./style.css"; | |
| import CoordinateSystem from "@giro3d/giro3d/core/geographic/CoordinateSystem.js"; | |
| import Extent from "@giro3d/giro3d/core/geographic/Extent.js"; | |
| import Instance from "@giro3d/giro3d/core/Instance.js"; | |
| import ColorLayer from "@giro3d/giro3d/core/layer/ColorLayer.js"; | |
| import ElevationLayer from "@giro3d/giro3d/core/layer/ElevationLayer.js"; | |
| import Map, { defaultMapSubdivisionStrategy } from "@giro3d/giro3d/entities/Map.js"; | |
| import { MapLightingMode } from "@giro3d/giro3d/entities/MapLightingOptions.js"; | |
| import MapboxTerrainFormat from "@giro3d/giro3d/formats/MapboxTerrainFormat.js"; |
| # ArcInfo Workstation Complete Command Reference (150+ Commands) | |
| This document is a comprehensive command reference for ArcInfo Workstation ARC prompt. | |
| Prompt: | |
| ``` | |
| ARC: | |
| ``` |
| prompt=voeg D:\gisdata\andorra\ALPSMLC30_N042E001_DSM.tif toe aan qgis | |
| Please follow these guidelines when generating QGIS code: | |
| 1. Always include necessary QGIS imports at the top of your code (note the correct locations): | |
| - from qgis.core import QgsProject, QgsVectorLayer, QgsCoordinateReferenceSystem, Qgis | |
| - from qgis.utils import iface | |
| - from PyQt5.QtCore import Qt, QVariant | |
| - from PyQt5.QtGui import QColor | |
| - from PyQt5.QtWidgets import QMessageBox, QInputDialog, QDialog, QComboBox |
| #!/bin/bash | |
| # Base URL van de bestanden | |
| BASE_URL="https://storage.sbg.cloud.ovh.net/v1/AUTH_63234f509d6048bca3c9fd7928720ca1/ppk-lidar/RO/LHD_FXX_0" | |
| # Reeksen voor {x} en {y} | |
| X_START=983 | |
| X_END=996 | |
| Y_START=6367 |
| Install miniconda | |
| $ conda create -n geo python=3.12 ipython | |
| $ conda activate geo | |
| $ conda install pip | |
| $ pip install py3dtiles |
PDAL run pipeline to convert LAZ to CSV (keeping only X, Y, Z)
pdal pipeline see https://pdal.io/en/2.7.2/pipeline.html
Run the following command:
pdal pipeline pipeline.json| Tool: pg2b3dm 2.8.0.0 | |
| Options: -h localhost -U postgres -c geom -d postgres -t sibbe -a identificatie | |
| Password for user postgres: | |
| Start processing 2024-04-09T12:18:51.... | |
| Input table: sibbe | |
| Input geometry column: geom | |
| App mode: Cesium | |
| Spatial reference of sibbe.geom: 4979 | |
| Spatial index detected on sibbe.geom | |
| Query bounding box of sibbe.geom... |