cyang-kth/fmm

change output fields in python API for match_wkt()

Walfou opened this issue · 2 comments

is there any way to control the output fields of match_wkt() in the python interface, just by adjusting the way the function is called in python? otherwise how can adjust the original C++ code to control the output fields?

@cyang-kth Thanks but I already checked that and didn't manage to extract tgeom from the result object of match_wkt()
According to the documentation, tgeom is not by default included in the output.
I also only found ResultConfig object for the match_gps_file() function