3dgeo-heidelberg / vostok

VOSTOK, the Voxel Octree Solar Toolkit, is a C++ command-line tool to compute a detailed model of incoming solar radiation distribution on a patch of land, including structures like buildings and vegetation, represented by a 3D point cloud data set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xyz Point Cloud Northern Convention

aderaust opened this issue · comments

Perhaps this is obvious, however, in the xyz point cloud file input, what is the northern convention? Is the convention the same as the image below? (-Z North, +Z South, -X West, +X East, +Y Up, -Y Down)

image

No. X is West-East, Y is North-South, Z is elevation. Standard for LiDAR point clouds.