Hugo Ledoux
Hugo Ledoux
- visibility: rewrite the 2 short-ish sections that I link to?
I'd just make a Python script calling the prepair binary. Like here for another project of ours that does the same: https://github.com/tudelft3d/val3dity/blob/master/tools/python/gml2poly/val3dity.py#L119 Hope that helps, Hugo
hmmm, but if you have a SHP then all are repaired (option `--ogr`): ``` $ ./prepair --shpOut --ogr data/CLC2006_180927.geojson ```
MultiPolygons are more complex to repair, and we simply process each Polygon them separately, and there's a warning.
That's a very good idea Bart, cheers! I had not thought of that, but indeed that's a simple and elegant solution. I'll look into it when I have time--if you...
Glad my work is useful to you. Currently using the library in the course for which the book was written, it was by far the simplest way to get the...
Not really, but the good news is that it's pretty easy for you to code it externally: 1. insert the point 2. check the metrics you want in the TIN...
I'll leave this issue open as I might at some point implement it, but it's not a top priority I'm afraid.
this means indeed you have values of intensity that are larger than the max value for int32? this would mean (2^32)/2 = 2.147.483.648, I doubt this is the case?
I'll close this for now since I haven't heard from you, reopen if still an issue