val3dity
val3dity copied to clipboard
Validation of 3D primitives according to the international standard ISO19107
I mean this: https://github.com/tudelft3d/val3dity/commit/1706433bc337266a42446a9d55860c9654418151
@arruga asked for this in #134 but better to have it separate to not forget
when it reaches some maturity that is: https://github.com/opengeospatial/ogc-feat-geo-json
When validating this file: [404_MSolid.city.json](https://github.com/tudelft3d/val3dity/files/14668358/404_MSolid.city.json), val3dity does find it has error 404, but in the report it is not mentioned at ["features"]["primitives"] (The red triangles is where suposed to be...
IndoorGML cell spaces can also be represented by 2D geometry instead of 3D geometry, hence a surface instead of a solid. This is apparently mentioned in a comment, but not...
My attempt on tackling the issue with the leaky ostream. Example how I control it in the API: ``` bool isvalid = val3dity::is_valid(points, polys, val3dity::Parameters().terminal_output(false)); ``` To do this, I...
I tested the new report with several files and there are still some problems with the Id's (locations) of the errors. It lost some of the information. For example when...