You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @BenzclyZhang what is the "Extended WKT" that you use?
Is it this?
https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Format_variations: "EWKT: A PostGIS-specific format that includes the spatial reference system identifier (SRID) and up to 4 ordinate values (XYZM).[4][5] It also supports circular curves, following elements named (but not fully defined) within the original WKT: CircularString, CompoundCurve, CurvePolygon and CompoundSurface.[6]
Where is the authoritative documentation of this EWKT format?
--
Can you point me to code that:
does the conversion (by using IfcOpenShell-BIMserver-plugin).
implements geometric functions and magic predicates? I browsed a bit but can only see classes that declare functions (so they are invokable from SPARQL), not the implementations
Thanks for any help!!
The text was updated successfully, but these errors were encountered:
Hi @BenzclyZhang what is the "Extended WKT" that you use?
Is it this?
https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Format_variations: "EWKT: A PostGIS-specific format that includes the spatial reference system identifier (SRID) and up to 4 ordinate values (XYZM).[4][5] It also supports circular curves, following elements named (but not fully defined) within the original WKT: CircularString, CompoundCurve, CurvePolygon and CompoundSurface.[6]
Where is the authoritative documentation of this EWKT format?
--
Can you point me to code that:
Thanks for any help!!
The text was updated successfully, but these errors were encountered: