tudelft3d / val3dity

Validation of 3D primitives according to the international standard ISO19107
GNU General Public License v3.0
92 stars 23 forks source link

request to view coordinates (x,y and z) #146

Closed senthilkumarelectronics closed 4 years ago

senthilkumarelectronics commented 4 years ago

Hi Hugoledoux, This software is great to check 3D primitives. I am trying to generate reports for sample file. But unfortunately i am not able to get location coordinate of errors. Is it possible to get location of error coordinate along with id, error number. which command needs to used to generate reports with coordinate? I am using Executable provided in the website ( val3dity2.1) I used below command to generate html report:

val3dityS2.obj -rD:\3dBuilding\Output

But error location coordinate is not available. Attached snapshot for your reference. I am using Windows Operating System version 10 64 bit samplrereport

hugoledoux commented 4 years ago

I don't report the location x-y-z but the ID is that of the face involved. If a gml:id is present it'll be reported there, if none then the ID is the position in the gml file, starting at 0.

senthilkumarelectronics commented 4 years ago

Thanks for the reply