File: dimension.py

package info (click to toggle)
python-pdal 2.1.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 568 kB
  • sloc: python: 358; cpp: 349; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
import numpy as np
from pdal import libpdalpython
from pdal.libpdalpython import getDimensions

dimensions = getDimensions()