tudelft3d / 3dfier

The open-source tool for creating 3D models
http://tudelft3d.github.io/3dfier
GNU General Public License v3.0
529 stars 106 forks source link

Skipping file, bounds do not intersect polygon extent #80

Closed LeslieIng closed 5 years ago

LeslieIng commented 5 years ago

After my last issue I now encounter something different:

Reading LAS/LAZ file: ahn3/C_38EZ1.LAZ skipping file, bounds do not intersect polygon extent Reading LAS/LAZ file: ahn3/C_38EZ2.LAZ skipping file, bounds do not intersect polygon extent

I assume my two AHN3 LAZ files are somehow not matching the coordinate system of the shp. They both are in WGS 84 however.

Any help is appreciated!

LeslieIng commented 5 years ago

I again fixed the issue. I managed to forget AHN3 would be using the Rdbew coordinates. So I converted the .shp file in Qgis to this coordinate system, and now the files were generated correctly.